Question
Cognizant Technology Solution
Cognizant Technology Solution
US
Cognizant Technology Solution
Posted: Aug 3, 2017
Last activity: Aug 7, 2017
Last activity: 7 Aug 2017 11:31 EDT
Closed
Solved
Accessing Pega through Link on external JSP Page
I have below requirement. If anybody has implemented this or provide me with the best solution to this problem?
- There is an application written in JSP. That JSP page has a Link. On click of that link a Pega application will open in a separate window.
- The J2EE application is already authenticated and will pass the user name to Pega for SSO . Other than that some other data like name , address etc will also be passed to Pega.
- The Pega application is using LDAP authentication for SSO and currently getting some data using HttpServletRequest. The same thing can be used. But how the J2EE application will send those data through the link clicked?