DATE:
AUTHOR:
Ory Team
Ory Network New Feature

New events for Ory Network

DATE:
AUTHOR: Ory Team

Ory has expanded Ory Network live event streams with new events and updates to existing ones.

Introducing the following new events:

  • LoginInitiated: Emitted when a login flow is started.

  • RegistrationInitiated: Emitted when a registration flow is started.

  • RecoveryInitiatedByAdmin: Emitted when an account recovery flow is initiated by an administrator.

Also events are now emitted for all SCIM endpoints that write data, enhancing visibility into SCIM operations:

  • IdentityCreated: Emitted upon user creation via SCIM.

  • IdentityUpdated: Emitted upon user updates via SCIM. The IdentityActive attribute in the event indicates the state of the active flag, as many providers deactivate users by setting active=false.

  • IdentityDeleted: Emitted upon user deletion via SCIM.

  • SCIMGroupCreated: Emitted upon group creation via SCIM.

  • SCIMGroupUpdated: Emitted upon group updates via SCIM.

  • SCIMGroupDeleted: Emitted upon group deletion via SCIM.

  • SCIMProvisioningError: Emitted when there is an error during provisioning via SCIM.

Additionally, modifying members of a group or deleting a group will now emit IdentityUpdated events for all affected users, in addition to the respective SCIMGroupUpdated or SCIMGroupDeleted event. All SCIM-triggered events include a ScimClient attribute in the event's details, holding the ID of the SCIM client that initiated the request.

These new events provide developers with more triggers to build custom actions and monitor user activity. For a comprehensive list of all available events and more information on event streams, please see the Live event streams documentation.

These changes are now available in Ory Network.

Powered by LaunchNotes