...
1 | Register application | The application from which you want to access the application interface must be registered in the CoreOne Suite and assigned a client_secret. |
2 | API users | You must have a user set up with the permissions to call the desired API function. |
3 | Token Endpoint | You need the URL on which the token endpoint is configured. This looks something like the following: |
...
Solve access token (3rd party lib IdentityModel)
The easiest way to solve a valid AccessToken is by using the nuget-packages IdentityModel.
...