Skip to content

Commit 1227c30

Browse files
Fix link
1 parent a61e936 commit 1227c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/oauth2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In chronological order, here is the sequence of events that occur when a client
139139
| `auth_oauth2.resource_server_type` | The Resource Server Type required when using [Rich Authorization Request](#rich-authorization-request) token format
140140
| `auth_oauth2.additional_scopes_key` | Configure the plugin to look for scopes in other fields (maps to `additional_rabbitmq_scopes` in the old format). |
141141
| `auth_oauth2.scope_prefix` | [Configure the prefix for all scopes](#scope-prefix). The default value is `auth_oauth2.resource_server_id` followed by the dot `.` character.
142-
| `auth_oauth2.scope_aliases` | [Configure scope aliases](#scope-aliases). See this [example](oauth2-examples#using-scope-aliases).
142+
| `auth_oauth2.scope_aliases` | [Configure scope aliases](#scope-aliases). See this [example](./oauth2-examples#using-scope-aliases).
143143
| `auth_oauth2.preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token.
144144
| `auth_oauth2.default_key` | ID of the default signing key.
145145
| `auth_oauth2.signing_keys` | Paths to the [signing key files](#signing-key-files).
@@ -267,7 +267,7 @@ Each `auth_oauth2.resource_servers.<id/index>.` entry has the following variable
267267
| `resource_server_type` | The Resource Server Type required when using [Rich Authorization Request](#rich-authorization-request) token format.
268268
| `additional_scopes_key` | Configure the plugin to look for scopes in other fields (maps to `additional_rabbitmq_scopes` in the old format).
269269
| `scope_prefix` | [Configure the prefix for all scopes](#scope-prefix). The default value is `auth_oauth2.resource_server_id` followed by the dot `.` character.
270-
| `scope_aliases` | [Configure scope aliases](#scope_aliases)
270+
| `scope_aliases` | [Configure scope aliases](#scope-aliases)
271271
| `preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token separated by commas.
272272
| `oauth_provider_id` | The identifier of the OAuth Provider associated to this resource. RabbitMQ uses the signing keys issued by this OAuth Provider to validate tokens whose audience matches this resource's id.
273273

0 commit comments

Comments
 (0)