¶ Monitor authentication events with Webhook
Update Time: 2024-10-10 07:28:40
Webhooks allow you to monitor user registration, login and other behaviors, so you can to do some custom processing. After your user login, register, change password, and verify MFA (detailed event list, please refer to the Webhook support event list),an HTTP POST request will be sent to your configured remote HTTP URL, and you can complete related events, such as:
- After the user registers with Authing, the user information is synchronized to the OA system;
- After the user updates the user information, the user information changes are synchronized to the OA system;
- After the user's email is verified, points are added to the user.
For more detailed information, see: Monitor user events with Webhook。