Skip to main content
Ctrl+K
Logo image

Get Started Guide

  • Installing
  • General setup
  • OAuth provider specific setup
    • AWS Cognito Setup
    • Azure AD Setup
    • GitHub Setup
    • GitLab Setup
    • Globus Setup
    • Google Setup
    • OkpyAuthenticator
    • OpenShift Setup
    • Generic OAuthenticator setups for various identity providers

How-to guides

  • Writing your own OAuthenticator
  • Upgrading CILogonOAuthenticator to version 15.0
  • Upgrading your OAuthenticator to version 16.0

Topic guides

  • Extending authenticators
    • GitHub-specific scopes
    • GitLab-specific scopes
    • Google specific configs
    • CILogon-specific scopes

API Reference

  • OAuthenticators
    • oauthenticator.oauth2
    • oauthenticator.auth0
    • oauthenticator.azuread
    • oauthenticator.bitbucket
    • oauthenticator.cilogon
    • oauthenticator.generic
    • oauthenticator.github
    • oauthenticator.gitlab
    • oauthenticator.globus
    • oauthenticator.google
    • oauthenticator.okpy
    • oauthenticator.openshift
    • oauthenticator.mediawiki
  • Changelog
  • Repository
  • Suggest edit
  • Open issue
  • .md

Extending authenticators

Extending authenticators#

This section covers optional and more advanced configuration that can be used to extend different OAuthenticators. For example, by overriding the scope list in the authenticator, additional features can be enabled for specific deployment needs.

  • GitHub-specific scopes
  • GitLab-specific scopes
  • Google specific configs
  • CILogon-specific scopes

previous

Upgrading your OAuthenticator to version 16.0

next

GitHub-specific scopes

By Jupyter Contributors

© Copyright Jupyter Contributors.