laravel-saml2
laravel-saml2 copied to clipboard
Class App\Http\Controllers\Aacotroneo\Saml2\Http\Controllers\Saml2Controller does not exist
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.
Facing the sampe problem. In your saml2_settings.php
, fill saml2_controller
with Aacotroneo\Saml2\Http\Controllers\Saml2Controller
and it works.