4 July,19 at 06:39 AM
Download Postman: https://www.getpostman.com/
1. StartAuthentication https://developer.centrify.com/docs/starting-the-authentication-process
POST https://aap0825.my.centrify.com/Security/StartAuthentication Header: X-CENTRIFY-NATIVE-CLIENT:true Content-Type: application/jsonHeader Section
Body:
{
"TenantId": "AAP0825",
"User": "cloudadmin@alan.tsai",
"Version": "1.0"
}
}
Body Section
Send the API call
Make the API call
2. Advance authentication: https://developer.centrify.com/docs/advancing-the-authentication
POST https://aap0825.my.centrify.com/Security/AdvanceAuthentication Header: X-CENTRIFY-NATIVE-CLIENT:true Content-Type: application/json
Body
{ "TenantId": "AAP0825", "SessionId": "WWrh-Ug8DkWnke1jv7ZLczwhj9AsL6tx_fTKBtSzVJQ1", "MechanismId": "mfOjN4i6TAIZMC0Bq3TAyU6KxW7SNo9Lkct1M7Jv-bI1", "Action": "Answer", "Answer": "xxxxx" //User's password }
Send the API call
Make the API call
After authentication, you can simply call API by GET/POST.
Example
GET https://aap0825.my.centrify.com/CDirectoryService/GetUsers
Make the API call