I have a case where we would like to update the identity provider data (like Azure AD etc) for example add/delete certain groups to accounts. A standard like SCIM would be desired, to gain support for several identity providers, I assume.
The SCIM specification looks promising to me, but practically, are those scenario supported by identity providers out there?
For example:
Does/can the identity provider also implement the services (like /groups
) as a way to update the group assignments for example?
Or could a identity provider initiated search call receive this information and update their database?