Skip to main content

Set up MobileID for CIBA

Overview

This page describes what you need to do in order to be able to use MobileID through the Signicat OIDC CIBA APIs.

What is CIBA?

You can find further information about CIBA in our developer documentation.

Initial preparations

The setup descriptions below assume that you have completed the following initial preparations:

Sandbox account

We recommend that you create a sandbox account to test our services before implementing them in production.

Add MobileID as an ID method

You need to add MobileID as an ID method for your Signicat Account. To do this:

  1. Log in to the Signicat Dashboard
  2. In the top navigation bar, use the dropdown menu next to your organisation name to select the account that you want to make changes to.
  3. Go to eID-Hub > ID methods
  4. Click the ID Methods button.
  5. Click Add new.
  6. Choose MobileID from the list and click Save.

Create an OIDC client with MobileID scopes

You need to create an OIDC client for CIBA with the MobileID-specific scopes of your choice.

There are two MobileID-specific scopes:

  • mobileid
  • mobileid-extra
Note

For more details on which claims each scope contains, see MobileID claims.

To create an OIDC client, you can follow the steps in our Add a new OIDC client guide.

You must make sure that you:

  1. Select CIBA as the Primary Grant Type.
  2. Add the MobileID-specific scopes that you want this OIDC client to have access to.
MobileID specific scopes

MobileID specific scopes

Set up MobileID claims in the ID token

By default, OIDC clients return a limited set of claims in the ID token.

If you also want to get the MobileID claims as a part of the token, then you need to configure this in the OIDC client.

To do this, you can:

  1. Navigate to your OIDC client in the Signicat Dashboard.
  2. Click on the Advanced tab, then select Security from the dropdown menu.
  3. Click the ID token user data field. A dropdown menu will appear.
  4. Select All from the dropdown menu.
MobileID claims in ID token

MobileID claims in ID token

  1. To save your changes, click the Update button.