Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SSO between windows users and SAP portal users

0 Kudos

Dear Expert,

We would like to activate SSO between windows users and SAP portal users to avoid users to logon when they connect the SAP portal.

The UME of our java stack is configured as abap data source.

We tried the solution using kerberos/SPNEGO but it requires to have a ldap data source which is not our case.

Is there another solution in our case?

Thank you in advance.

Best Regards,

Olivier

3 REPLIES 3

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Olivier,

I am afraid that for your scenario spnego is the solution. SPnego is used to support the scenario you are trying to set: A domain user logs on to a host as a domain user, opens a new browser window and accesses web resource on the Application Server (portal) without providing username and password.

Kind regards,

Blanca

MarceloPinheiro
Advisor
Advisor
0 Kudos

Hi Olivier,

you can see more information about SPnego at note #1488409 - "New SPNego Implementation" and more information about SSO implementations in this site: http://help.sap.com/saphelp_nw72/helpdata/en/b3/728d0e84f34b70891819cb77b61e2f/frameset.htm

Tks

Marcelo Pinheiro

Former Member
0 Kudos

Hello Olivier,

We tried the solution using kerberos/SPNEGO but it requires to have a ldap data source which is not our case.

It is not true, I do use spnego/Kerberos on a SAP Portal using ABAP UME.

Regards,

Olivier