Skip to content

Commit 950c9f8

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_security/authentication-backends/openid-connect.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,13 @@ To include OpenID Connect with other authentication types in the Dashboards sign
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

345345
```
346346
opensearch_security.openid.additional_parameters.foo: "bar"
347347
opensearch_security.openid.additional_parameters.acr_values: "1"
348+
349+
{% include copy.html %}
348350
```
349351

350352

0 commit comments

Comments
 (0)