Merge branch '16265-security-updates' into dependabot/bundler/apps/workbench/loofah...
[arvados.git] / doc / install / setup-login.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Set up web based login
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 # "Option 1: Google login through Arvados controller":#controller
13 # "Option 2: Separate single-sign-on (SSO) server (Google, LDAP, local database)":#sso
14
15 h2(#controller). Option 1: Google login through Arvados controller
16
17 First, visit "Setting up Google auth.":google-auth.html
18
19 Next, copy the values of *Client ID* and *Client secret* from the Google Developers Console into @Login.GoogleClientID@ and @Login.GoogleClientSecret@ of @config.yml@ :
20
21 <pre>
22     Login:
23       GoogleClientID: ""
24       GoogleClientSecret: ""
25 </pre>
26
27 h2(#sso). Option 2: Separate single-sign-on (SSO) server (supports Google, LDAP, local database)
28
29 See "Install the Single Sign On (SSO) server":install-sso.html