Oracle E-Business Suite with Access Gateway rapid SSO reference architecture
This reference architecture describes the components, flow, and version requirements to integrate Oracle E-Business Suite and Access Gateway when configured for EBS rapid SSO.
Architecture
Flow
- The user signs in to Okta.
- Okta sends a SAML assertion to Access Gateway.
- Access Gateway sends the
EBS_Userheader toebs-ssoagenton Access Gateway. ebs-ssoagentverifies the EBS user against the database. After the user is authenticated, the database generates and issues a session cookie.- The user is redirected to EBS with the EBS session cookie.
Components and requirements
| Component | Description and requirements |
|---|---|
| Okta Access Gateway | All versions of Okta Access Gateway support Oracle E-Business Suite when configured as Access Gateway rapid EBS. |
| Oracle E-Business Suite |
Supported versions:
|
| DBC file | Created by the Oracle E-Business Suite owner and made available to the Access Gateway administrator. |
|
EBS service user account |
Account used by Access Gateway to access the Oracle E-Business Suite. In this example: OAGSSOUSER and granted the UMX|APPS_SCHEMA_CONNECT role. |
|
Okta attributes |
USER_NAME or USER_EMAIL, in email address form. |
|
Header attributes |
Header attributes passed by Access Gateway to the Oracle E-Business Suite application:
|
| External URL | External URL specified by the Public Domain field within Access Gateway. For example: ebs-external.example.com
|
| Internal URL | Internal URL and port specified by the Protected Web Resource field within Access Gateway. For example: ebs-internal.example.com:8000
|
| Web domain | Rapid EBS SSO uses domain cookies to communicate between Access Gateway and the EBS server. The domain used by the protected web resource and the externally facing instance of Access Gateway must share the domain. In this example, the shared domain is example.com. |