Support for the Rules 'context.sso' Object in Actions
Sep 10, 2025
Overview
In Rules, there is a 'context.sso' object which contains information around an authenticating user. What is the equivalent of it in Actions?
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