ConductorOne helps companies secure identity in their cloud apps and infrastructure through centralized identity governance and access controls.
First, create a ConducterOne API client
- Login to your ConductorOne tenant 
- Click on your user account and select "API Keys" 
 
 
 
- Click "Create credential" 
 
 
 
- Name the client, set the expiration date and click "Create" 
 
 
- Copy your "Client ID" and "Client Secret" to a text editor and click "Done" 
 
 
Lastly, create ConducterOne credentials in Tines
You will need to create three credentials:
- Two Text type: "conducterone_client_id" and "conducterone_client_secret" 
- One HTTP request type: "ConducterOne" 
Text type
- Login to your Tines tenant 
- Navigate to the team that will be using the API and click "Credentials" 
- Click "+ New Credential" and select "Text" 
- Input the values for the ConducterOne credential - Name: "conducterone_client_id" 
- Description: Optional 
- Value: Your Client ID 
 
- Optional - Domains: Ensure this credential can only be used when making HTTP requests to specific domains. 
- Access: What other teams can also use the API 
 
- Click "Save" 
- Click "+ New Credential" and select "Text" 
- Input the values for the ConducterOne credential - Name: "conducterone_client_secret" 
- Description: Optional 
- Value: Your Client Secret 
 
- Optional - Domains: Ensure this credential can only be used when making HTTP requests to specific domains. 
- Access: What other teams can also use the API 
 
- Click "Save" 
HTTP request type
- Click "+ New Credential" and select "HTTP Request" 
- Input the values for the ConducterOne credential - Name: ConducterOne 
- Description: Optional 
- URL: - https://<tenant>.conductor.one/auth/v1/token
- Content Type: Form 
- Method: post 
- Payload: Copy the below object and paste it into the "Plain code" section: 
 - {
 "grant_type": "client_credentials",
 "client_id": "<<CREDENTIAL.conducterone_client_id>>",
 "client_secret": "<<CREDENTIAL.conducterone_client_secret>>"
 }
- Click "Run options", navigate to the - access_tokenkey and double-click on the key
 
 
- Location of token from response: Paste the path to the token in the value pill 
 
- Optional - Domains: Ensure this credential can only be used when making HTTP requests to specific domains 
- Access: What other teams can also use the API 
 
- Click "Save" 
Your credential should look like the following:
More on creating credentials in Tines here.
You can also find a selection of ConducterOne stories in the story library.







