aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
MIT License
564 stars 237 forks source link

Aacotroneo\Saml2\Events\Saml2LoginEvent doesnot fire #224

Closed pva1967 closed 4 years ago

pva1967 commented 4 years ago

I've setup aacontroneo SP with remote IdP. I can see SAML response in the SAML console of browser but Aacotroneo\Saml2\Events\Saml2LoginEvent doesnot fire. I have registered the event in the boot() of EventServiceProvider class but nothing happened. Any suggestions?