Skip to content

Commit 941948a

Browse files
authored
Update oauth2.md
1 parent e09e940 commit 941948a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ It contains the expiration time after which the JWT MUST NOT be accepted for pro
224224

225225
#### Audience must have/match the resource_server_id
226226

227-
The `aud` ([Audience](https://tools.ietf.org/html/rfc7519#page-9)) identifies the recipients and/or resource_server of the JWT. By default, **RabbitMQ uses this field to validate the token** although you can disable it by setting `verify_aud` to `false`. When it set to `true`, this attribute must either match the `resource_server_id` setting or in case of a list, it must contain the `resource_server_id`.
227+
The `aud` ([Audience](https://tools.ietf.org/html/rfc7519#page-9)) identifies the recipients and/or resource_server of the JWT. By default, **RabbitMQ uses this field to validate the token** although you can deactivate it by setting `verify_aud` to `false`. When it set to `true`, this attribute must either match the `resource_server_id` setting or in case of a list, it must contain the `resource_server_id`.
228228

229229

230230
### <a id="scope-translation" class="anchor" href="#scope-translation">Scope-to-Permission Translation</a>

0 commit comments

Comments
 (0)