Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
example
example
Example

 The following example shows a request / response pair for the Userinfo endpoint at the BankID pilot in pre-production

Code Block
languagexml
themeConfluence
titleRequest / Response
GET /oidc/oauth/userinfo HTTP/1.1
cache-control: no-cache
Postman-Token: 928f68f1-a0fe-43d9-9019-ee7b4d7aaa43
Authorization: Bearer 4497db915b5b479191c81a7854a2fa8
User-Agent: PostmanRuntime/3.0.11-hotfix.2
Accept: */*
Host: preprod.bankidapis.no
Connection: close
 
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
Server: Microsoft-IIS/8.5
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
Date: Thu, 25 May 2017 11:28:05 GMT
Connection: close
Content-Length: 253

{
    "birthdate": "1966-12-18",
    "exp": 1495714163,
    "family_name": "Nilsen",
    "given_name": "Frode Beckmann",
    "iat": 1495710576,
    "iss": "https://preprod.bankidapis.no",
    "name": "Frode Beckmann Nilsen",
    "preferred_username": "Frode Beckmann Nilsen",
    "sub": "9578-6000-4-30799"
}