SDK Overview

The BindID JavaScript client SDK allows you to easily integrate BindID into your web app, so you can start benefiting from secure, passwordless authentication with only a few lines of code.

Here's how it works:

  1. Your login page uses the BindID SDK to initiate an OIDC authorization request.
  2. BindID loads an OIDC IDP page which is used to authenticate the user.
  3. Once completed, BindID redirects to your redirect URI which now contains the authentication result.
  4. Your redirect page uses the BindID SDK to extract the authorization code, and then sends it to your backend so it can be exchanged for an ID token (see Get User Identity and Trust).

See the Web SDK API Reference