Hello @AnotherUserHere1337
Unfortunately, Microsoft does not currently offer an exact analog to Google RISC or a native webhook that triggers when a user removes your app’s permissions or if user ends the application session.
Microsoft Graph webhooks can notify you about changes to certain resources (users, groups, messages, etc.) but unfortunately, not on app permissions and user token revocation.
Event Type | Supported via Event Grid? | Notes |
---|---|---|
User created/updated | Yes | Event: Microsoft.Graph.UserUpdated |
User created/updated | Yes | Event: Microsoft.Graph.UserUpdated |
User deleted | Yes | Event: Microsoft.Graph.UserDeleted |
Group created/updated | Yes | Event: Microsoft.Graph.GroupUpdated |
Group deleted | Yes | Event: Microsoft.Graph.GroupDeleted |
Audit logs / sign-ins | No | Not publishable through Event Grid |
Application events | No | Not supported as Microsoft Entra change events |
https://docs.azure.cn/en-us/event-grid/
https://learn.microsoft.com/en-us/azure/event-grid/microsoft-entra-events
If this answered your question, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".