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: 

Single Sign On , Sun One LDAP, Oracle Portal BSP

Former Member
0 Kudos

Hello Forum members

I need recommendations / alternative solutions on the best way to implement SSO using Oracle Portal as the Front End via a BSP. We are using SAP4.7 and have no SAP Portal in place nor is it planned to move up this way currently.

SunOne LDAP will hold all the users approximately 60K, these users will click on the BSP within the Oracle Portal to gain access to the SAP system. The authentication is intended to be done on the Oracle Portal.

Does it matter if Logon Tickets are issued from the Oracle Portal? Or does it make sense to have SAP Logon Tickets from SAP Application? What are the security implications of such a decision to use Oracle Portal?

Any thoughts, recommendations, documentations welcomed

Sunil S Singh

1 ACCEPTED SOLUTION

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

How is the user authenticated at the (Oracle) Portal?

And do you also have a NetWeaver Java system in your landscape (because in that case you could deploy a custom JAAS login module to evaluate the SSO tokens of the Oracle Portal)?

4 REPLIES 4

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

How is the user authenticated at the (Oracle) Portal?

And do you also have a NetWeaver Java system in your landscape (because in that case you could deploy a custom JAAS login module to evaluate the SSO tokens of the Oracle Portal)?

0 Kudos

Hi Wolfgang

Main objective is to accomplish through the leading systems ie. Sun One LDAP and Oracle Portal the ability:

- To use the SUN LDAP directory to intiate user id creation / deletion. It should be able to identify new/changed accounts and thus reflect such in the SAP system.

We do not have Netweaver in the landscape can you please let me know the benefits of such a scenario in a little bit more detail than just the deployment of a JAAS login e.g what effort is need to write a custom JAAS etc.

Thanks - Sunil

0 Kudos

Sunil,

You will likely find that your Oracle portal can be used to store the ID in the HTTP header and then you can use an existing JAAS login module, and no need to have any custom code written to support your needs. I have seen this approach used a lot when a portal (SAP or non-SAP) is authenticating the user before they access SAP.

Thanks,

Tim

0 Kudos

Tim - Well done and Many Thanks for the awesome work!

Sunil