Skip to content

Commit f64a821

Browse files
committed
spell out acronym
1 parent 47ab1d5 commit f64a821

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/encyclopedia/data-conversion/codec-server.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ authenticated with the Codec Server. This is the recommended approach because th
117117
boundary, 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
123124
token comes from whatever auth provider you have [configured for the Web UI](/references/web-ui-configuration#auth).
124125
This approach requires less setup but reuses the same token across the Temporal UI and the Codec Server.

0 commit comments

Comments
 (0)