SCIM API

Scim base path is available at url <server>/api/v1/scim. To simplify interoperability, SCIM provides three end points to discover supported features and specific attribute details:

  • <server>/idm/api/v1/scim/ResourceTypes - An endpoint used to discover the types of resources available.
  • <server>/idm/api/v1/scim/Schemas - Introspect resources and attribute extensions.
  • <server>/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):

  • <server>/idm/api/v1/scim/<resource_name> - endpoints for resources, uses hateoas standard.
  • by poulm