Merge pull request #49 from hmlnarik/KEYCLOAK-3870
KEYCLOAK-3870 Refer to keycloak-saml.xml schema in the example
This commit is contained in:
commit
9612558df1
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ This is what one might look like:
|
||||||
|
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
<keycloak-saml-adapter>
|
<keycloak-saml-adapter xmlns="urn:keycloak:saml:adapter"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="urn:keycloak:saml:adapter http://www.keycloak.org/schema/keycloak_saml_adapter_1_7.xsd">
|
||||||
<SP entityID="http://localhost:8081/sales-post-sig/"
|
<SP entityID="http://localhost:8081/sales-post-sig/"
|
||||||
sslPolicy="EXTERNAL"
|
sslPolicy="EXTERNAL"
|
||||||
nameIDPolicyFormat="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
|
nameIDPolicyFormat="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
|
||||||
|
|
Loading…
Reference in a new issue