Whats up everyone, trying to setup a saml auth on my Laravel Inertia app. Everything seems okay but when it gets to the point of listening for a SignIn event, the listener does not seem to be able to log the user in. The data gets there the user is found, but he does not get authenticated.
The listener is defined manually in the AppServiceProvider.
Is the listener even executed on the same request as the user or in some other parallel way?
Im using:
Laravel 11.31
inertia-laravel 1.0
sanctum 4.0
24slides/laravel-saml2 2.4 - https://github.com/24Slides/laravel-saml2
Thank you for your time!