Sample request for Rest API Risk Evaluate and Post Evaluate calls
search cancel

Sample request for Rest API Risk Evaluate and Post Evaluate calls

book

Article ID: 198678

calendar_today

Updated On:

Products

CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort) CA Strong Authentication CA Risk Authentication CA Advanced Authentication

Issue/Introduction

Please provide a sample request and response for Risk Evaluation and Post Evaluation Rest API's.

Environment

Release : 9.1

Component : RiskMinder( Arcot RiskFort)

Resolution

Here are the working examples provided through a screen shot which provides the details of what need to be done to get this working. This is captured through the Postman examples.

Additional Information

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-identity-and-access-management/advanced-authentication/9-1/building/rest-based-api/ca-risk-authentication-rest-api/risk-evaluation-api.html

Sample request is pasted below as well. 

{  
   "ipAddress": "10.x.x.x",

   "action": "login",
   "channel": "default",
   "deviceId": {"type" : "HTTP_COOKIE","value": "1pVXWXwd6qUmQ7GVJFwYHyIruegkWdJiMrbRJPN73Yj3vlOCRQcYTw=="},
   "deviceSignature": "{\"VERSION\":\"2.1.2\",\"MFP\":{\"Browser\":{\"UserAgent\":\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0\",\"Vendor\":\"\",\"VendorSubID\":\"\",\"BuildID\":\"20170518000419\",\"CookieEnabled\":true},\"IEPlugins\":{},\"NetscapePlugins\":{\"Shockwave Flash\":\"26.0.0.126\"},\"Screen\":{\"FullHeight\":1080,\"AvlHeight\":1080,\"FullWidth\":1920,\"AvlWidth\":1858,\"ColorDepth\":24,\"PixelDepth\":24},\"System\":{\"Platform\":\"Win32\",\"OSCPU\":\"Windows NT 6.1; WOW64\",\"systemLanguage\":\"en-US\",\"Timezone\":-330}},\"ExternalIP\":\"10.x.x.x\",\"MESC\":{\"mesc\":\"mi=2;cd=150;id=30;mesc=552119;mesc=641431\"},\"Flash Attributes\":{}}"

}