simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
682 stars 90 forks source link

Remember me expiration date #730

Closed lsleishu closed 2 months ago

lsleishu commented 2 months ago
  1. Remember me is achieved through cookies, then what is its validity period?
  2. Can this valid time be changed manually? If so, where should it be configured?
simpleidserver commented 2 months ago

Hello,

You can set the expiration time of the cookie in the 'Token expiration time' field of your client. By default, the value is set to 1800 seconds / 30 minutes.

image