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, ∼3166🔥, 0💬
Popular Posts:
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...