Question
2
Replies
72
Views
Ernst & Young LLP
Posted: August 13, 2020
Last activity: August 17, 2020
Solved
Control not passing from Custom Auth Service to Rest Service
Hi Team
We have written an custom Authentication Service to validate the JWT Token. Even after validation is done properly the control doesn't pass to Rest Service and gives a failure error.
Is there something we need to set on the pyChallenge attribute in case of success OR on Operator ID page?
What is the significance of PyChallenge attribute?
Have tried to set the status as well as pyOperPage as well.
tools.getProperty("pxRequestor.pyHTTPResponseHeaders").getPageValue().putString("pxResultStatus", "200"); tools.getParameterPage().putObject("pyOperPage",myStepPage);
But still the control is not getting passed.