E-Business Integration with SSO using AccessGate

Posted by user774220 on Oracle Blogs See other posts from Oracle Blogs or by user774220
Published on Mon, 3 Dec 2012 15:13:53 +0000 Indexed on 2012/12/03 17:13 UTC
Read the original article Hit count: 450

Filed under:

Moving away from the legacy Oracle SSO, Oracle E-Business Suite (EBS) came up with EBS AccessGate as the way forward to provide Single Sign On with Oracle Access Manager (OAM). As opposed to AccessGate in OAM terminology, EBS AccessGate has no specific connection with OAM with respect to configuration. Instead, EBS AccessGate uses the header variables sent from the SSO system to create the native user-session, like any other SSO enabled web application.

E-Business Suite Integration with Oracle Access Manager

It is a known fact that E-Business suite requires Oracle Internet Directory (OID) as the user repository to enable Single Sign On. This is due to the fact that E-Business Suite needs to be registered with OID to for Single Sign On. Additionally, E-Business Suite uses “orclguid” in OID to map the Single Sign On user with the corresponding local user profile. During authentication, EBS AccessGate expects SSO system to return orclguid and EBS username (stored as a user-attribute in SSO user store) in two header variables USER_ORCLGUID and USER_NAME respectively.


Following diagram depicts the authentication flow once SSO system returns EBS Username and orclguid after successful authentication:

EBS AccessGate and OAM


Topic to brainstorm: EBS AccessGate as a generic SSO enablement solution for E-Business Suite AccessGate

Even though EBS AccessGate is suggested as an integration approach between OAM and Oracle E-Business Suite, this section attempts to look at EBS AccessGate as a generic solution approach to provide SSO to Oracle E-Business Suite using any Web SSO solution. From the above points, the only dependency on the SSO system is that it should be able to return the corresponding orclguid from the OID which is configured with the E-Business Suite. This can be achieved by a variety of approaches:

  • By using the same OID referred by E-Business Suite as the Single Sign On user store.
  • If SSO System is using a different user store then:
    • Use DIP or OIM to synch orclsguid from E-Business Suite OID to SSO user store
    • Use OVD to provide an LDAP view where orclguid from E-Business Suite OID is part of the user entity in the user store referred by SSO System

© Oracle Blogs or respective owner

Related posts about /Oracle