Skip to main content

Fabric OAuth Authenticator

Project description

PyPI

Fabric Authenticator for Jupyterhub

The authenticator for Fabric Testbed Jupyterhub Based on CILogon authentication, in addition it checks if user belongs to Fabric JUPYTERHUB COU group

Usage

If using dockerspawner:

In jupyter_config.py:

   import fabricauthenticator
   c.JupyterHub.authenticator_class = 'fabricauthenticator.FabricAuthenticator'
   c.Authenticator.enable_auth_state = True

   # set the OIDC client info in following CILogon configuration
   c.CILogonOAuthenticator.client_id = ""
   c.CILogonOAuthenticator.client_secret = ""
   c.CILogonOAuthenticator.oauth_callback_url = "<host>/hub/oauth_callback"

if using KubeSpawner

in config.yaml:

hub:
  extraConfig:
    authconfig: |
      c.Authenticator.enable_auth_state = True
      c.CILogonOAuthenticator.client_id = ""
      c.CILogonOAuthenticator.client_secret = ""
      c.CILogonOAuthenticator.oauth_callback_url = "<host>/hub/oauth_callback"
auth:
  type: custom
  custom:
      className: fabricauthenticator.FabricAuthenticator

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabricauthenticator-1.3.4.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fabricauthenticator-1.3.4-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file fabricauthenticator-1.3.4.tar.gz.

File metadata

  • Download URL: fabricauthenticator-1.3.4.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.2

File hashes

Hashes for fabricauthenticator-1.3.4.tar.gz
Algorithm Hash digest
SHA256 7160c44e0c30f70daaf85082cc60e298fd5b847124fa4f428012893aa05173af
MD5 05415fe7cdc18485c861ec10cbb3ac68
BLAKE2b-256 4c91385bb913b655b30f2a4020207e5a3f21f7734c8c487a2d78c9de01dc07bd

See more details on using hashes here.

File details

Details for the file fabricauthenticator-1.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for fabricauthenticator-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3141a12615b06c7f135fc37d80494217013d0c8a3ef041eab4ba208fedaabf76
MD5 803c4e0083576b738f266b6a66c55e42
BLAKE2b-256 09e9e5fcdeae886dbcd44572fbaa7e2152f6c96c147c735a9036c87f69a39cd1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page