Trying to implement a Single Logout integration between IBM WebSphere as SP and ADFS as IdP: since SLO is not supported OOB by WebSphere as reported here on bottom of the page, I am searching for a reference about parsing SAMLRequest
(LogoutRequest
) sent from IdP and building a SAMLResponse
(LogoutResponse
) from SP, side with Java code.
The client (SP) application is on WebSphere Commerce.
Thanks in advance