Skip to main content

Auth configuration

Reach out to Lobyco to get following configuration values for authentication:
  • client_app_id
  • client_app_secret
  • client_tenant_id
  • lobyco_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:
If possible, it’s recommended to use the supported Microsoft Authentication Libraries (MSAL) instead of protocol directly.

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.
Last modified on August 10, 2026