How to implement incremental scope in Blazor Wasm? #1795
Unanswered
xperiandri
asked this question in
Q&A
Replies: 2 comments 7 replies
-
@xperiandri : what is TokenProvider? It's not part of Microsoft.Identity.Web? |
Beta Was this translation helpful? Give feedback.
6 replies
-
@xperiandri blazorwasm does not rely on MSAL.NET, but MSAL.js @javiercn would you know how to do? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created Blazor WASM hosted on ASP.NET Core with Microsoft Identity.
It successfully works with a multi-tenant setup.
But how to handle incremental scope increase?
Team.ReadBasic.All
is what I want a consent to be provided to.@jmprieur
Beta Was this translation helpful? Give feedback.
All reactions