Skip to content

Order Management System REST API - IdentitySource Controller

The identity/source URI provides access to registered Identity Sources.

Being able to define Identity Sources allows the service to authenticate credentials from multiple Authentication servers, such as for offering partner integrations or having shared infrastructure between customers.

GET /identity/source

Retrieves all the registered Identity Sources.

Requires the Admin feature permission.

CodeStatusDescription
200SuccessContent is an array of IdentitySource objects.
403FailureThe authenticated identity does not have the Admin permission.

POST /identity/source

Adds or updates a registered Identity Source.

Requires the Admin feature permission.

A single IdentitySource object.

CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Admin permission.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.