Skip to content

Commit

Permalink
Revert "Including info on OpenID Additional Parameters (#5600)" (#5686)
Browse files Browse the repository at this point in the history
This reverts commit 4af8a0d.
  • Loading branch information
Naarcha-AWS authored and vagimeli committed Dec 20, 2023
1 parent 6fbea1c commit 30fbee5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions _security/authentication-backends/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,19 +336,6 @@ opensearch.requestHeadersAllowlist: ["Authorization", "security_tenant"]
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/).
{: .note }

### Additional parameters

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.

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:

```yml
opensearch_security.openid.additional_parameters.foo: "bar"
opensearch_security.openid.additional_parameters.acr_values: "1"
```
{% include copy.html %}



#### Session management with additional cookies

Expand Down

0 comments on commit 30fbee5

Please sign in to comment.