Skip to content

Commit c7161b2

Browse files
OAuth 2: cosmetics
1 parent 36b3059 commit c7161b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
103103
2. have a value in the `aud` field that matches `resource_server_id` value
104104
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`
105105

106-
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.
106+
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.
107107
:::info
108108
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
109109
:::

versioned_docs/version-3.13/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
102102
2. have a value in the `aud` field that matches `resource_server_id` value
103103
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`
104104

105-
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.
105+
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.
106106
:::info
107107
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
108108
:::

versioned_docs/version-4.0/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Based on the previous configuration, JWT Tokens presented to RabbitMQ for authen
102102
2. have a value in the `aud` field that matches `resource_server_id` value
103103
3. have scopes that must match the `resource_server_id` value, for example `new_resource_server_id.read:*/*`
104104

105-
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.
105+
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.
106106
:::info
107107
*.well-known/openid-configuration* is the OpenID standard path for the OpenID Provider Configuration endpoint
108108
:::

0 commit comments

Comments
 (0)