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
232 stars 69 forks source link

One Login setup #11

Closed ajtrichards closed 3 years ago

ajtrichards commented 3 years ago

Hello.

Has anyone got this working with OneLogin? Our implementation works great with Azure AD but I've tried a variety of configurations in OneLogin and nothing seems to work. In our SamlSignInListener I've added

if (isset($event->user)) {
    Log::channel('stdout')->info(json_encode($event->user));
    Log::channel('stdout')->info(json_encode($event->auth));
}

Both always return null.