Event bus instantiation
Airlock IAM emulates a centralized event bus for the Loginapp and the Adminapp by instantiating one event bus for every incoming request and registering the configured event subscribers.
Every event subscriber must configure an event type for which this subscriber will be processed. E.g., the event type Logged in from New Device will only be handled by the event subscriber that is configured for this event type
Airlock IAM currently supports the following types of event subscribers:
Loginapp | Adminapp | |
---|---|---|
Email Event Subscriber | ||
Remote Event Subscriber | ||
SMS Event Subscriber |
Currently, only the modules Loginapp and Adminapp can configure event subscribers. Loginapp and Adminapp handle event requests as exclusive processes.
Running as their own process, it can be necessary to configure the same subscriber twice – once for Loginapp and once for Adminapp – to ensure that the event will be processed in all cases. For this reason, event subscribers can be configured under Event Settings, which is at the top level in both modules.