Support for the Rules 'context.sso' Object in Actions

Last Updated: Sep 27, 2024

Overview

In Rules, there is a ‘context.sso’ object which contains information around an authenticating user. This is currently a parity gap with Actions, when will this be addressed?

Solution

The event.session.clients in actions is equivalent to context.sso.current_clients in rules.

Note : the event.session.clients is part of the “Continuous Session Protection” which is an Enterprise only feature.

Related References