Skip to content

Instantly share code, notes, and snippets.

@davidread
Last active April 25, 2018 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidread/9a445a2fc23036fd3fd38245718403ac to your computer and use it in GitHub Desktop.
Save davidread/9a445a2fc23036fd3fd38245718403ac to your computer and use it in GitHub Desktop.
zero-to-jupyterhub auth0 example config
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