I am creating a new Okta app integration for my Single Page App and I’m using OIDC. (following this tutorial: https://firebase.googleblog.com/2020/08/authenticate-with-firebase-using-okta.html).
I need a way to know when an Okta user that has been using my service through the app integration has my app removed (i.e. their access to my app is removed for any reason) so that I can remove their data on my end and perform other cleanup tasks.
Is there some way to configure a webhook on an event like “User of your app was removed” and have this work for all tenants that use my app (I intend to publish it).