From c7161b2e3075531abba908a8356d029e2da077ad Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 8 Oct 2024 20:04:41 -0400 Subject: [PATCH] OAuth 2: cosmetics --- docs/oauth2.md | 2 +- versioned_docs/version-3.13/oauth2.md | 2 +- versioned_docs/version-4.0/oauth2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/oauth2.md b/docs/oauth2.md index cfd6bae21..dff0ff4e3 100644 --- a/docs/oauth2.md +++ b/docs/oauth2.md @@ -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 ::: diff --git a/versioned_docs/version-3.13/oauth2.md b/versioned_docs/version-3.13/oauth2.md index 96db6adb2..002b6f0b9 100644 --- a/versioned_docs/version-3.13/oauth2.md +++ b/versioned_docs/version-3.13/oauth2.md @@ -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 ::: diff --git a/versioned_docs/version-4.0/oauth2.md b/versioned_docs/version-4.0/oauth2.md index 270ba71a1..26b978a98 100644 --- a/versioned_docs/version-4.0/oauth2.md +++ b/versioned_docs/version-4.0/oauth2.md @@ -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 :::