Skip to content

Commit b8f13d3

Browse files
natebowersumobrian
authored andcommitted
Edits to additional parameters (opensearch-project#10794)
Signed-off-by: natebower <[email protected]>
1 parent 574aeaf commit b8f13d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_security/authentication-backends/openid-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ To include OpenID Connect with other authentication types in the Dashboards sign
366366

367367
### Additional parameters
368368

369-
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.
369+
Some identity providers require custom parameters to complete the authentication process. You can add custom parameters to the `opensearch_dashboards.yml` configuration file under the `opensearch_security.openid.additional_parameters` namespace. You can find these additional parameters by sending a GET request to your identity provider. This feature allows for greater flexibility and customization when communicating with various identity providers.
370370

371-
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:
371+
In the following example, two custom parameters, `foo` and `acr_values`, and their values, `bar` and `1`, were found using a GET request to an OpenID provider:
372372

373373
```yml
374374
opensearch_security.openid.additional_parameters.foo: "bar"

0 commit comments

Comments
 (0)