Hi,
I am trying to use the SAML SLO endpoint.
I am using the npm library ‘saml2-js’, which nicely constructed this SAML slo token / request:
Calling this url in the browser is successful and in the monitoring I get this event:
Seems like my user does not get logged out.
Is the SLO request missing some information ? For example is the session_id required ? If yes, how to get the session id ?
Appreciate any help on this!
May be similar to No active session(s) found matching LogoutRequest - SAML - Node - SAML2-JS .