1. Authentication
Notabene uses auth0 to enable machine-to-machine authentication and authorization.
You can read more about the client credentials flow here.
The steps involved in authenticating with Notabene are:
- Create your account in the test environment;
- Generate the client ID and secret in the Notabene dashboard;
- Use client_id and client_secret to request an accessToken;
- Use the accessToken to request a front-end customerToken (only used in during the validation step).
Updated over 1 year ago