Set up web based login

  1. Option 1: Google login through Arvados controller
  2. Option 2: Separate single-sign-on (SSO) server

Option 1: Google login through Arvados controller

First, visit Setting up Google auth.

Next, copy the values of Client ID and Client secret from the Google Developers Console into Login.GoogleClientID and Login.GoogleClientSecret of config.yml :

    Login:
      GoogleClientID: ""
      GoogleClientSecret: ""

Option 2: Separate single-sign-on (SSO) server (supports Google, LDAP, local database)

See Install the Single Sign On (SSO) server


Previous: Install Keep-balance Next: Install the Single Sign On (SSO) server

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.