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
4.57.0
all
PublicClient - desktop app
None
Currently Broker flows don't allow bypassing broker cache when option .WithForceRefresh(true) is set.
.WithForceRefresh(true);
When using builder .WithForceRefresh(true) MSAL.runtime and WAM cache is bypassed.
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
No response
The text was updated successfully, but these errors were encountered:
iulico-1
Successfully merging a pull request may close this issue.
Library version used
4.57.0
.NET version
all
Scenario
PublicClient - desktop app
Is this a new or an existing app?
None
Issue description and reproduction steps
Currently Broker flows don't allow bypassing broker cache when option .WithForceRefresh(true) is set.
Relevant code snippets
Expected behavior
When using builder .WithForceRefresh(true) MSAL.runtime and WAM cache is bypassed.
Identity provider
Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)
Regression
No response
Solution and workarounds
No response
The text was updated successfully, but these errors were encountered: