Hi all,
I have two asp.net web applications. I am going to implement SAML SSO and SLO. I have successfully implemented SAML SSO and now I am in the process of developing SAML SLO. When the
App1 send the Logout request to IDP I successfully get the logout request from the IDP as a
POST request(no redirections, no browser involvement) at the
App2. Then I want to redirect APP2 to home page but Response.Redirect is not working there. Any thoughts on this ?
Thanks