Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Provide ability to custom the challenge url for MicrosoftIdentityConsentAndConditionalAccessHandler #3198

Open
Kumima opened this issue Jan 13, 2025 · 2 comments

Comments

@Kumima
Copy link

Kumima commented Jan 13, 2025

Cause

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.

Related

#2882

@jmprieur
Copy link
Collaborator

What is your scenario?
What developer experience would you like to have?

@Kumima
Copy link
Author

Kumima commented Jan 13, 2025

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants