OIDC Clients must be proivisioned (configured) in the OIDC Provider in order to gain access. Security credentials resulting from the provisioning processes are subsequently used to authenticate with the OIDC Provider.

 Please contact developer@bankidnorge.no to request provisioning of an OIDC Client for this release of the OIDC Provider.

 The following information must be supplied as part of the provisioning request:  

NoWhat
1

Description of the OIDC Client and it's intended use. 

2

Contact information for both technical and commercial issues.

3

Requested OAuth2 flows (code, hybrid, implicit)

4

Requested client authentication method (only  client_secret_basic is currently supported)

5

Requested Identity Providers (IDPs). If BankID is requested, optionally a BankID Merchant certificate to be used, thus replacing the default certificate of the OIDC Service itself.

6

Requested Value Added Services (VASs)

7

One of more URLs where control will redirected back to the OIDC client (redirect URLs must be pre-registered for safety reasons).

8

A display name for the OIDC Client that will be shown in the header of the (default) OIDC dialogues.

9Requested access to Norwegian National Identity Number. Note that such access will only be granted for egligible applications.

The provisioning process results in the return of a client_id and a client_secret that the OIDC Client must use to authenticate itself over the REST API for the OIDC Provider.



  • No labels