Question
ANZ
AU
Last activity: 28 Feb 2020 2:55 EST
How to get Requestor Access Group for Pega API calls ?
We had a generic REST API service activity , which should decide from which system the request is coming from and process the request based on the system it is calling ?
We had a basic authentication between systems , so we want to know the service account details in the service activity so that we can take appropriate action .
Could you please let me , how a service activity is at more generic level , will identify from which system it is getting the request ?
I am assuming service account is nothing but the operator details used in Basic Authentication. If so, these details should be available directly on OperatorID page. Please log this page in XML and check it out.
Other way could be design your API to accept "sourceSystem" in request headers and take action based on the sourceSyteam value.