How ERPUX keeps your Oracle data secure. Designed for a 10-minute CISO review.
ERPUX is a UI-only layer. It renders data but never stores it. All queries flow directly to your Oracle ERP Cloud instance via Oracle REST APIs.
No data is stored at the ERPUX layer. All responses are streamed directly from Oracle to the browser.
ERPUX never stores your ERP data. Every query is executed in real-time against your Oracle instance. Results are rendered in the browser and discarded when the session ends.
ERPUX uses bidirectional JWT authentication with RS256 signing. No passwords are stored or transmitted.
Oracle sends a signed JWT via Page Integration (Secure Destination). ERPUX verifies the token using Oracle's public certificate. Token contains user identity, roles, and data security context.
ERPUX creates a JWT signed with the customer-specific private key, asserting the authenticated user. Oracle validates this token and executes API calls as that user, enforcing all security policies.
ERPUX does not implement its own authorization layer. All data access is controlled by Oracle.
Optional BI Publisher credentials (used for report deployment, not end-user access) are stored securely.
Because ERPUX stores no customer ERP data, your existing Oracle compliance certifications cover your data at rest and in transit.
Have security questions? We're happy to walk your security team through the architecture.
Contact Us