File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ server.port: 3456
450
450
-----------------------------------------------
451
451
+
452
452
These settings would mean that {kib} would construct the Assertion Consumer
453
- Service URL as `https://kibanaserver.org:3456/api/secuirity /v1/saml`. However,
453
+ Service URL as `https://kibanaserver.org:3456/api/security /v1/saml`. However,
454
454
if for example, {kib} is behind a reverse proxy and you have configured the
455
455
following `xpack.security.public.*` settings:
456
456
+
@@ -463,11 +463,12 @@ xpack.security.public:
463
463
-----------------------------------------------
464
464
+
465
465
These settings would instruct {kib} to construct the Assertion Consumer Service
466
- URL as `https://kibana.proxy.com:8080/api/secuirity /v1/saml`
466
+ URL as `https://kibana.proxy.com:8080/api/security /v1/saml`
467
467
468
468
.. The SAML Identity Provider is either explicitly configured by the IdP
469
469
administrator or consumes the SAML metadata that are generated by {es} and as
470
- such contain the same value for the Assertion Consumer Service URL as the one
470
+ such contain the same value for the
471
+ as the one
471
472
that is configured in the the `sp.acs` setting in the {es} SAML realm
472
473
configuration.
473
474
--
You can’t perform that action at this time.
0 commit comments