We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I put the JWT's in jwt.io I see that the expiration and the issue date are the same:
However, in my configuration for the client I have:
The text was updated successfully, but these errors were encountered: