Tools, FAQ, Tutorials:
Build Implicit Flow with Azure AD v2
How to implement the OpenID Implicit Flow with Azure AD v2.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 v2.0 Sign-on authentication request:
2. Triggering the end user browser to fire the authentication request to https://login.microsoftonline.com/common/oauth2/v2.0/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:
5. 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.
2019-04-03, ∼2482🔥, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...