Trace Knowledge Center home page
Search...
⌘K
Support
GitHub
GitHub
Search...
Navigation
OAuth 2.0
Trace Connect OAuth 2.0 provider
Documentation
API Documentation
Trace Connect APIs
Introduction
Authentication using JWT
OAuth 2.0
Introduction
Basic APIs
Advanced APIs
On this page
Supported OAuth 2.0 flows
Authorization using Client Credential Grant
Steps included
OAuth 2.0
Trace Connect OAuth 2.0 provider
Trace Connect Server provides APIs to allow external services to access resources on a user’s behalf with the OAuth 2.0 protocol.
Supported OAuth 2.0 flows
We support the following OAuth 2.0 flows:
Client Credential
We don’t support Implicit Grant and Resource Owner Password Credentials flows, as they will be deprecated in the next OAuth specification version.
Note
Support for the other OAuth 2.0 flows will be available soon.
For more information on how these flows work, see
OAuth RFC
Authorization using Client Credential Grant
This flow lets you securely perform the OAuth exchange of client credentials for access tokens on confidential clients. The following steps and parameters describe our implementation of this flow.
Steps included
The client authenticates with the authorization server and requests an access token from the token endpoint.
The authorization server authenticates the client, and if valid,issues an access token.
Terminate User Session
Retrieve Company Details
Assistant
Responses are generated using AI and may contain mistakes.