Merge pull request #2679 from pedroigor/KEYCLOAK-2835

[KEYCLOAK-2835] - Adding SOAP binding to the list of supported SingleSignOnService.
This commit is contained in:
Stian Thorgersen 2016-04-20 20:13:49 +02:00
commit b6257e66b3

View file

@ -32,6 +32,9 @@
<SingleSignOnService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Location="${idp.sso.HTTP-Redirect}" />
<SingleSignOnService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP"
Location="${idp.sso.HTTP-POST}" />
<SingleLogoutService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="${idp.sls.HTTP-POST}" />