Tools, FAQ, Tutorials:
Azure AD v2 Sign-On Authentication Request
What is the Azure AD v2.0 Sign-On Authentication Request?
✍: FYIcenter.com
Before deciding which Azure AD v2.0 authentication flow you want to implement
in your Web application, you need to have a good understanding of the
Azure AD v2.0 Sign-on authentication request, which is the first call you
have to make in any authentication flow.
Here is an example of Azure AD v2.0 sign-on authentication request and its parameters:
GET https://login.microsoftonline.com/common/oauth2/v2.0/authorize? client_id=bd51d56c-e744-4a58-91e1-9afd0d7e821c &redirect_uri=http%3A%2F%2Ffyicenter.com%3aopenID_receiver.php &scope=openid &response_type=id_token &response_mode=form_post &nonce=xxxxxx &state=yyyyyy &prompt=consent
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.
You can also use the POST method make the Sign-On Authentication Request with all parameters provided in the request body.
Â
⇒ Initiate Azure AD v2 Authentication Request
⇠Azure AD v2 OpenID Metadata Document
⇑⇑ OpenID Tutorials
2021-01-09, 911👍, 0💬
Popular Posts:
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...