Files
jupyterhub/docs/source
Min RK fdf23600c0 allow custom scopes
defined with

    c.JupyterHub.custom_scopes = {
        'custom:scope': {'description': "text shown on oauth confirm"}
    }

Allows injecting custom scopes to roles,
allowing extension of granular permissions to service-defined custom scopes.

Custom scopes:

- MUST start with `custom:`
- MUST only contain ascii lowercase, numbers, colon, hyphen, asterisk, underscore
- MUST define a `description`
- MAY also define `subscopes` list(s), each of which must also be explicitly defined

HubAuth can be used to retrieve and check for custom scopes to authorize requests.
2022-03-11 11:37:26 +01:00
..
2022-03-07 14:35:46 +01:00
2022-03-10 15:54:42 -08:00
2021-10-29 13:13:41 +02:00
2021-01-13 11:43:05 +00:00
2021-11-04 17:16:59 +01:00
2022-03-11 11:37:26 +01:00
2022-03-07 14:27:31 +01:00
2022-03-04 10:41:20 +01:00
2019-11-21 08:04:20 -08:00
2021-10-29 13:13:41 +02:00
2019-03-25 14:08:37 +01:00
2021-09-23 13:59:21 +02:00
2019-02-19 17:00:10 +01:00