File tree Expand file tree Collapse file tree
docs/encyclopedia/data-conversion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,8 +117,9 @@ authenticated with the Codec Server. This is the recommended approach because th
117117boundary, separate from the Temporal UI.
118118
119119** Pass access token.** Enable ** Pass access token** in the Web UI Codec Server settings. The Web UI includes the same
120- JWT the user used to log into the Temporal UI in the ` Authorization ` header of each request. Your Codec Server validates
121- the token signature against the OIDC provider's JWKS endpoint. On Temporal Cloud, verify against the
120+ JSON Web Token (JWT) the user used to log into the Temporal UI in the ` Authorization ` header of each request. Your Codec
121+ Server validates the token signature against the OpenID Connect (OIDC) provider's JSON Web Key Set (JWKS) endpoint. On
122+ Temporal Cloud, verify against the
122123[ Temporal Cloud JWKS endpoint] ( https://login.tmprl.cloud/.well-known/jwks.json ) . On a self-hosted Temporal Service, the
123124token comes from whatever auth provider you have [ configured for the Web UI] ( /references/web-ui-configuration#auth ) .
124125This approach requires less setup but reuses the same token across the Temporal UI and the Codec Server.
You can’t perform that action at this time.
0 commit comments