Skip to content
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

Token expiration appears incorrect inside the token #128

Open
Tyler-Keith-Thompson opened this issue Mar 23, 2023 · 0 comments
Open

Token expiration appears incorrect inside the token #128

Tyler-Keith-Thompson opened this issue Mar 23, 2023 · 0 comments

Comments

@Tyler-Keith-Thompson
Copy link

When I put the JWT's in jwt.io I see that the expiration and the issue date are the same:

"iat": 1679536376,
"exp": 1679539976,

However, in my configuration for the client I have:

{
    "ClientId": "authorization-code-with-pkce-client-id",
    "ClientSecrets": ["authorization-code-with-pkce-client-secret"],
    "Description": "Client for authorization code flow",
    "AllowedGrantTypes": ["authorization_code"],
    "AllowAccessTokensViaBrowser": true,
    "RedirectUris": ["OIDCTest://oauth-callback"],
    "AllowedScopes": ["openid", "profile", "email", "offline_access"],
    "IdentityTokenLifetime": 3600,
    "AccessTokenLifetime": 3600,
    "RequireClientSecret": false,
    "AllowOfflineAccess": true
}
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

No branches or pull requests

1 participant