-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.0.0
-
Fix Version/s: 5.5.1.0
-
Component/s: Web Agents
-
Labels:
Bug description
In Agent 4 custom logins in the referrer field original_request_url provided the information to the custom ui piece.
How to reproduce the issue
Set up a custom login
- deploy custom login url to apache http
- configure it
- Add CDSSO domains as needed to match cookie being set.
- set the custom login flag to true - org.forgerock.openam.agents.config.allow.custom.login=true
- set login to http://agent.alextest.com:8080/login.html
- set NEU for login.html* (I also have ? and plain login.html, but the login.html* was pivotal/
- turn on stateless signing & deflation
- set a policy as needed
- Hit index.html and authenticate.
Expected behaviour
original_request_url is present in har file after authentication on original url
Current behaviour
original_request_url is not present in har file after authentication on original url
Work around
OPTIONAL - If you have a workaround, please put the details here (remove this text)
Code analysis
OPTIONAL - If you already investigated the code, please share your finding here (remove this text)
...
- is related to
-
AMAGENTS-3043 Append original_request_url when Agent builds params to Conditional Login URL
- Open
- is required by
-
AMAGENTS-1906 Capture or provide an intermediate URL, that includes the target URL before the goto Target is reached
- Resolved
- relates to
-
AMAGENTS-3043 Append original_request_url when Agent builds params to Conditional Login URL
- Open