We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a CCA and enabling POP, MSAL will not rotate the key for the default POP provider after 7 hours if the CCA has not been recreated.
Which version of MSAL.NET are you using? Latest
Platform .NET FWK/.NET Core
What authentication flow has the issue?
Other?
Repro
Create a CCA and enable POP. Acquire a POP token acquire another POP token after 8 hours and notice the token is retrieved from the cache
Expected behavior MSAL should rotate the key when default crypto provider is used.
Actual behavior The same key is used for the lifetime of the app
The text was updated successfully, but these errors were encountered:
was fixed
Sorry, something went wrong.
Fixed in MSAL 4.40.0
trwalke
Successfully merging a pull request may close this issue.
When using a CCA and enabling POP, MSAL will not rotate the key for the default POP provider after 7 hours if the CCA has not been recreated.
Which version of MSAL.NET are you using?
Latest
Platform
.NET FWK/.NET Core
What authentication flow has the issue?
Other?
Repro
Create a CCA and enable POP.
Acquire a POP token
acquire another POP token after 8 hours and notice the token is retrieved from the cache
Expected behavior
MSAL should rotate the key when default crypto provider is used.
Actual behavior
The same key is used for the lifetime of the app
The text was updated successfully, but these errors were encountered: