cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication without SAP PORTAL

Former Member
0 Kudos

Hi everyone, i have this problem, and i have no idea how to resolve it, well, an external portal (pure html) may have a link to my Webdynpro application (SAP Portal), but i need the logon user that in this time will come from the external portal (Because I need to disable the SAP Portal Logon), is there a way to pass this variable from a external development to my app and catch it at the init() method, maybe a cookie ???

thanks to everyone any tip will be appreciated

Edited by: Isaac Mena on Sep 3, 2009 7:46 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Isaac,

If you sent parameter using post method from the external portal to the Web dynpro App, you can get this parameters using

the below code.

WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("parameter");

It works for get method also.

Regards,

Eduardo Campos.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks eduardo, ! that will help me a lot.

Former Member
0 Kudos

Hi Eduardo, thanks for your help, is haptie at g m a i l ,thanks for all.

Former Member
0 Kudos

Hi eduardo, thanks for your reply, but I have more doubts, how the external portal can do a post to the WD App ? do you have idea of the Tag to send a post referencing a WD App, any attributes in the tag to have in consideration? , the ref is the inicial page of the WD App?

Former Member
0 Kudos

Hi Isacc,

Give me your mail, because I try to post the code here and was not posible.

Regards,

Eduardo Campos

Edited by: Eduardo Campos on Sep 9, 2009 5:03 PM