HewlettPackard / jupyterhub-samlauthenticator

jupyterhub-samlauthenticator
MIT License
36 stars 25 forks source link

Example property name does not match source property c.SAMLAuthenticator.allowed_roles #56

Open dragonbitestail opened 3 years ago

dragonbitestail commented 3 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

Comma-separated list of authorized roles. Allows all if not specified.

c.SAMLAuthenticator.roles = 'group1,group2'

should be: c.SAMLAuthenticator.allowed_roles

distortedsignal commented 3 years ago

Good catch! Please pass my appreciation along to your coworker. 👍

Looks like a doc bug.