24Slides / laravel-saml2

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
MIT License
227 stars 67 forks source link

Package routes are not getting registered (automatically) #70

Open Valkyrurr opened 1 year ago

Valkyrurr commented 1 year ago

I am now replicating the package in production server, so config is all that's left. Followed everything based on initial setup and README, but I am still getting this error when creating the tenant:

image

DB table is populated, yes, but the error is there. And I keep on getting a 404 page coz the SAML2 routes are not a part of my current artisan route:list. I would like to use the default route that are supposed to be registered automatically. What am I missing here?

carlos-ortega-talentum commented 1 year ago

You run the vendor:publish command?

ioiofadhil commented 1 year ago

Same issue, you fix this already? @Valkyrurr