You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, the challenge url used by MicrosoftIdentityConsentAndConditionalAccessHandler is hard coded as Constants.BlazorChallengeUri, and all the query parameters are also hard coded. It forces user to use the Microsoft.Identity.Web.UI.
Solution wanted
There can be many solutions for this, make MicrosoftIdentityConsentAndConditionalAccessHandler overridable, make some Interface things or provide some kind of option class to configure it. What I prefer is there should be an Interface for MicrosoftIdentityConsentAndConditionalAccessHandler.
@jmprieur , I want to be able to custom those things, and not all of the features of Microsoft.Identity.Web.UI is necessary for me, I don't want to rudely depend on it.
Cause
For now, the challenge url used by
MicrosoftIdentityConsentAndConditionalAccessHandler
is hard coded asConstants.BlazorChallengeUri
, and all the query parameters are also hard coded. It forces user to use theMicrosoft.Identity.Web.UI
.Solution wanted
There can be many solutions for this, make
MicrosoftIdentityConsentAndConditionalAccessHandler
overridable, make some Interface things or provide some kind of option class to configure it. What I prefer is there should be an Interface forMicrosoftIdentityConsentAndConditionalAccessHandler
.Related
#2882
The text was updated successfully, but these errors were encountered: