From 6a743343bac97c075819cd91fc5ec71851bf1f48 Mon Sep 17 00:00:00 2001 From: Yusuf-Uzun Date: Fri, 17 Apr 2026 09:14:34 +0200 Subject: [PATCH] Adjust OIDC URL statement based on new logic --- docs/configuration-parameters-1830bca.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-parameters-1830bca.md b/docs/configuration-parameters-1830bca.md index 2c9e50f..c1d992b 100644 --- a/docs/configuration-parameters-1830bca.md +++ b/docs/configuration-parameters-1830bca.md @@ -648,7 +648,7 @@ String -The URL of your IdP where the security plugin can find the OpenID Connect metadata/configuration settings. Usually ends in `/.well-known/openid-configuration`. Required if `enabled` is set to `true`. +The URL of your IdP where the security plugin can find the OpenID Connect metadata/configuration settings. The URL must end with `/.well-known/openid-configuration`. Required if `enabled` is set to `true`. [OpenSearch docs: OpenID Connect URL](https://opensearch.org/docs/latest/security/authentication-backends/openid-connect/)