IdentityServer4-Example icon indicating copy to clipboard operation
IdentityServer4-Example copied to clipboard

Need Maximum Token Lifetime Values in Identity Server

Open PriyankaTalapaneni opened this issue 1 year ago • 0 comments

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.

PriyankaTalapaneni avatar Dec 27 '23 06:12 PriyankaTalapaneni