Skip to main content

Add Server

Add Authorisation Servers. Enable Data Receiver to authenticate their client applications and access your organisation's published APIs in a secure way.


Prerequisites

  • Get an Access Token with the directory:website scope - if you want to add or manage OAuth Authorisation Servers using Connect's APIs.

Register Authorisation Server

  1. Select Servers > New Server.

  2. Fill in the details of the organization's authorization server.

Field nameRequiredField descriptionExample
Customer friendly server nameYesShould be equal to the brand name that can be easily identifiable by the customer on the consent flowAdd the name without abbreviations so that it can be recognized by the customer that is to provide their consent to share data. Maximum of 256 charactersRaidiam
OpenID discovery document URIYesThe URI that points to the OpenID discovery document (/.well-known endpoint.https://raidiam.com/openid-configuration/.well-known
Payload signing certificate URIYesURI points to the Signature Certificates and Public Keys used to payload signatures by Data Receivers.Should point to the certificate you uploaded to the authorization server in the previous section of this article.https://raidiam.com/payload-uricertificate
Customer friendly logo URIYesThe Logo that represents the Brand Name added on the Customer Friendly Namehttps://raidiam.com/logo.svg
Developer Portal URINoURI for the Server developer portalhttps://developers.raidiam.com
Terms of service URINoURI that points to the server terms of service URIhttps://raidiam.com/tos
Notification webhook endpointNoEndpoint of the webhook notification URI that will be used to receive notifications from the Directory.Note this endpoint needs confirmation. Visit the URL sent to endpoint within 3 days to confirm the subscription. This URI is optional and allows the server to receive notification in case any relevant information on Connect is added or updated.webhook.site/97askmbf-c320-4982-b0ff-f7728893aa
DescriptionYes1. Character limit: 256 characters
2. Description cannot have links.
3. Should contain a description of the brand with any additional information the user should know.

Can also contain:
* Organization introductory text
* Organization Start Date
* Institution Differences
* Contact Channels
This is where you can describe your brand, bringing any additional information to help the user make the right choice while providing their authorization to access the APIs.
  1. Save.

Some organizations may have more than one authorization servers responsible for issuing access tokens that give access to different APIs or services. In such cases, add additional authorization servers your organization has.

Delete Server

  1. Select Servers.

  2. Select Delete action (bin icon under the Actions label) next to the authorisation server you wish to remove.

warning

Deleting an authorisation server within Connect does not make it impossible for client applications to authenticate themselves with the server and get access tokens if the server's configuration was already discovered by the client application and the client was already registered at the authorisation server unless the used client authentication method is private_key_jwt.

If you want client applications not to be able to request tokens from an authorisation server you added in Connect before, you need to configure your server and disable access or unregister any client applications that should no longer have access to the organisation's authorisation server APIs.

View and Edit Server Details

  1. Select Servers.

  2. Select the authorisation server from the list.

  3. Select Server Details.

  4. Select Edit Authorisation Server if you wish to change the Authorisation Server's configuration.

Manage OAuth Authorisation Servers Using APIs

Raidiam Connect allows organisations to integrate with the following APIs for OAuth Authorisation Server Management:

Next Steps