Tools, FAQ, Tutorials:
Requirements for Google OpenID Connect Integration
What are requirements for OpenID Connect Integration?
✍: FYIcenter.com
If you want to integrate your application with Google OpenID Connect interface,
you need to prepare the following:
You need a Google account. A Gmail account is good enough.
Register your application as a client application project in your Google account. This will return you a "Client ID" and a "Client Secret".
Register one or more "Authorized Redirect URIs" in your application project. An "Authorized Redirect URI" represents script on your Web server to process authentication responses.
Decide which integration flow to implement: Implicit flow and/or authentication code flow.
Pickup integration endpoints:
https://accounts.google.com/o/oauth2/v2/auth https://www.googleapis.com/oauth2/v4/token
For more information, see OpenID Connect Google article.
⇒ Application Registration for Google OpenID
⇐ Google OpenID Connect Integration
2021-03-21, 1562🔥, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...