Google OpenID Connect#
To set up your Union instance to use Google OpenID Connect as the identity provider, follow the directions below.
Google documentation
In this article, we cover the same steps as in the OpenID Connect Google documentation, but with additional directions specific to Union.
Setting up OAuth 2.0#
First, select an existing project or set up a new project in the Google Cloud Console.
Navigate to the Clients section for Google Auth Platform.
Click CREATE CLIENT. If this is your first client, you might need to provide additional app details. There is no special configuration needed from the Union side.
Under Create OAuth client ID, select Web application as the application type and assign a name.
Under Authorized redirect URIs, add an entry with the following callback URI:
https://signin.hosted.unionai.cloud/oauth2/v1/authorize/callback
.Click Create.
Obtain OAuth 2.0 credentials#
Next, retrieve your credentials: Click on your configured client and copy the values for Client ID and Client secret to a text file on your computer.