[KEYCLOAK-2835] - Adding SOAP binding to the list of supported SingleSignOnService.
This commit is contained in:
parent
e490a6e3bd
commit
81e4f4b351
1 changed files with 3 additions and 0 deletions
|
@ -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}" />
|
||||
|
|
Loading…
Reference in a new issue