Event Callback
ConceptsIdentity Synchronization
Application developers can register callback events for Zhuyun IDaaS using HTTP to receive messages about organizational and user changes pushed by IDaaS.
# Event Callback Process
- Application developers configure the callback address in the IDaaS application synchronization settings.
- IDaaS will push an "Verify Callback Address" event data packet to the configured callback address. It uses the signature key and encryption key filled in during application creation for encryption, and the security token for signing.
- Upon receiving the push, the application needs to verify the signature and decrypt the data, then return an encrypted
successstring data to Zhuyun IDaaS. - IDaaS decrypts the
successdata, the callback address verification passes, and then IDaaS can push related callback events to the application based on organizational and personnel changes.

