cancel
Showing results for 
Search instead for 
Did you mean: 

Web service SSO - invoking localhost from localhost

former_member190457
Contributor
0 Kudos

Hi all,

on my AS, I have developed a webservice which requires SSO.

I would like to invoke it from a WDJ app requiring authentication deployed on the same AS.

How should I configure/develop my app so that the ticket is passed to WS?

Thanks, regards

Vincenzo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create an Adaptive webservice model for the webservice which you created and deployed.

While creating a model provide the destination name.

Create the destination in visual admin. While creating the destination you can provide the authentication details.

Regards,

Jaya.

former_member190457
Contributor
0 Kudos

Hi, thanks for replying.

Usually for SSO you are supposed to export the certificates of the invoking system on the invoked system.

My question is: how should this be done when the two systems are right the same?

Thanks, regards

Vincenzo

Former Member
0 Kudos

Hi,

You have to configure the WebService destinations in the

Services --> WebService Security --> Dynamic proxies

While configuring this destination instead of basic authentication, you can select logon ticket.

Go throught the below document:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff...

In page 8 you can find the info about SSO.

Regards,

Charan