Julia Computing · Authentication Profile

Julia Computing Authentication

Authentication

Julia Computing secures its APIs with openIdConnect and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, deviceCode, refreshToken, and tokenExchange flow(s).

CompanyJuliaScientific ComputingModeling and SimulationHigh Performance ComputingCloud ComputingData ScienceProgramming LanguagePackage RegistryMachine LearningPharma
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode, deviceCode, refreshToken, tokenExchange API key in:

Security Schemes

OpenIDConnect openIdConnect

Source

Authentication Profile

julia-computing-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://juliahub.com/.well-known/openid-configuration
docs: https://help.juliahub.com/juliahub-jl/stable/getting-started/
summary:
  types: [openIdConnect, oauth2]
  oauth2_flows: [authorizationCode, deviceCode, refreshToken, tokenExchange]
  pkce: true
  notes: JuliaHub authenticates users and API clients via an OpenID Connect provider built on Dex. The first-party JuliaHub.jl client authenticates through this flow (PkgAuthentication.jl handles package-server auth).
schemes:
  - name: OpenIDConnect
    type: openIdConnect
    openIdConnectUrl: https://juliahub.com/.well-known/openid-configuration
    issuer: https://auth.juliahub.com/dex
    authorization_endpoint: https://auth.juliahub.com/dex/auth
    token_endpoint: https://auth.juliahub.com/dex/token
    userinfo_endpoint: https://auth.juliahub.com/dex/userinfo
    device_authorization_endpoint: https://auth.juliahub.com/dex/device/code
    introspection_endpoint: https://auth.juliahub.com/dex/token/introspect
    jwks_uri: https://auth.juliahub.com/dex/keys
    grant_types_supported: [authorization_code, refresh_token, "urn:ietf:params:oauth:grant-type:device_code", "urn:ietf:params:oauth:grant-type:token-exchange"]
    code_challenge_methods_supported: [S256, plain]
    id_token_signing_alg_values_supported: [RS256]
    token_endpoint_auth_methods_supported: [client_secret_basic, client_secret_post]
    sources: [well-known/julia-computing-openid-configuration.json]