Temporal OIDC

From wikieduonline
(Redirected from Auth.providers)
Jump to navigation Jump to search

Temporal Server (OSS) has No native OIDC. The open-source Temporal server has no built-in OIDC/auth support.

It relies on:

Layer:


auth:
  enabled: true
  providers:
    label: sso
    type: oidc
    providerUrl: https://xxxxx-kc.test.example.org/realms/YOURREALM
    issuerUrl: https://xxxxxx-kc.test.example.org/realms/YOURREALM
    clientId: temporal-ui
    clientSecret: <secret>
    callbackUrl: https://temporal.test.example.org/auth/sso/callback
    scopes:
      - openid
      - profile
      - email

Errors[edit]

Related[edit]

See also[edit]

Advertising: