Skip to content

Commit e8fdc88

Browse files
docs
1 parent 7435e0c commit e8fdc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/configuration.md

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

8282
### `ALLOWED_JWT_AUDIENCES`
8383

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

8686
**Type:** string
8787
**Required:** No
8888
**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
89+
**Note** A comma-separated list of the intended recipient(s) 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
9090

9191

9292
### `DEFAULT_PUBLIC`

0 commit comments

Comments
 (0)