Skip to content

Commit

Permalink
Revert "Including info on OpenID Additional Parameters (opensearch-pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
Naarcha-AWS authored and Simple-Analysis committed Nov 29, 2023
1 parent cec72b9 commit bfa3e5b
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 @@ -347,19 +347,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 bfa3e5b

Please sign in to comment.