Fixes 'apt-get install' example on SSO install page.
[arvados.git] / doc / install / google-auth.html.textile.liquid
index 14e8cb1f5d4e7da24e5d62938418f7050e23547d..fad10ff358e1717d25aec374fc5d87438070bce8 100644 (file)
@@ -17,11 +17,11 @@ In order to use Google for authentication, you must use the <a href="https://con
 # Navigate back to the main "APIs & Services" page
 # On the sidebar, click on *OAuth consent screen*
 ## On consent screen settings, enter your identifying details
-## Under *Authorized domains* add @yourdomain.com@
+## Under *Authorized domains* add @example.com@
 ## Click on *Save*.
 # On the sidebar, click on *Credentials*; then click on *Create credentials*&rarr;*OAuth Client ID*
 # Under *Application type* select *Web application*.
-# You must set the authorization origins.  Edit @auth.your.domain@ to the appropriate hostname that you will use to access the SSO service:
-## JavaScript origin should be @https://ClusterID.yourdomain.com/@ (using Arvados-controller based login) or @https://auth.yourdomain.com/@ (for the SSO server)
-## Redirect URI should be @https://ClusterID.yourdomain.com/login@ (using Arvados-controller based login) or @https://auth.yourdomain.com/users/auth/google_oauth2/callback@ (for the SSO server)
+# You must set the authorization origins.  Edit @auth.example.com@ to the appropriate hostname that you will use to access the SSO service:
+## JavaScript origin should be @https://ClusterID.example.com/@ (using Arvados-controller based login) or @https://auth.example.com/@ (for the SSO server)
+## Redirect URI should be @https://ClusterID.example.com/login@ (using Arvados-controller based login) or @https://auth.example.com/users/auth/google_oauth2/callback@ (for the SSO server)
 # Copy the values of *Client ID* and *Client secret* from the Google Developers Console and add them to the appropriate configuration.