Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter OMERO Authenticator

Build Status PyPI

Use OMERO to authenticate with JupyterHub.

Example

You are strongly recommended to enable auth_state persistence so that OMERO session-ids can be checked and refreshed.

jupyterhub_config.py:

c.JupyterHub.authenticator_class = 'jupyter_omero_authenticator.OmeroAuthenticator'
c.OmeroAuthenticator.omero_host = 'omero.example.org'

# Pass OMERO_HOST OMERO_USER OMERO_SESSION environment variables
c.OmeroAuthenticator.export_omero_env = True

c.Authenticator.auth_refresh_age = 300
c.Authenticator.enable_auth_state = True
c.Authenticator.refresh_pre_spawn = True
export JUPYTERHUB_CRYPT_KEY=$(openssl rand -hex 32)
jupyterhub

About

Use OMERO to authenticate with JupyterHub

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages