Unregistered login


This event is triggered when a user attempts to log in via an external identity provider (Single sign-on) whose user ID is not yet stored in the external user credentials of a user account.
With this event, a so-called automatic creation of users or the automatic linking of an existing account, with the external identity provider, can be implemented.

The input data for event handling is a map that contains the user account meta information provided by the external provider.


Which keys are available in this map and what they are called depends on the external provider.

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

In addition, the following variables are available:

  • 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 Registered login.