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] Add optional login_hint and domain_hint to AccountController SignIn endpoint #3244

Open
AndreasTC opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request feature request

Comments

@AndreasTC
Copy link

Is your feature request related to a problem? Please describe.
I want to be able to pass a Users mail-address and domain to the AccountController SignIn method.

Describe the solution you'd like
_navigationManager.NavigateTo($"/MicrosoftIdentity/Account/SignIn?login_hint={email}&domain_hint={domain}");

Describe alternatives you've considered
I know it possibly could be done by using the Challenge endpoint, but then i have to pass all my params. I just want to pass the mailaddress and login, and leave the rest to fallback on the defaults.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants