Juliahub · OAuth Scopes
Juliahub OAuth Scopes
OAuth 2.0
searched
Juliahub publishes 5 OAuth 2.0 scopes via the deviceCode and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Juliahub API on a user’s behalf.
Tokens are issued from https://auth.juliahub.com/dex/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.
JuliaScientific ComputingCloud ComputingModeling and SimulationHigh Performance ComputingData ScienceDeveloper ToolsPackage RegistryCompany
Scopes: 5
Flows: deviceCode, authorizationCode
Method: searched
OAuth endpoints
Authorization URL
https://auth.juliahub.com/dex/auth
https://auth.juliahub.com/dex/auth
Token URL
https://auth.juliahub.com/dex/token
https://auth.juliahub.com/dex/token
Flows
deviceCodeauthorizationCode
deviceCodeauthorizationCode
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication; returns an ID token. | deviceCode, authorizationCode |
| Access the user's email address and email_verified claim. | deviceCode, authorizationCode | |
| profile | Access the user's profile claims (name, preferred_username, locale). | deviceCode, authorizationCode |
| groups | Access the user's group memberships on JuliaHub. | deviceCode, authorizationCode |
| offline_access | Issue a refresh token so the client can renew access without re-authenticating. | deviceCode, authorizationCode |
📄 Provider scope reference: https://help.juliahub.com/julia-api/stable/guides/authentication/