Question

Ernst & Young LLP
IN
Last activity: 9 Jul 2020 2:44 EDT
Redirect URL not working on post SSO authentication
Hi Team,
We have a requirement to redirect to another application from Pega Application post authentication from SSO.
In post authentication activity we are calling a Rest Service whose response we get the another application's redirect URL. We are then trying to redirect to that another another application with the help of pySSORedirectRequest HTML.
<html> <head> <meta http-equiv="refresh" content="0;url=<%=StringUtils.urlCrossScriptingFilter(tools.getParamValue("redirectURL"))%>"/> </head> <body></body> </html>
The post authentication if executed individually is redirecting to another Application but when plugged as Post Authentication Activity directly launches Pega Developer studio