laravel-saml2
laravel-saml2 copied to clipboard
Logged out listener - get user information
Hi, I am using the package with JWT and I am wondering if someone has done it before and can help me. I figured out the login already, but on the logout listener I don't have any idea of which user got logged out.
I looked onto the package code and it seems that it clears the session when you hit auth/saml2/slo But because I am using JWT and I have no session, I need to know the user id to get the token and invalidate.
Any idea that can help me? Thanks!
Hi Did you solved this problem, I am facing this problem too