Configurable token lifetimes - Microsoft identity platform | Microsoft Learn
Tue Apr 16 2024 07:58:41 GMT+0000 (Coordinated Universal Time)
Saved by
@fearless
ID tokens
ID tokens are passed to websites and native clients. ID tokens contain profile information about a user. An ID token is bound to a specific combination of user and client. ID tokens are considered valid until their expiry. Usually, a web application matches a user's session lifetime in the application to the lifetime of the ID token issued for the user. You can adjust the lifetime of an ID token to control how often the web application expires the application session, and how often it requires the user to be re-authenticated with the Microsoft identity platform (either silently or interactively).
content_copyCOPY
https://learn.microsoft.com/en-us/entra/identity-platform/configurable-token-lifetimes
Comments