You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/oauth2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ In chronological order, here is the sequence of events that occur when a client
139
139
| `auth_oauth2.resource_server_type` | The Resource Server Type required when using [Rich Authorization Request](#rich-authorization-request) token format
140
140
|`auth_oauth2.additional_scopes_key`| Configure the plugin to look for scopes in other fields (maps to `additional_rabbitmq_scopes` in the old format). |
141
141
| `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).
143
143
| `auth_oauth2.preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token.
144
144
| `auth_oauth2.default_key` | ID of the default signing key.
145
145
| `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
267
267
| `resource_server_type` | The Resource Server Type required when using [Rich Authorization Request](#rich-authorization-request) token format.
268
268
| `additional_scopes_key` | Configure the plugin to look for scopes in other fields (maps to `additional_rabbitmq_scopes` in the old format).
269
269
| `scope_prefix` | [Configure the prefix for all scopes](#scope-prefix). The default value is `auth_oauth2.resource_server_id` followed by the dot `.` character.
| `preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token separated by commas.
272
272
| `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.
0 commit comments