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 after the signer user creates their DigiCert ONE account.
참고
You are required to get an access token before the signing process in this flow. The access token is valid for one hour but can be extended by DigiCert® 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) > PDF Service 2.0 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 below:
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 can be extended by DigiCert® up to 24 hours.
In the Postman window, select Collections (left menu) > PDF Service 2.0 > 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 access token, select Use Token.