Configure Google SSO
Configure Google Single Sign-On for Self-hosted Installation
If you want to use Single-Sign On in your Self-hosted installation, you require valid Google credentials. For more information, see the Google documentation.
-
To create the required OAuth credentials, login to your Google (company) account and navigate to the API Credentials section.
-
Select Web application.
-
For the authorization redirection URL, use
https://YOUR_INSTANA_BACKEND/auth/signIn/idp/callback?client_name=ssoGoogle
(somename.com on the screenshot)..
-
Click Create and save your Google Client ID and secret.
-
In your
settings.hcl
file enter the new credentials. -
Run
instana update
. -
Now you should see the Single-Sign On button in your Instana login form. Don't forget to create a filter as described above to give new users the ability to login to Instana.