cancel
Showing results for 
Search instead for 
Did you mean: 

SSO and SAP EP 7.0

Former Member
0 Kudos

Hello,

We have installed an NW 2004s + SAP Enterprise Portal (JAVA stack - only).

We would like enabling the "Single Sign On" on the portal, to grant access to the portal users without entering a username/password (they will use their Windows account for example).

Do we need to configure the SAP Logon Ticket for this config as we only want to grant automatic access to our internal users to our new SAP EP.

Many thanks in advance for your inputs.

Kind regards,

Dom./

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

refer this link for SSO in portal,

http://help.sap.com/saphelp_nw04s/helpdata/en/89/6eb8deaf2f11d5993700508b6b8b11/frameset.htm

/thread/401551 [original link is broken]

/* reward points if it is useful an answer*/

regards,

kanagaraj.

Answers (1)

Answers (1)

cand1
Advisor
Advisor
0 Kudos

Hi Dominique,

the "magic" is done in the login modules. For windows you have to activate the the kerberos authentication via the SPNegoLoginModule http://help.sap.com/saphelp_nw70/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/content.htm

The SAP Logon Ticket is cookie which is created by the portal after a successful login. If you open you EP to all users every user gets a Logon Ticket.

You can have more then one login module on the portal as this is defined in the JAAS specification. One could authenticate user against a windows domain, an other is used for external user which are created in the EP internal user store.

HTH

Daniel