Skip to content

Commit

Permalink
OAuth 2: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 9, 2024
1 parent 36b3059 commit c7161b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
2. have a value in the `aud` field that matches `resource_server_id` value
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`

Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS url to download the signing keys.
Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS URL to download the signing keys.
:::info
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.13/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
2. have a value in the `aud` field that matches `resource_server_id` value
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`

Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS url to download the signing keys.
Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS URL to download the signing keys.
:::info
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
2. have a value in the `aud` field that matches `resource_server_id` value
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`

Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS url to download the signing keys.
Also, the `https://my-oauth2-provider.com/realm/rabbitmq/.well-known/openid-configuration` endpoint must return the OpenID Provider Configuration which includes the JKWS URL to download the signing keys.
:::info
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
:::
Expand Down

0 comments on commit c7161b2

Please sign in to comment.