September 2018
Beginner
224 pages
4h 46m
English
If you want to use Google OAuth to authenticate users, you need to create a Google Developers project (see the instructions (https://redash.io/help/open-source/admin-guide/google-developer-account-setup) for this and then add the following configuration in the env file):
export REDASH_GOOGLE_CLIENT_ID=""export REDASH_GOOGLE_CLIENT_SECRET=""
Once enabled, Redash will use Google OAuth to authenticate existing user accounts. In order to enable automatic user creation according to a specific domain name, you can add this domain in the setting page.
If you're passing multiple domains, separate them with commas:
Read now
Unlock full access