Spring Security SAML Extension - callback for Single Log Out from Idp -
i integrating saml in our web application. how set applicatoin listen logout request sent idp (when user logout globally sp)?
i have read thought reference doesn't talk scenario. talks global initiated sp.
spring saml conforms saml 2.0 single logout profile, , documentation says single logout can initialized of participaing sps or idp.
there's nothing need do, configure idp send logoutrequest /saml/singlelogout endpoint of spring saml. endpoint defined in default generated metadata.
please note http-post , http-redirect bindings supported single logout.
you can customize global logout behavior changing logouthandler in samllogoutprocessingfilter.
Comments
Post a Comment