From 5e30a6fe948fc470108d9e522fe00ea656c94785 Mon Sep 17 00:00:00 2001 From: nblock Date: Fri, 1 Dec 2023 11:59:59 +0100 Subject: [PATCH] Fix duplicate query parameters (#2334) --- docs/versioned_docs/version-7.3.x/features/endpoints.md | 2 +- docs/versioned_docs/version-7.4.x/features/endpoints.md | 2 +- docs/versioned_docs/version-7.5.x/features/endpoints.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/versioned_docs/version-7.3.x/features/endpoints.md b/docs/versioned_docs/version-7.3.x/features/endpoints.md index 61e1107b..47cb8da7 100644 --- a/docs/versioned_docs/version-7.3.x/features/endpoints.md +++ b/docs/versioned_docs/version-7.3.x/features/endpoints.md @@ -39,7 +39,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i This endpoint returns 202 Accepted response or a 401 Unauthorized response. -It can be configured using the following query parameters query parameters: +It can be configured using the following query parameters: - `allowed_groups`: comma separated list of allowed groups - `allowed_email_domains`: comma separated list of allowed email domains - `allowed_emails`: comma separated list of allowed emails \ No newline at end of file diff --git a/docs/versioned_docs/version-7.4.x/features/endpoints.md b/docs/versioned_docs/version-7.4.x/features/endpoints.md index bacb5439..b448faec 100644 --- a/docs/versioned_docs/version-7.4.x/features/endpoints.md +++ b/docs/versioned_docs/version-7.4.x/features/endpoints.md @@ -39,7 +39,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i This endpoint returns 202 Accepted response or a 401 Unauthorized response. -It can be configured using the following query parameters query parameters: +It can be configured using the following query parameters: - `allowed_groups`: comma separated list of allowed groups - `allowed_email_domains`: comma separated list of allowed email domains - `allowed_emails`: comma separated list of allowed emails \ No newline at end of file diff --git a/docs/versioned_docs/version-7.5.x/features/endpoints.md b/docs/versioned_docs/version-7.5.x/features/endpoints.md index e3b5f0bb..1af3fb33 100644 --- a/docs/versioned_docs/version-7.5.x/features/endpoints.md +++ b/docs/versioned_docs/version-7.5.x/features/endpoints.md @@ -41,7 +41,7 @@ BEWARE that the domain you want to redirect to (`my-oidc-provider.example.com` i This endpoint returns 202 Accepted response or a 401 Unauthorized response. -It can be configured using the following query parameters query parameters: +It can be configured using the following query parameters: - `allowed_groups`: comma separated list of allowed groups - `allowed_email_domains`: comma separated list of allowed email domains - `allowed_emails`: comma separated list of allowed emails \ No newline at end of file