Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration-parameters-1830bca.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ String
</td>
<td valign="top">

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/)

Expand Down
Loading