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
Token URL
https://auth.juliahub.com/dex/token
Flows
deviceCodeauthorizationCode

Scopes (5)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token. deviceCode, authorizationCode
email 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

Source

OAuth Scopes

juliahub-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://juliahub.com/.well-known/openid-configuration
docs: https://help.juliahub.com/julia-api/stable/guides/authentication/
schemes:
- name: OAuth2
  source: well-known/juliahub-openid-configuration.json
  issuer: https://auth.juliahub.com/dex
  flows:
  - flow: deviceCode
    deviceAuthorizationUrl: https://auth.juliahub.com/dex/device/code
    tokenUrl: https://auth.juliahub.com/dex/token
  - flow: authorizationCode
    authorizationUrl: https://auth.juliahub.com/dex/auth
    tokenUrl: https://auth.juliahub.com/dex/token
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an ID token.
  flows: [deviceCode, authorizationCode]
- scope: email
  description: Access the user's email address and email_verified claim.
  flows: [deviceCode, authorizationCode]
- scope: profile
  description: Access the user's profile claims (name, preferred_username, locale).
  flows: [deviceCode, authorizationCode]
- scope: groups
  description: Access the user's group memberships on JuliaHub.
  flows: [deviceCode, authorizationCode]
- scope: offline_access
  description: Issue a refresh token so the client can renew access without re-authenticating.
  flows: [deviceCode, authorizationCode]