OAuth2 Client Credentials
Make API requests that require OAuth2 Client Credentials Grant authentication
Last updated
Was this helpful?
Make API requests that require OAuth2 Client Credentials Grant authentication
Last updated
Was this helpful?
OAuth2 Client Credentials are used by clients PixieBrix supports OAuth2 Client Credentials for Cloud Team Credentials. (See Integration Scenarios for more information.)
PixieBrix maintains a generic @pixies/integrations/oauth2-client-credentials
integration for making API calls with OAuth2 Client Credentials.
Configure the integration in the Admin Console. You'll need the following information:
Client ID: the client (application) ID
Client Secret: the client secret
Token URL: the URL to generate an access token
Scope: one or more scopes to request, separated by spaces
To define a custom integration definition for your API, see Advanced: Custom Integrations