I’m developing a SCIM integration for a client application. When a user is deactivated, a PATCH request is made to set active = false. Upon receiving this update, the client application invalidates local tokens, etc
When a user is suspended, there doesn’t appear to be any SCIM operation at all. How can my application be notified that the user has been suspended? (A suspended user should also have tokens invalidated in the client application).