We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d593c4b commit 3faa590Copy full SHA for 3faa590
README.md
@@ -37,6 +37,10 @@ c.SAMLAuthenticator.extract_username = extract_username
37
c.JupyterHub.authenticator_class = 'jupyterhub_saml_auth.SAMLAuthenticator'
38
```
39
40
+### Environment variables
41
+
42
+- `SAML_HTTPS_OVERRIDE`: setting this will override the automatic detection of `http` or `https` to `/hub/acs` route and will set it to only `https`.
43
44
## Development
45
46
### Prerequisite software
0 commit comments