Client registration

IAM exposes the OpenID Connect/OAuth dynamic client registration functionality offered by the MitreID OpenID Connect server libraries.

In OAuth terminology, a client is an application or service that can interact with an authorisation server for authentication/authorization purposes.

A new client can be registered in the IAM in two ways:

Registering a client using the dashboard

Log into the service and click on the MitreID dashboard link on the left navigation bar:

Mitre dashboard

From the MitreID dashboard, select Client registration:

Mitre client reg

And then click on New client:

Mitre client reg

A form will open that enable you to configure your client:

Mitre client reg

The minimum information you have to provide is:

  • client name: choose a name for your client
  • Redirect URI(s): one or more redirect URIs for your client; these are required if you choose to enable the authorization code flow;

Mitre client reg

Remember to select the offline_access scope from the Access tab if you want to request refresh tokens for the client being created:

Mitre client reg

You can then click the "Save" button at the bottom of the page:

Mitre client reg

IAM will then generate client credentials for your client and other information that will be displayed as follows:

Mitre client reg

The JSON tab provides client information in JSON:

Mitre client reg

Select the content of the text area and paste it in a local file, for future reference.

The JSON file contains the client secret and the registration access token, which can be used later to change the client configuration or to delete the client.

results matching ""

    No results matching ""