Tools, FAQ, Tutorials:
Build Authorization Code Flow with Google OpenID Connect
How to implement the OpenID Authorization Code Flow with Google OpenID Connect service?
✍: FYIcenter.com
If you want to implement the OpenID Authorization Code Flow (also called the Server Flow)
in your Web application to use Google OpenID Connect service,
you should follow these steps:
1. Building the Google OpenID Connect Sign-on authentication request:
2. Triggering the end user browser to fire the authentication request to https://accounts.google.com/o/oauth2/auth.
3. Letting the end user sign on to the Active Directory - This is controlled by the Google OpenID Connect service. Your application is not involved in this step.
4. Validating the authentication response:
5. Building the Google OpenID Connect access token request:
6. Calling the access token request to https://oauth2.googleapis.com/token with the POST method.
7. Validating the access token response:
5. Letting the end user to use your application:
Here is a diagram that shows the Google OpenID Connect OpenID Authentication Code Flow:
⇒ Integration with Azure Active Directory
⇐ Google OpenID Connect Access Token Request Test Page
2022-02-04, ∼1957🔥, 0💬
Popular Posts:
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...