UserLoginEventSubscriber
class UserLoginEventSubscriber implements EventSubscriberInterface
The event subscriber for SSO logins.
Properties
| protected SsoUserSync | $ssoUserSync | The SSO user sync service. |
Methods
static array
getSubscribedEvents()
{@inheritdoc}
updateUserData(ExternalAuthLoginEvent $event)
Update a users data with data from the Graph API.
Details
at line 30
__construct(SsoUserSync $ssoUserSync)
UserLoginEventSubscriber constructor.
at line 37
static array
getSubscribedEvents()
{@inheritdoc}
at line 48
updateUserData(ExternalAuthLoginEvent $event)
Update a users data with data from the Graph API.