Technology Stack - EBS (MOSC)

MOSC Banner

Unable to call an URL by passing the SAML token from OA Framework

edited Aug 8, 2014 5:01AM in Technology Stack - EBS (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center