IdentityServer4-Example
IdentityServer4-Example copied to clipboard
Need Maximum Token Lifetime Values in Identity Server
We are using Identity Server4. What are the maximum token lifetime values of these tokens? The default values are
Access Token Lifetime: 3600 Identity Token Lifetime: 300 Absolute Refresh Token Lifetime: 2592000 Sliding Refresh Token Lifetime: 1296000 Authorization Code Lifetime: 300 I need the maximum lifetime values of these tokens for validation purpose.