[DOCS] Fix broken format in SAML guide
Original commit: elastic/x-pack-elasticsearch@6d268e91f0
This commit is contained in:
parent
f360d2d8d7
commit
736cc05d72
|
@ -168,7 +168,7 @@ sp.acs::
|
||||||
or the IdP.
|
or the IdP.
|
||||||
The correct value may vary depending on how you have installed {kib} and
|
The correct value may vary depending on how you have installed {kib} and
|
||||||
whether there are any proxies involved, but it will typically be
|
whether there are any proxies involved, but it will typically be
|
||||||
`${kibana-url}/api/security/v1/saml` where _${kibana-url}_ is the base URL for
|
+$\{kibana-url}/api/security/v1/saml+ where _$\{kibana-url}_ is the base URL for
|
||||||
your {kib} instance.
|
your {kib} instance.
|
||||||
|
|
||||||
sp.logout::
|
sp.logout::
|
||||||
|
@ -176,8 +176,8 @@ sp.logout::
|
||||||
Like the `sp.acs` URL, it must be accessible from the web browser, but does
|
Like the `sp.acs` URL, it must be accessible from the web browser, but does
|
||||||
not need to be directly accessible by {es} or the IdP. The correct value may
|
not need to be directly accessible by {es} or the IdP. The correct value may
|
||||||
vary depending on how you have installed {kib} and whether there are any
|
vary depending on how you have installed {kib} and whether there are any
|
||||||
proxies involved, but it will typically be `${kibana-url}/logout` where
|
proxies involved, but it will typically be +$\{kibana-url}/logout+ where
|
||||||
_${kibana-url}_ is the base URL for your {kib} instance.
|
_$\{kibana-url}_ is the base URL for your {kib} instance.
|
||||||
|
|
||||||
attribute.principal:: See <<saml-attribute-mapping>>.
|
attribute.principal:: See <<saml-attribute-mapping>>.
|
||||||
attribute.groups:: See <<saml-attribute-mapping>>.
|
attribute.groups:: See <<saml-attribute-mapping>>.
|
||||||
|
|
Loading…
Reference in New Issue