we have a setup where we’re using Auth0 as an Identity Provider and Learnworlds as a Service Provider connected via SAML2 Web App, and having issues with Single Logout functionality. We have two apps, one is nextjs based where we implemented Auth0 Provider and the other one is standard Learnworlds with SAML enabled.
What works:
Login both ways (when we login in IdP app, SP is logged in as well, and vice versa)
Logout from SP also logs user out in IdP app
What doesn’t work:
Logout from IdP doesn’t log user out from SP (in this case Learnworlds app)
We got the Single Logout URL from Learnworlds app and set it to SAML addon logout callback (also allowed in application settings)
I installed SAML-tracer browser extension it picks up every SAML request (login both ways, logout from SP) except that one, seems it just doesn’t trigger. Any ideas what could be wrong?