Oracle E-Business Suite 12.1.3 Access Manager, Access Manager issues
Actual Behavior
In E-Business Suite integrated with OAM, accessing iSupplier will redirect from https to http URL in log in page. Below is the redirection of URL’s.
https://<HOST>.com/
https://<HOST>.com/OA_HTML/AppsLogin
https://<HOST>:<PORT>/sid = sid = <SID>/ssologin
http://<HOST>:<PORT>/sid = sid = <SID>/dossologin
http://<HOST>:<PORT>/oamsso-iSupplier/login.pl?resource_url=https://<HOST>:<PORT>/sid = <SID>/dossologin
Expected Behavior
In the https environment, the log in should not redirect to http.
The issue can be reproduced at will with the following steps:
1. Access URL https://<HOST>/
CAUSE
AccessGate SSL configuration steps may have been missed.
In the mange server section the setup of E-Business Suite AccessGate did not have the WebLogic Plug-In Enabled, and the Client Cert Proxy Enabled checked.
The above are requirements for SSL configuration of E-Business suite AccessGate.
SOLUTION
To implement the solution, test the following steps in a development instance and then migrate accordingly:
1. In the Weblogic Admin console where Accessgate is deployed, check whether the manage server section has the following options checked under Advanced Configuration:
A. “WebLogic Plug-In Enabled” – Checked
B. “Client Cert Proxy Enabled” – Checked
- Retest the iSupplier access, and confirm the URL redirection now uses HTTPS.