问题
I have created a azure web application. This application has been enabled with azure active directory authentication. When authentication process starts first the user email is asked. If I already know the user email address can this step be avoided. In the process if I already have user email id, it should directly go to next step. How this can be controlled from web application?
回答1:
Sample login url:
https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize?client_id=......XXXXXXXXXXXXXX...T45&x-client-ver=5.3.0.0
You can attach: &login_hint=emailid
.
See my gif.
Offical doc
Request an authorization code
来源:https://stackoverflow.com/questions/65749615/providing-user-parameters-in-azure-active-directory-authentication