Skip to content

Commit 3ec0aa4

Browse files
authored
Revert "Including info on OpenID Additional Parameters (opensearch-project#5600)" (opensearch-project#5686)
This reverts commit 4af8a0d.
1 parent 2160e99 commit 3ec0aa4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

_security/authentication-backends/openid-connect.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -336,19 +336,6 @@ opensearch.requestHeadersAllowlist: ["Authorization", "security_tenant"]
336336
To include OpenID Connect with other authentication types in the Dashboards sign-in window, see [Configuring sign-in options]({{site.url}}{{site.baseurl}}/security/configuration/multi-auth/).
337337
{: .note }
338338

339-
### Additional parameters
340-
341-
Some identity providers require custom parameters to complete the authentication process. You can add custom parameters `opensearch_dashboards.yml` configuration file under the `opensearch_security.openid.additional_parameters` namespace. You can find these additional parameters by making a GET request to your identity provider. This feature allows for greater flexibility and customization when communicating with various identity providers.
342-
343-
In the following example, two custom parameters, `foo` and `acr_values`, and their values, `bar` and `1`, were found using a GET request to OpenID provider:
344-
345-
```yml
346-
opensearch_security.openid.additional_parameters.foo: "bar"
347-
opensearch_security.openid.additional_parameters.acr_values: "1"
348-
```
349-
{% include copy.html %}
350-
351-
352339

353340
#### Session management with additional cookies
354341

0 commit comments

Comments
 (0)