MicrosoftIdentityConsentAndConditionalAccessHandler with Blazor .net 8 #2681
Unanswered
yandoldonov
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
-
This article here:
https://github.com/AzureAD/microsoft-identity-web/wiki/Managing-incremental-consent-and-conditional-access
describes registration pattern of MicrosoftIdentityConsentAndConditionalAccessHandler for Bblazor server apps, namely:
however, in the article describing migration of Blazor apps to .net 8 -
https://learn.microsoft.com/en-us/aspnet/core/migration/70-80?view=aspnetcore-8.0&tabs=visual-studio
one of the steps is to remove the call to
builder.Services.AddServerSideBlazor();
which according to docs should be replaced with a call to
so what is the correct path now to register MicrosoftIdentityConsentAndConditionalAccessHandler with a Blazor app in this scenario?
Beta Was this translation helpful? Give feedback.
All reactions