Forums, Documentation & Knowledge Base - ComponentSpace

InitiateSLO causing Object Moved to here response


https://componentspace.com/forums/Topic8631.aspx

By Wing - 3/27/2018

Hello,

I am trying to implement SLO in an application that already uses SSO with the High Level API.

When I call InitiateSLO it hangs and I can see Object moved to here response when I monitor the request. I have also tried redirecting to the response myself which gives cross domain issues. 
Currently I am trying to Log out of the High Level API Owin example Identity Provider example project from my own application.

Many thanks in advance,

By ComponentSpace - 3/28/2018

I suggest using Fiddler or the browser dev tools to capture the HTTP traffic.
If you don't see the SAML 302 HTTP response then it must be being overridden in your code somehow.
Perhaps compare your code with our example projects.
If you're stuck, please send the Fiddler .saz or browser .har file as an email attachment to [email protected].
Also include your code where you call InitiateSLO.