JupyterHub · OAuth Scopes
JupyterHub OAuth Scopes
OAuth 2.0
derived
JupyterHub publishes 9 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the JupyterHub API on a user’s behalf.
Tokens are issued from /hub/api/oauth2/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
AuthenticationData ScienceEducationHubMulti-UserNotebooksOAuth2Python
Scopes: 9
Flows: authorizationCode
Method: derived
OAuth endpoints
Authorization URL
/hub/api/oauth2/authorize
/hub/api/oauth2/authorize
Token URL
/hub/api/oauth2/token
/hub/api/oauth2/token
Flows
authorizationCode
authorizationCode
Scopes (9)
| Scope | Description | Flows |
|---|---|---|
| admin:groups | Administer groups. | authorizationCode |
| admin:servers | Administer single-user servers. | authorizationCode |
| admin:users | Administer users. | authorizationCode |
| list:users | List users. | authorizationCode |
| proxy | Manage the proxy. | authorizationCode |
| read:groups | Read group information. | authorizationCode |
| read:services | Read service information. | authorizationCode |
| read:users | Read user information. | authorizationCode |
| self | Access to the current user. | authorizationCode |