After Authentication, Redirect To WebGate Request for "Obrar.cgi" Fails with "404 Not Found"
(Doc ID 2317641.1)
Last updated on SEPTEMBER 25, 2023
Applies to:
Oracle Access Manager - Version 12.2.1.2.0 to 12.2.1.2.0 [Release 12c]Information in this document applies to any platform.
Oracle is not responsible for instructions/information from 3rd party sites that may be contained in this KM note.
Symptoms
After entering credentials the login process is redirected to the WebGate request for "Obrar.cgi" , which fails with "404 Not Found"
- Oracle Access Manager 12c PS3 (OAM 12.2.1.3)
- OHS WebGate version 12.2.1.2.0
- Request for obrar.cgi results in error 404 Not Found
- WebLogic application is protected with OAM login. when the redirect is performed from the OAM server back to the application (post authentication), it results in an error "404 Not Found".
- The requested resource is "obrar.cgi".
- Noticed that the call back from the OAM server is over HTTP, not HTTPS.
Steps to Reproduce
1. User requests protected resource
2. User is redirected to OAM server (obrareq.cgi)
3. If user is not authenticated, there is a redirect to the login page, then back to OAM server (auth_cred_submit)
4. User is redirected back to the WebLogic application, but receives error "404 Not Found". The request is for obrar.cgi.
1. User requests protected resource
2. User is redirected to OAM server (obrareq.cgi)
3. If user is not authenticated, there is a redirect to the login page, then back to OAM server (auth_cred_submit)
4. User is redirected back to the WebLogic application, but receives error "404 Not Found". The request is for obrar.cgi.
An example flow is below
1. https://<HOSTNAME>:<PORT>/connect/webconnect
2. https://<HOSTNAME_2>/oam/server/obrareq.cgi?encquery=....
3. https://<HOSTNAME_DOMAIN>:<PORT>/IAMSSO/login.jsp
https://<HOSTNAME_2>/oam/server/auth_cred_submit
4. http://<HOSTNAME>/obrar.cgi?encreport=... - Result is "404 Not Found"
1. https://<HOSTNAME>:<PORT>/connect/webconnect
2. https://<HOSTNAME_2>/oam/server/obrareq.cgi?encquery=....
3. https://<HOSTNAME_DOMAIN>:<PORT>/IAMSSO/login.jsp
https://<HOSTNAME_2>/oam/server/auth_cred_submit
4. http://<HOSTNAME>/obrar.cgi?encreport=... - Result is "404 Not Found"
Changes
It used to work in FMW 11g. The problem has only occurred after upgraded to FMW 12c.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |