Versions Compared

Key

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

...

These services should be integrated in your user registration process, so that you ensure that all your user accounts have a corresponding Bokskya account.

 

 

Validate account

 

 

Validate state for a Bokskya account by ddsId or email.

...

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
{
  "email": "ola.nordmann@norge.no",
  "name": "Ola",
  "surname": "Nordmann",
}
Returns200OK
400Bad Request
401Unauthorized
403Forbidden
404Not found (returned if the requested user is not found)
406Not Acceptable
500Internal Server Error

...