Skip to content

Commit f938d83

Browse files
committed
logout with id_token_hint
1 parent ba4f5a2 commit f938d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ export class OAuthService {
477477
logoutUrl = this.logoutUrl.replace(/\{\{id_token\}\}/, id_token);
478478
}
479479
else {
480-
logoutUrl = this.logoutUrl + "?id_token="
480+
logoutUrl = this.logoutUrl + "?id_token_hint="
481481
+ encodeURIComponent(id_token)
482482
+ "&post_logout_redirect_uri="
483483
+ encodeURIComponent(this.redirectUri);

0 commit comments

Comments
 (0)