-
Notifications
You must be signed in to change notification settings - Fork 235
Enabling IdWeb to throw an exception if MSAL indicates that it should not configure the distributed cache #3295
New issue
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
Conversation
… not configure the distributed cache
where is the GitHub issue for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've proposed a change to the XML comment
Also please fix the build errors (public API)
Co-authored-by: Jean-Marc Prieur <[email protected]>
Added issue #3304 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I proposed a change of name for the error message
Co-authored-by: Jean-Marc Prieur <[email protected]>
This PR depends on this MSAL PR and should not be merged until this PR is released.
Enabling IdWeb to throw an exception if MSAL indicates that it should not configure the distributed cache
Summary of the changes (Less than 80 chars)
IdWeb will throw an exception if MSAL
TokenCacheNotificationArgs
indicates that it should not configure the distributed cache and it is configured.Description
Issue 3304