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
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)
400Bad Request
401Unauthorized
403Forbidden404Not found (returned if the requested user is not found)
406Not Acceptable
500Internal Server Error

...