Trust Framework Setup
Organisation Onboarding

Onboard Organisations

Onboard Organisations within the Centralized Directory of your ecosystem.



There are three main steps involved when onboarding an organisation to Connect :

  1. Include the Organisation in the Connect's Centralized Directory.
  2. Set the Domains and the Roles that this Participant is allowed to have.
  3. Delegate organization management to an Organisation Administrator.

Organisations can be onboarded in two ways:

  • Adding organisations using the platform's UI - recommended if you have a small number of institutions to add or small changes to be made.
  • Adding organisations using the platform's APIs - add or update a large number of organisations programmatically.

Prerequisites

  • You are a global administrator.

Onboard Organisation Using UI

Adding or updating organisations using the Platform U.I. is recommended if you have a small number of institutions to add or small changes to be made.


1

Create an Organisation.

2

Set an Authority for the newly created organisation.

3

Set the Authorisation Domain for the organisation.

4

Set the organisation's Role.

Onboard Organisation Using APIs

1

The access token enables you to authenticate your client application with the Raidiam's authorisation server.

Use the issued access token in all of the subsequent requests while onboarding an organisation to the Directory.

2

Create an organisation using the POST /organisations endpoint.

3

Set a Domain for the organisation using the POST /organisations/{OrganisationId}/authoritydomainclaims endpoint.

4

Set a Role for the organisation using the POST/organisations/{OrganisationId}/authorityclaims endpoint.

It's possible to integrate the Directory Platform with an external data source, leveraging the Platform's APIs highlighted above.

If you wish this integration to be commissioned by Raidiam please Raise a JIRA Service Ticket with the technical documentation of this External Data Source so this can be evaluated by the Raidiam Product Team.

Next Steps