Authentication
Introduction
Weightron.Cloud is secured with an OpenID Connect implementation with the OAuth 2.0 authorization protocol. All API requests require a valid Access Token, retrieved from the OIDC Auth server.
The auth server URL is https://auth.weightron.cloud/oidc
(https://auth.weightron.cloud/oidc/.well-known/openid-configuration
).
Please contact an authorized reseller for creation of access credentials. Client Credentials (Client ID, Client Secret, and API Key) will be provided by the reseller after generation. The Client Secret should be stored in a secure location and not shared with other parties, integrations, or applications.
Supported Authentication Flows
See our API Authentication article for more information about the supported authentication flows.