We’re looking for ways to trigger business logic in our application for incoming SCIM operations for enterprise connections.
Actions–>triggers only allow hooking signup\login, MFA notifications and password resets.
we’d also be okay with getting notified for any *changes in an enterprise connection’s scope
Skimming through docs we have the following options:
- log stream and perform some lambda function to trigger business logic on that log
- poll logs using mgmt api on a schedule and check for SCIM ops in an interval
there must be a better way, right?
Thanks