Question
2
Replies
222
Views

TCS
IN
Posted: April 7, 2021
Last activity: April 15, 2021
Last activity: 15 Apr 2021 7:23 EDT
Closed
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.
***Edited by Moderator Marissa to update Platform Capability tags****