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.
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 offer the possibility to configure event subscribers. Event requests are handled by Loginapp and Adminapp as exclusive processes.
Running as its own process, it can be necessary to configure the same subscriber twice – once for Loginapp and once for Adminapp. This is to ensure that the event will be processed in all cases. For this reason, event subscribers can be configured under Event Settings, which is top-level in both modules.