ADFS SingleLogOut hangs on first application #676
Replies: 2 comments
-
Your SLO request routine looks the same as mine and I'm also having trouble. Here's a SO ticket I created. |
Beta Was this translation helpful? Give feedback.
-
@TomasSchlepers you wrote:
I would have expected to see that your NOTE: IdP shall report status of SLO with Furthermore if your IdP is at different TLD as your SPs you might have similar problem that Side notes:
|
Beta Was this translation helpful? Give feedback.
-
Hi there,
I did not know where to go next so I'm going to post my issue here, as I've already seen some related issues on this matter. Unfortunately the solutions provided did not work in my case, and I do not know what to try more.
So some background: I have a NodeJS/ExpressJS/passport-saml application that authenticates against an ADFS system. The SSO part of the matter works perfectly, but I can't seem to get the SLO part working.
What happens is that when I initiate either a SP-initiated or IdP-initiated logout it hangs on the first SP. This first SP is being logged out correctly, but it is then redirected to the login page of the first SP and keeps waiting for the credentials to be entered, effectively halting the redirect chain that has to happen.
What I've tried so far is a lot, including using both POST and HTTP-Redirect bindings on my SLO ADFS endpoint/NodeJS server, modifying the routes etc.
Current implementation is as follows:
SLO endpoint configuration (equal for each SP, the blacked out part contains <sp_host_name>):
The passport-saml configuration is as follows on the SP server:
And the relevant routes and functions are as follows:
If there is some information missing I will be able to provide. I do hope I can get some leads on what to try next! Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions