From 9a53c30e6b47f09352082441a9fb678d6fb20e8f Mon Sep 17 00:00:00 2001 From: lpa Date: Wed, 14 Dec 2022 12:00:42 +0100 Subject: [PATCH] add Logout Service SOAP Binding URL in SAML client Closes keycloak/keycloak#16293 --- server_admin/topics/clients/saml/proc-creating-saml-client.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server_admin/topics/clients/saml/proc-creating-saml-client.adoc b/server_admin/topics/clients/saml/proc-creating-saml-client.adoc index b3c36f77a1..0c6df31456 100644 --- a/server_admin/topics/clients/saml/proc-creating-saml-client.adoc +++ b/server_admin/topics/clients/saml/proc-creating-saml-client.adoc @@ -151,6 +151,8 @@ This tab has many fields for specific situations. Some fields are covered in ot *Logout Service Artifact Binding URL*:: _Artifact_ Binding URL for the Logout Service. When set together with the `Force Artifact Binding` option, _Artifact_ binding is forced for both login and logout flows. _Artifact_ binding is not used for logout unless this property is set. +*Logout Service SOAP Binding URL*:: Redirect Binding URL for the Logout Service. Only applicable if *back channel logout* is used. + *Artifact Binding URL*:: URL to send the HTTP artifact messages to. *Artifact Resolution Service*:: URL of the client SOAP endpoint where to send the `ArtifactResolve` messages to.