For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

For the complete documentation index, see llms.txt

Attributes reference

You use Norwegian BankID to verify the end-user's identity and obtain relevant personal details about them.

This page summarises the user information you can request and receive for the following authentication protocols:

Want to use SAML 2.0?

For integrations using the SAML 2.0 authentication protocol, see the SAML requested attributes page.

OIDC scopes and claims

You can use the following scopes to request user information from an end-user using Norwegian BankID.

To control which claims are returned, see Control the returned data in ID Token.

OIDC response example

You can use the following scopes to request user information from an end-user using Norwegian BankID: This example shows the section with the user information attributes.

{
"family_name": "Kari",
"given_name": "Nordmann",
"birthdate": "1990-02-17",
"nin": "17029012345",
"nin_type": "BIRTH",
"nin_issuing_country": "NO",
"nbid_sid": "d36d3efd-b973-4cbb-9856-f0901b182593",
"nbid_acr": "urn:bankid:bid;LOA=4",
"nbid_amr": "bid, bid-mfa, bid-otp, bid-pwd",
"nbid_auth_time": "1709206572",
"nbid_alternative_subject": "9578-6000-4-877",
"nbid_originator": "CN=BankID - TestBank1 - Bank CA 3,OU=123456789,O=TestBank1 AS,C=NO;OrginatorId=9980;OriginatorName=BINAS;OriginatorId=9980",
"nbid_updated_at": "1708682096000",
"nbid_subject_uuid": "e6418f52-b90d-49ea-a448-a73d39f24ec7",
"nbid_idp": "BID",
"sub": "6NZrmEFWVaQij7tQgDSlsG6H6nBpVbZneQKZMrkJbls="
}

Authentication REST API attributes

The Signicat Authentication REST API supports the following request and response attributes for Norwegian BankID:

For the complete documentation index, see llms.txt

Authentication REST API response example

The response example below shows the section with the user information attributes.

{
"id": "58126fb8-c5e2-...",
"accountId": "a-sdge-...",
"authenticationUrl": "https://<YOUR_SIGNICAT_DOMAIN>/broker/sp/external-service/login?messageId=21b064c3-28b...",
"status": "SUCCESS",
"provider": "nbid",
"subject": {
"id": "opuc4kyFUWPkfdmfYTzjS89u6ZCWLHWLZfPR5hpBW24=",
"idpId": "9578-6000-4-1663921",
"name": "Kari Nordmann",
"firstName": "Kari",
"lastName": "Nordmann",
"nin": {
"value": "17029012345",
"issuingCountry": "NO",
"type": "BIRTH"
},
"nbidAcr": "urn:bankid:bid;LOA=4",
"nbidAmr": "bid, bid-mfa, bid-otp, bid-pwd",
"nbidAuthTime": "1709207560",
"nbidUpdatedAt": "1708682096000"
}
}