Providing user parameters in azure active directory authentication

吃可爱长大的小学妹 提交于 2021-01-28 11:46:14

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!