Consent dialog isn't displaying #2014
Unanswered
AaronSiebersma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to authenticate against an Azure app registration with "Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)" selected in a Blazor WASM application. This works when signing in with a personal Microsoft account, but fails to display a consent dialog for a Microsoft account in another organization.
Specifically, the application displays the error:
In the URL, I get an error message similar to the following in the message parameter:
Permissions for the app registration are as follows:
My appsettings.json is:
I've got the following in my program.cs:
Beta Was this translation helpful? Give feedback.
All reactions