From 8cb010552e6bf8f92b30debd7102d4dc8a958047 Mon Sep 17 00:00:00 2001 From: Jean-Christian Simonetti Date: Sat, 9 Apr 2022 11:33:50 +0200 Subject: [PATCH] Documentation for security-dashboards-plugin PR929 Signed-off-by: Jean-Christian Simonetti --- _security-plugin/configuration/openid-connect.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_security-plugin/configuration/openid-connect.md b/_security-plugin/configuration/openid-connect.md index cdb8c3f9..3e829394 100755 --- a/_security-plugin/configuration/openid-connect.md +++ b/_security-plugin/configuration/openid-connect.md @@ -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