File tree 1 file changed +1
-1
lines changed
x-pack/docs/en/rest-api/security
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ The API returns the following response containing the SAML metadata as an XML st
44
44
[source,console-result]
45
45
--------------------------------------------------
46
46
{
47
- "metadata" : "<?xml version=\ "1.0\ " encoding=\ "UTF-8\ "?><md:EntityDescriptor xmlns:md=\ "urn:oasis:names:tc:SAML:2.0:metadata\ " entityID=\ "https://kibana.org\ "><md:SPSSODescriptor AuthnRequestsSigned=\ "false\ " WantAssertionsSigned=\ "true\ " protocolSupportEnumeration=\ "urn:oasis:names:tc:SAML:2.0:protocol\ "><md:SingleLogoutService Binding=\ "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect\ " Location=\ "https://kibana.org/logout\ "/><md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</md:NameIDFormat><md:AssertionConsumerService Binding=\ "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST\ " Location=\ "https://kibana.org/api/security/saml/callback\ " index=\"1\ " isDefault=\ "true\ "/></md:SPSSODescriptor></md:EntityDescriptor>"
47
+ "metadata" : "<?xml version="1.0" encoding="UTF-8"?><md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://kibana.org"><md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"><md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://kibana.org/logout"/><md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</md:NameIDFormat><md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://kibana.org/api/security/v1/saml " index="1 " isDefault="true"/></md:SPSSODescriptor></md:EntityDescriptor>] "
48
48
}
49
49
--------------------------------------------------
You can’t perform that action at this time.
0 commit comments