Auth configuration
Reach out to Lobyco to get following configuration values for authentication:client_app_idclient_app_secretclient_tenant_idlobyco_app_uri
How to get token
To get a token by using the client credentials flow, send a POST request to the/token endpoint of Microsoft identity platform:
Use a token
Now that you’ve acquired a token, use the token to make requests to the Lobyco endpoints. Lobyco endpoints expect to receive token in Authorization header:Authorization: Bearer {token}
When the token expires, repeat the request to the /token endpoint to acquire a fresh access token.