cancel
Showing results for 
Search instead for 
Did you mean: 

SSO and JSO

Former Member
0 Kudos

In this scenario:

  • IE as the Browser

  • a Servlet application running on SAP JAVA WEB AS, communicating via JCO with SAP R/3

  • SAP R/3 usernames are the same as windows accounts

we want the Servlet application to connect to SAP R/3 with the windows account of the machine hosting the browser, and we don't want the user to enter the windows domain username/password

How can we do this ? Can Kerberos be useful ?

Thx

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Umberto,

yes kerberos is a solution.

Check out these weblogs:

/people/wai-hon.lam/blog/2006/04/20/windows-integrated-authentication-via-kerberos-on-an-ldap-data-source

/people/vaibhav.dua2/blog/2006/04/24/kerberos-implementation-with-ads-made-easy

you don't need a portal for that because the functionality is integrated into the Web AS Java.

Regards,

Pascal

Former Member
0 Kudos

Thanks for help. I could easily obtain SSO between IE and the J2EE Engine, using Active Directory as a KDC.

My point is: JCO needs a username and a password (or a SSO Logon Ticket). How can I get them ?

Thks

yonko_yonchev
Active Participant
0 Kudos

Hi Umberto,

This should be done from the destination service of the J2EE Engine, as described here:

http://help.sap.com/saphelp_nw04/helpdata/en/5a/97a066223e440b8ead3da027b17d9e/content.htm

regards,

Yonko

Message was edited by: Yonko Yonchev