This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
You're having a NullReference somewhere in your code. Have you tried stepping through your code to see what's wrong? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have created a multi-tenant Blazor WASM app, which all works fine. However, when first logging in, user is presented with the box to add the app the tenant:
User is a global admin in the tenant, however, either clicking either Accept, or the Consent button, the app still does not load due to unauthorized error:
If I then go into the Enterprise App in Azure AD and click Consent, then it starts to work:
This is odd as it already says that permission has been grated through admin consent. Does anyone know why?
Beta Was this translation helpful? Give feedback.
All reactions