Question
CGI
IN
Last activity: 17 May 2016 7:42 EDT
How to redirect from Dev1 URL to Dev2 URL from SSO Authentication activity
Hi,
Requirement is to redirect from Dev1 URL to Dev2 URL from Authentication activity. Dev1 and Dev2 are two different physical systems with Pega application.
Approach tried:
1 Created a HTML rules with below code
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://prpc-dev02.xx.xxxxx.xxx/prweb/PRServletCustom"/>
</head>
<body></body>
</html>
2 Called above HTML rule from SSO Authentication activity
3 When we login with Custom Authentication URL of Dev1, above “Show-HTML” step is executed of Authentication activity. But it is not redirecting to Dev2 URL Portal i.e. in browser it is showing Dev1 Portal.
We think, some OOTB login process is overriding, due to which Dev2 URL Portal is not displayed.
Hi,
Requirement is to redirect from Dev1 URL to Dev2 URL from Authentication activity. Dev1 and Dev2 are two different physical systems with Pega application.
Approach tried:
1 Created a HTML rules with below code
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://prpc-dev02.xx.xxxxx.xxx/prweb/PRServletCustom"/>
</head>
<body></body>
</html>
2 Called above HTML rule from SSO Authentication activity
3 When we login with Custom Authentication URL of Dev1, above “Show-HTML” step is executed of Authentication activity. But it is not redirecting to Dev2 URL Portal i.e. in browser it is showing Dev1 Portal.
We think, some OOTB login process is overriding, due to which Dev2 URL Portal is not displayed.
Note: When we call above HTML rule from standalone activity, launches Dev2 URL Portal from Dev1 system.
Please guide us.
Thanks & Regards
U Rajasekhar