You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OP SHOULD accept ID Tokens when the RP identified by the ID Token’s aud claim and/or sid claim has a current session or had a recent session at the OP, even when the exp time has passed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Expired ID tokens are rejected at the authorization server on an RP-initiated logout.
To Reproduce
Using the included samples:
id_token_hint
parameter.Expected behavior
Per the OpenID Connect RP-Initiated Logout 1.0 specification:
The text was updated successfully, but these errors were encountered: