Skip to main content

Try it out

On this page, you can learn how to run an end-to-end flow to test the Authentication Vault and how records are generated during a test authentication with Norwegian BankID.

Steps overview

  1. Configure the Authentication Vault to store records for Norwegian BankID.
  2. Run a test authentication session.
  3. Review the records in the Signicat Dashboard.

1. Configure the Authentication Vault

To follow along this tutorial, configure your Authentication Vault, as follows:

  1. Go to Signicat Dashboard > Products > eID and Wallet Hub > Authentication Vault.
  2. In the Authentication Vault configuration page, set the following attributes:
  • Time to live (TTL)/Unit: 2 Days
  • Selected authentication providers: Norwegian BankID
  • Obfuscate NIN:
  1. Click Save to update the configuration.

2. Try out an authentication

To test an authentication with a test user, follow the guide for the respective authentication protocol:

To simulate an authentication with a test user, you can use the following test credentials:

Test users for Norwegian Bank ID

Pre-generated test users for Norwegian BankID may become unavailable after a series of failed attempts. If this happens, you can generate more test users.

3. Review the records

Once the authentication completed successfully, the records become available in the Signicat Dashboard. To view the record of your authentication, do the following:

  1. Go to Signicat Dashboard > Products > Digital Evidence Management.
  2. Select a record.
  3. Click Expand lines to view the raw data (JSON).

Example raw data

{
"id": "<RECORD_ID>",
"metadata": {
"searchAttribute": "b1a1f071-8273-e04c-82db-eb03d14d1228"
},
"systemMetadata": {
"type": "SENSITIVE",
"expiryDate": "2024-06-23T00:00:00Z",
"createdDate": "2024-06-21T00:00:00Z",
"createdDateTime": "2024-06-21T07:35:01Z",
"createdBy": "<CLIENT_ID>",
"auditLevel": "QUALIFIED"
},
"coreData": {
"response": {
"subject": "cpPchEZj4bUtjH6ZKXVmVD8COVKHzei7s9LPT2MCTM4=",
"subjectType": "PERSISTENT",
"issuer": "https://auth.current.bankid.no/auth/realms/current",
"idp": "nbid",
"loa": "high",
"transactionId": "b1a1f071-8273-e04c-82db-eb03d14d1228",
"attributes": [
{
"name": "nbidSid",
"dataType": "string",
"value": "d36d3efd-b973-4cbb-9856-f0901b182593"
}
],
"standardAttributes": {
"name": {
"fullName": "Gustavo Silva",
"firstName": "Gustavo",
"lastName": "Silva"
},
"nin": {
"value": "***",
"issuingCountry": "NO",
"type": "BIRTH"
},
"dateOfBirth": "1908-09-29"
}
}
},
"timestampData": {
"timestamp": "MIIJCzADAgEAMIIJAgYJKo...q9cpN2WSu5e/",
"timestampValid": true
},
"relations": [
{
"relationID": "<RECORD_ID>",
"type": "SENSITIVE",
"_links": {
"self": {
"href": "https://api.signicat.com/dem/records/<RECORD_ID>"
}
}
}
],
"_links": {
"self": {
"href": "https://api.signicat.com/dem/records/<RECORD_ID>"
}
}
}

Note the following relevant fields:

Success!

You have completed an authentication with Norwegian BankID and stored your record in DEM.

Next steps

Learn about the different ways to access your records.