Registered login


This event is triggered when a user has been successfully logged on to the system via an external identity provider (Single sign-on).
It can be used, for example, to synchronize user data from the external provider, as certain metadata (depending on the provider) is passed along as variables.

The input data for event handling is the user who successfully logged in.


The following variables are also available:

  • userInfo – A map containing user data supplied by the provider (provider proprietary). The name of the map keys and what they contain depends on the external provider..

    • Example keys for Azure: username, mail, givenName, surname, businessPhones (string list), jobTitle, etc.

  • providerAlias – The alias of the provider used (e.g. 'azure')

  • authToken – The authentication token of the provider

  • userterm – The user ID of the provider

See also Unregistered login.