Skip to content

Commit e847cbe

Browse files
iinuwamichaelklishin
authored andcommitted
Correct description of OAuth2 preferred username claims config
Since 3.10/[rabbitmq/rabbitmq-server#7458](rabbitmq/rabbitmq-server#7458), preferred_username_claims has accepted a list of claim names rather than a comma-separated string.
1 parent 8fbca2a commit e847cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In chronological order, here is the sequence of events that occur when a client
134134
| `auth_oauth2.resource_server_type` | The Resource Server Type required when using [Rich Authorization Request](#rich-authorization-request) token format
135135
| `auth_oauth2.additional_scopes_key` | Configure the plugin to look for scopes in other fields (maps to `additional_rabbitmq_scopes` in the old format). |
136136
| `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. |
137-
| `auth_oauth2.preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token separated by commas.
137+
| `auth_oauth2.preferred_username_claims` | [List of the JWT claims](#preferred-username-claims) to look for the username associated with the token.
138138
| `auth_oauth2.default_key` | ID of the default signing key.
139139
| `auth_oauth2.signing_keys` | Paths to the [signing key files](#signing-key-files).
140140
| `auth_oauth2.issuer` | The [issuer URL](#configure-issuer) of the authorization server that is used to discover endpoints such as `jwk_uri` and others (https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata).

0 commit comments

Comments
 (0)