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));
}
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 addedBoth always return null.