Unable to call an URL by passing the SAML token from OA Framework
Hi
There is a requirement to call an URL (https://test.salesforce.com?so=00DL0000005rCSX) by passing an encoded SAML token i.e parameter from OA framework . We tried to implement this in the following way:
HashMap HumhashParam = new HashMap();
HumhashParam.put("HumWebResponse",HumWebServResponse);
paramOAPageContext.writeDiagnostics(this, "Humana >> Salesforce Url >> HM ",2);
paramOAPageContext.setForwardURL("https://test.salesforce.com/?so=00DL0000005rCSX",
null,
OAWebBeanConstants.KEEP_MENU_CONTEXT,
null,
HumhashParam,
true,
OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
OAWebBeanConstants.IGNORE_MESSAGES);
But we are not able to direct to the correct page. Can anyway help us in this regard.
Thanks and Regards,
Oindrila