aacotroneo / laravel-saml2

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

ACS route after login is not redirecting #235

Closed Jhisscock closed 4 years ago

Jhisscock commented 4 years ago

After I login to my idp I am redirected to the acs route for my idp. However, it does not go past there it shows error 419 and will never get past there. I haven't modified anything to do with the routes or controller and it seems as if the acs function within the included Saml2Controller is never being called. I was wondering if anyone ever ran into a similar issue or if there is a step I'm missing having regarding setup for the acs route. Thank you in advance.

adydev15 commented 2 years ago

@Jhisscock

Did you solve the issue if yes can you help with that .. ?