[KEYCLOAK-2835] - Adding SOAP binding to the list of supported SingleSignOnService.

This commit is contained in:
Pedro Igor 2016-04-20 08:48:59 -03:00
parent e490a6e3bd
commit 81e4f4b351

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}" />