Skip to content

Commit 22d104f

Browse files
lio-plcawl
authored andcommitted
Fix typo on kibana saml endpoint URL
1 parent 12ce948 commit 22d104f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/en/stack/security/troubleshooting.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ server.port: 3456
450450
-----------------------------------------------
451451
+
452452
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,
454454
if for example, {kib} is behind a reverse proxy and you have configured the
455455
following `xpack.security.public.*` settings:
456456
+
@@ -463,11 +463,12 @@ xpack.security.public:
463463
-----------------------------------------------
464464
+
465465
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`
467467

468468
.. The SAML Identity Provider is either explicitly configured by the IdP
469469
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
471472
that is configured in the the `sp.acs` setting in the {es} SAML realm
472473
configuration.
473474
--

0 commit comments

Comments
 (0)