# 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 (opens new window).

# 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 (opens new window)
  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 (opens new window)
  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 click-to-zoom

# 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 click-to-zoom

  1. To save your changes, click the Update button.
Last updated: 11/04/2024 07:47 UTC