Skip to content

Conversation

@SamuelWei
Copy link
Contributor

@SamuelWei SamuelWei commented May 7, 2025

  1. The Expiration time (exp) claim must exists on the Backchannel LogoutToken

https://openid.net/specs/openid-connect-backchannel-1_0.html#LogoutToken

2.4. Logout Token
The following Claims are used within the Logout Token:

[...]
exp
REQUIRED. Expiration time, as specified in Section 2 of [OpenID.Core].
[...]

  1. The Expiration time (exp) claim must be from the future (with a small leeway)

https://openid.net/specs/openid-connect-core-1_0.html#IDToken

Expiration time on or after which the ID Token MUST NOT be accepted by the RP when performing authentication with the OP. The processing of this parameter requires that the current date/time MUST be before the expiration date/time listed in the value. Implementers MAY provide for some small leeway, usually no more than a few minutes, to account for clock skew.

https://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation

The current time MUST be before the time represented by the exp Claim.

List of common tasks a pull request require complete

  • Changelog entry is added or the pull request don't alter library's functionality

@DeepDiver1975 DeepDiver1975 merged commit bc719cc into jumbojett:master May 8, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants