Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

The BSN REST API uses the OAUTH 2.0 framework to handle client authentication. This page describes how to build token authorization for BSN into a client application.

...

Authentication Workflow

These steps outline how a client application should carry out authorization with the BSN REST API:

...

Note
titleNote

The expires_in value may be changed on the server at any time, or it may be randomized on each authentication return. Therefore, the token expiration time should not be hardcoded on the client application; the application should calculate a new token-refresh interval on every return.

Example Requests and Responses

Person Authentication Request

...