====== SCIM API ====== Scim base path is available at url ''/api/v1/scim''. To simplify interoperability, SCIM provides three end points to discover supported features and specific attribute details: * ''/idm/api/v1/scim/ResourceTypes'' - An endpoint used to discover the types of resources available. * ''/idm/api/v1/scim/Schemas'' - Introspect resources and attribute extensions. * ''/idm/api/v1/scim/ServiceProviderConfig'' - Specification compliance, authentication schemes, data models. * This endpoints are public - no authentication is needed. Resources are exposed on endpoints by resource types (authentication is needed): * ''/idm/api/v1/scim/'' - endpoints for resources, uses hateoas standard.