Problems configuring SSO on APEX using OAM 10g
Current configuarion:
1. - Oracle Access Manager 10g
APEX:
1. Oracle Application Express 3.2.1.00.10
- 2. Oracle Apex Listener 1.10.179.10.43
-3. Oracle Weblogic 10
In current Oracle Apex configuration APEX Listener is used on Oracle Weblogic 10. PL-SQL Gateway is not being used .
Performed steps (partially according to http://joelkallman.blogspot.com/2010/10/custom-authentication-scheme-for-oracle.html ):
1. Stored procedure has been compiled in APEX Database, which authenticates by Header Variable («REMOTE_USER» according to example).
2. APEX has been set up to use Oracle Access Manager LDAP directory (OID) as a user repository.
3. Authentication scheme has been created for APEX application based on stored procedure, which was created on step 1.