MSAL client typeConfidential Problem StatementAs we work to harden our resources, one thing we've been investigating is token lifetime. We found that when we request a token using MSAL's acquire_token_for_client, we get back a token with a lifetime of one day. We'd really like to trim this back to 1-2 hours, but there seems to be no option to do so in MSAL/ConfidentialClientApplication. Is there a plan to address this in the future, or is token lifetime managed some other way? Proposed solutionNo response |
Answered by
rayluo
Dec 11, 2024
Replies: 1 comment
|
Token lifetime is typically controlled by policy, not by how you call an sdk. |
0 replies
Answer selected by
rayluo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Token lifetime is typically controlled by policy, not by how you call an sdk.
https://learn.microsoft.com/en-us/entra/identity-platform/configurable-token-lifetimes