Versions Compared

Key

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

...

URL

https://idp.dds.boknett.no/validate/{ddsid}

https://idp.dds.boknett.no/validate/{email}

MethodGET
Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Formated "Boknett TGT-...."

DateRequiredThe timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT
AcceptOptionalRequiredapplication/json (We recommend all new implementations to use this header, XML support will be phased out in the future)
Response
body on success
{
  "id": "ola.nordmann@norge.no",
  "active": "Ola",
  "surname": "Nordmann",
}
Returns200OK (Will also be returned if user not found, see response body)
40XOn error

...