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 238 forks source link

Class App\Http\Controllers\Aacotroneo\Saml2\Http\Controllers\Saml2Controller does not exist #189

Open lloydie-t opened 5 years ago

lloydie-t commented 5 years ago

I'm getting the following issue trying to http://laravel_url/saml2/test/metadata. Class App\Http\Controllers\Aacotroneo\Saml2\Http\Controllers\Saml2Controller does not exist

seems as though routes is working as i would get 404. so suspect something to do with controller.

dodyagung commented 5 years ago

Facing the sampe problem. In your saml2_settings.php, fill saml2_controller with Aacotroneo\Saml2\Http\Controllers\Saml2Controller and it works.