Open dragonbitestail opened 4 years ago
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
Good catch! Please pass my appreciation along to your coworker. 👍
Looks like a doc bug.
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