Google Identity Provider Example
Configure Auth Providers
This example uses the Google Cloud Identity service.
-
Get the callback URL from Thycotic One# following the directions at Authentication:OIDC.
-
Go to the Google Cloud API Console and select a project if needed.
-
Select Credentials and click Create Credentials and click OAuth Client ID.
-
Choose Web Application.
-
Enter the information, setting the Authorized origin as
https://portal.thycotic.com/
and Authorized redirect as the callback URL copied from the Thycotic cloud manager portal. Follow the instructions to add these URL's to the OAuth consent screen.
- Save and copy the client id and client secret from the dialog into the credentials create dialog in Cloud Manager. Your Provider URL in cloud manager should be set to
https://accounts.google.com
-
Save the credential create dialog in cloud manager and go back to Organizations. Click Credentials and then edit your Credential. This is what is used by DSV to connect to the Thycotic One identity provider for authentication.
-
Verify that there is a Post-Login Redirect URI for
http://localhost:8072/callback
. If there isn't, add one. This is the callback used when logging into DSV with the CLI.