Skip to content

Commit 9b57d19

Browse files
committed
PR feedback changes
Signed-off-by: Sam <samuel.costa@eliatra.com>
1 parent 8d66840 commit 9b57d19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_security/authentication-backends/openid-connect.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,17 @@ 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
339+
### Additional parameters
340340

341341
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.
342342

343-
You can add any number of custom parameters. For example:
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:
344344

345-
```
345+
```yml
346346
opensearch_security.openid.additional_parameters.foo: "bar"
347347
opensearch_security.openid.additional_parameters.acr_values: "1"
348348
```
349+
{% include copy.html %}
349350

350351

351352

0 commit comments

Comments
 (0)