Last active
April 25, 2018 15:32
-
-
Save davidread/9a445a2fc23036fd3fd38245718403ac to your computer and use it in GitHub Desktop.
zero-to-jupyterhub auth0 example config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth: | |
type: custom | |
custom: | |
className: "oauthenticator.auth0.Auth0OAuthenticator" | |
config: | |
client_id: "3maZCyDXXXXXXXXXIDbz0W8A" | |
client_secret: "aMSobNMr0OkPjXXXXXXXXX7MdZkAcpL" | |
oauth_callback_url: "http://a172XXXX77d46cd-18XXXXX48.eu-west-1.elb.amazonaws.com/hub/oauth_callback" | |
scope: | |
- "openid" | |
- "email" | |
- "profile" | |
- "offline_access" | |
hub: | |
extraEnv: | |
AUTH0_SUBDOMAIN: "dev-analytics-XXX.eu" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment