Trigger business logic\api call SCIM Operations

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:

  1. log stream and perform some lambda function to trigger business logic on that log
  2. poll logs using mgmt api on a schedule and check for SCIM ops in an interval

there must be a better way, right?

Thanks

Hi @nir.benatar

Welcome to the Auth0 Community!

Thank you for posting your question. Unfortunately, as mentioned in the post, the best way to work with data currently is log streams: Log Streams. I would encourage you to leave a post describing your use case in the Feedback category.

Thanks
Dawid

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.