Skip to content

Releases: ucsd-ets/jupyterhub-saml-auth

Introduction of Environment Variables

24 Nov 00:12
Compare
Choose a tag to compare

Implement single environment variable to configure application. In this case, SAML_HTTPS_OVERRIDE to force https

Refactored code

17 Nov 23:10
93229c0
Compare
Choose a tag to compare

Refactored code according to code review

Added login_service traitlet to authenticator

Added login_url method to SAMLAuthenticator

08 Jul 17:57
Compare
Choose a tag to compare

authenticator.login_url() needed by Jupyterhub to figure out what the login url is from the login template (see https://github.com/jupyterhub/jupyterhub/blob/6be3160d7487bb362df7095f24454ef2814951fc/jupyterhub/handlers/#.py#L99)

Fixed https bug

07 Jul 23:14
Compare
Choose a tag to compare

Prior to this version, if the IdP was sending a POST to https://:/hub/acs, the handlers.get_request function would encode that as http. This update fixes that bug to detect POST https correctly.

Fixed dependencies in setup.py

02 Jul 22:01
Compare
Choose a tag to compare

install_requires field now contains all the dependencies for this project

First test release

04 Jun 21:40
Compare
Choose a tag to compare
0.1.1

Updated & refactored