We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing this on for a co-worker. I have no context to understand this so hope it makes sense. Not sure which version this applies to.
Example on https://github.com/bluedatainc/jupyterhub-samlauthenticator
c.SAMLAuthenticator**.roles** = 'group1,group2'
should be: c.SAMLAuthenticator**.allowed_roles**
The text was updated successfully, but these errors were encountered:
Good catch! Please pass my appreciation along to your coworker. 👍
Looks like a doc bug.
Sorry, something went wrong.
No branches or pull requests
Passing this on for a co-worker. I have no context to understand this so hope it makes sense.
Not sure which version this applies to.
Example on
https://github.com/bluedatainc/jupyterhub-samlauthenticator
Comma-separated list of authorized roles. Allows all if not specified.
c.SAMLAuthenticator**.roles** = 'group1,group2'
should be: c.SAMLAuthenticator**.allowed_roles**
The text was updated successfully, but these errors were encountered: