-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow configuration for ID Token time-to-live #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can't find a issue about ID Token TTL Configuration, So I make this issue. |
Related gh-58 |
@jgrandja Is it feasible that we separate this one with gh-58? OIDC Session Management looks like a major feature, which would take a lot of work. However, this one seems to be simple and clear, like @appchemist stated, we should: 1) add a field (like |
@octopusthu Yes, this ticket should remain separate from gh-58, as the logic is quite simple and requires changes in |
Hi all, |
After re-reviewing the OpenID Connect Session Management 1.0 spec, it actually makes sense to add Given this, I'm going to close this as a duplicate. cc/ @appchemist |
If an application needs to override the default 30min expiry for an ID Token, you can use an OAuth2TokenCustomizer to override the default. |
Expected Behavior
Should allow different clients to customize different ID Token TTL.
Current Behavior
The ID Token TTL is always 30 minutes.
Context
In JwtGenerator.java
The text was updated successfully, but these errors were encountered: