Google Workspace setup¶
This section explains how to integrate ODM with Google Workspace to use Google as OpenID Connect provider.
Create Google OAuth keys¶
-
Go to Google Console
-
Click Create Credentials, then click OAuth Client ID in the drop-down menu
-
Enter the following:
-
Application Type: Web Application
-
Name: Specify a name for your app
-
Authorized JavaScript Origins:
https://ODM-HOST
-
Authorized Redirect URLs:
https://ODM-HOST/frontend/endpoint/google/back
-
-
Click Create
-
Copy the
Client ID
andClient Secret
from the OAuth Client modal
Now you can configure ODM to use Google as OpenID Connect provider. You can find configuration examples in the Helm chart.