Skip to content

Commit

Permalink
logout with id_token_hint
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Jan 27, 2017
1 parent ba4f5a2 commit f938d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oauth-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export class OAuthService {
logoutUrl = this.logoutUrl.replace(/\{\{id_token\}\}/, id_token);
}
else {
logoutUrl = this.logoutUrl + "?id_token="
logoutUrl = this.logoutUrl + "?id_token_hint="
+ encodeURIComponent(id_token)
+ "&post_logout_redirect_uri="
+ encodeURIComponent(this.redirectUri);
Expand Down

0 comments on commit f938d83

Please sign in to comment.