Skip to content

Commit 7435e0c

Browse files
docs
1 parent b947ac3 commit 7435e0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/user-guide/configuration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ The application is configurable via environment variables.
8181

8282
### `ALLOWED_JWT_AUDIENCES`
8383

84-
: The unique identifier of your API resource server
84+
: Unique identifiers of your API resource server(s)
8585

86-
The ALLOWED_JWT_AUDIENCES environment variable specifies the intended recipient of the JWT. This value represents the unique identifier of your API resource server and must match the `aud` (audience) claim present in the incoming JWT. Multiple audiences can be defined by using a comma separated string. If undefined, the API will not impose a check on the `aud` claim
86+
**Type:** string
87+
**Required:** No
88+
**Example:** `https://auth.example.audience.1.net,https://auth.example.audience.2.net`
89+
**Note** A comma-separated list of the intended recipient of the JWT. At least one audience value must match the `aud` (audience) claim present in the incoming JWT. If undefined, the API will not impose a check on the `aud` claim
8790

88-
`e.g. "https://auth.example.audience.1.net,https://auth.example.audience.2.net"`
8991

9092
### `DEFAULT_PUBLIC`
9193

0 commit comments

Comments
 (0)