Tools, FAQ, Tutorials:
Azure AD v1 Sign-On Authentication Request
What is the Azure AD v1.0 Sign-On Authentication Request?
✍: FYIcenter.com
Before deciding which Azure AD v1.0 authentication flow you want to implement
in your Web application, you need to have a good understanding of the
Azure AD sign-on authentication request, which is the first call you
have to make in any authentication flow.
Here is an example of Azure AD 1.0 sign-on authentication request and its parameters:
POST https://login.microsoftonline.com/common/oauth2/authorize? client_id=bd51d56c-e744-4a58-91e1-************ &redirect_uri=http%3A%2F%2Ffyicenter.com%3aopenID_receiver.php &scope=openid &response_type=id_token &response_mode=form_post &nonce=xxxxxx &state=yyyyyy
Here are the parameters you need to provide:
Note that if there is issue with authentication request, Azure AD will display an error page to your end user during the sign-on process.
⇒ Initiate Azure AD v1 Authentication Request
2022-05-05, ∼1880🔥, 0💬
Popular Posts:
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...