Skip to content

Commit

Permalink
Update _security/authentication-backends/openid-connect.md
Browse files Browse the repository at this point in the history
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Sam <128482925+samuelcostae@users.noreply.github.com>
  • Loading branch information
samuelcostae and Naarcha-AWS authored Nov 17, 2023
1 parent 1d4087c commit 8d66840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _security/authentication-backends/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ To include OpenID Connect with other authentication types in the Dashboards sign

### Additional Parameters

Some identity providers (IdP) may require custom parameters for the authentication process. The opensearch_dashboards.yml configuration file can be enhanced to include custom parameters under the opensearch_security.openid.additional_parameters namespace. These additional parameters are included in the GET request sent to the identity provider. This feature allows for greater flexibility and customization when communicating with various IdPs.
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.

You can add any number of custom parameters. For example:

Expand Down

0 comments on commit 8d66840

Please sign in to comment.