Tools, FAQ, Tutorials:
Application Registration for Google OpenID
How to register applications for Google OpenID Connect?
✍: FYIcenter.com
Here are steps to register your application in your Google account.
1. Go to https://console.developers.google.com.
2. Click "Credentials" from the left menu. You see a list of client application projects and their client credentials registered previously.
3. Click "Create credentials > OAuth client ID". You see a list of application types.
4. Select "Web application" and click "Create".
5. Enter a name for this application registration.
6. Enter an authorized redirect URI, like http://dev.fyicenter.com/openID_receiver.php.
7. Click "Create" button.
8. Record "Client ID" and "Client Secret" generated by Google, after the registration is done.
The following diagram shows you how to register
your application for Google OpenID Connect:
Â
⇒ Authentication Flows with Google OpenID Connect
⇠Requirements for Google OpenID Connect Integration
⇑ Google OpenID Connect Integration
⇑⇑ OpenID Tutorials
2021-03-21, 920👍, 0💬
Popular Posts:
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...