cancel
Showing results for 
Search instead for 
Did you mean: 

SSO from third party URL to portal

Former Member
0 Kudos

Hi,

In my scenario, my webdynpro application is inside a thirdparty website. Right now when user logs in to third party URL with user name and password, they get my webdynpro application link. When they click on that link, they should get directly into the application with their initial userid.(but right now it's asking for portal userid and password)

Actually I know I have to do some coding for fetching the userid and password and then have to pass them to my application, but unfortunately i am not finding any sample code.

Please help me out with some sample code / sample example.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI Nikesh,

Give direct url to your WD application as below

http://<server>:<port>/webdynpro/dispatcher/abc.com/projectname/application_name

Also set authentication required property of application to "false".

Fetching SAP password may not be possible because its stored in incrypted format.

Other way may be to build the trust in b/w both the systems by ticket exchange (various mathods available, Please check as per your systems).

Regards

Deepak

Former Member
0 Kudos

Hi Deepak,

But I need User ID also in my application, and it is one of the input parameter for the FM, so can't set authentication to false.

And what is the use of changing the application URL ?

Please help...