Skip to content

[Feature Request] Add optional login_hint and domain_hint to AccountController SignIn endpoint #3244

Closed
@AndreasTC

Description

@AndreasTC

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions