Tools, FAQ, Tutorials:
Build Implicit Flow with Azure AD v1
How to implement the OpenID Implicit Flow with Azure AD v1.0 service?
✍: FYIcenter.com
If you want to implement the OpenID Implicit Flow
in your Web application to use Azure AD service,
you should follow these steps:
1. Building the Azure AD v1.0 Sign-on authentication request:
2. Triggering the end user browser to fire the authentication request to https://login.microsoftonline.com/common/oauth2/authorize.
3. Letting the end user sign on to the Active Directory - This is controlled by the Azure AD service. Your application is not involved in this step.
4. Validating the authentication response:
4. Letting the end user to use your application:
Here is a diagram from "When To Use Which (OAuth2) Grants and (OIDC) Flows" by Robert Broeckelmann that illustrates nicely about the OpenID Implicit Flow.
2021-05-16, 1765🔥, 0💬
Popular Posts:
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...