Oracle Access Manager 11g R2PS3 (OAM 11.1.2.3) How to Post Data Without a WebGate Cookie (Form Action)
(Doc ID 2267293.1)
Last updated on NOVEMBER 09, 2023
Applies to:
Oracle Access Manager - Version 11.1.2.3.0 and laterInformation 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.
Goal
Oracle Access Manager 11g R2PS3 (OAM 11.1.2.3) How to Post Data Without a WebGate Cookie (Form Action)
Use case:
1. User logs in <WebGate_1>
2. Access a source.jsp to fill the details.
3. Submit the details to a destination.jsp page in <WebGate_2>
4. <WebGate_2> will receive the request but since user does not have a valid cookie for <WebGate_2> it will redirect to OAM for cookie.
5. After successful redirection, the POST parameters(data) are missing in destination.jsp.
1. User logs in <WebGate_1>
2. Access a source.jsp to fill the details.
3. Submit the details to a destination.jsp page in <WebGate_2>
4. <WebGate_2> will receive the request but since user does not have a valid cookie for <WebGate_2> it will redirect to OAM for cookie.
5. After successful redirection, the POST parameters(data) are missing in destination.jsp.
Solution
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
Goal |
Solution |