Airlock IAM implements the OpenID Connect Session Management 1.0 as defined by the OpenID Foundation.
The OpenID Connect Session Management 1.0 is intended to allow session management across multiple tabs in a browser. Each tab can contain a web application (or another OAuth client) that has been authenticated from the same login session. When using the logout function in one tab, all other tabs should be logged out within a reasonable time (e.g., within a few seconds) subsequently.
Tracking is done via two iframes per tab, one of the OpenID providers (OP iframe) and one of the Relying Party (RP iframe).