cancel
Showing results for 
Search instead for 
Did you mean: 

single sign on through ldap by using abap ume on the portal

Former Member
0 Kudos

Hi,

My Netweaver portal UME is connected to an ABAP data store.

Was wondering if Is possible to implement a SSO solution to the portal (i.e no password will be required to log in to the portal)

SSO between portal and other backend application works fine, but the objective of this is to by pass the userid/password to the portal.

I have successfully implemented similar solution for a client by using spnego (portal ume was LDAP).

Please experts I need your opinion if this can be achieved.

Thanks

  • Do not use UPPERCASE on the Subject

Edited by: Juan Reyes on Jan 27, 2010 9:07 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The solution is on

/people/holger.bruchelt/blog/2008/03/10/configuring-spnego-with-abap-datasource

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes. The same SPNEGO logon module can be used for ABAP or LDAP UME. If you have naming inconsistencies between SPNEGO account repository (typically Active Directory) and ABAP usernames there are built-in mapping capabilities.

Thanks!

Kyle