Closed
Description
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.