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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: