Skip to content

Commit

Permalink
Documentation for security-dashboards-plugin PR929
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christian Simonetti <[email protected]>
  • Loading branch information
jaycci committed Apr 9, 2022
1 parent 41eb61e commit 8cb0105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _security-plugin/configuration/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ Name | Description
`opensearch_security.openid.header` | HTTP header name of the JWT token. Optional. Default is `Authorization`.
`opensearch_security.openid.logout_url` | The logout URL of your IdP. Optional. Only necessary if your IdP does not publish the logout URL in its metadata.
`opensearch_security.openid.base_redirect_url` | The base of the redirect URL that will be sent to your IdP. Optional. Only necessary when OpenSearch Dashboards is behind a reverse proxy, in which case it should be different than `server.host` and `server.port` in `opensearch_dashboards.yml`.
`opensearch_security.openid.trust_dynamic_headers` | Compute `base_redirect_url` from the reverse proxy HTTP headers (`X-Forwarded-Host` / `X-Forwarded-Proto`). Optional. Default is `false`.


### Configuration example
Expand Down

0 comments on commit 8cb0105

Please sign in to comment.