Question
TCS
IN
Last activity: 15 Apr 2021 7:23 EDT
How can I capture a response header in the Connect-REST rule
The requirement is to change the existing authentication mechanism and replace it with OIDC. I'm on version 7.2 which does not support OOTB OIDC auth type. So I'm writing a custom activity which will invoke a series of apis and authenticate user. The problem is one of the attribute is in the response header when code is 302. How do I capture this? The actual response of this api is an html page.