Client credential flow
Client credential flow is the most frequently used authentication method. It requires ClientID, ClientSecret, and UserID of the signer. DigiCert® provides you with a datasheet with ClientID and ClientSecret values. UserID is available at the end of the URL once the signer creates their DigiCert ONE account.
참고
You’re required to get an access token before the signing process in this flow. The access token is valid for one hour but DigiCert® can extend it up to 24 hours.
Authenticate with Client credential flow
To authenticate with Client credential flow:
In DigiCert ONE (top right menu), select the person icon > Admin Profile.
On the Admin page browser window address bar, copy the UserID at the end of the URL and save.
To set up Postman environment:
In the Postman window, select Environments (left menu) > Content Signing Service Environment.
Define UserID.
Enter your UserID in the “user_id” Variable Current Value field.
Store variable values from datasheet.
Enter the values from the Access section in the datasheet into the corresponding Current Value column as shown:
Variable
Current Value
client_id
Client ID
client_secret
ClientSecret
Select the Save icon (top right).
참고
The access token is valid for one hour but DigiCert® can extend it up to 24 hours.
In the Postman window, select Collections (left menu) > Content Signing Service > DTM CSC Credential List.
In the right window, switch to the Authorization tab.
Select Get New Access Token.
In the new popup window, select Proceed.
To apply the access token, select Use Token.