Check if your AppServiceProvider
boot
method has the required extendSocialite
call (described here). You'll need to add use Illuminate\Support\Facades\Event;
in the file so the call works.
After that, check the saml2 configuration in the config/services.php
file.