[OPENAM-5841] Realm override query parameter on login not overriding realm Created: 16/Apr/15 Updated: 20/Nov/16 Resolved: 24/Apr/15 |
|
Status: | Resolved |
Project: | OpenAM |
Component/s: | UMA |
Affects Version/s: | 12.0.1, 13.0.0 |
Fix Version/s: | 12.0.2, 12.0.3, 13.0.0 |
Type: | Bug | Priority: | Major |
Reporter: | Phil Ostler [X] (Inactive) | Assignee: | Phill Cunnington |
Resolution: | Fixed | Votes: | 0 |
Labels: | AME, TESLA, release-notes | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||
Target Version/s: | |||||||||||||
Sprint: | Sprint 84 - Team Tesla | ||||||||||||
Support Ticket IDs: | |||||||||||||
Verified Version/s: |
Description |
After the user has been redirected from registering a UMA resource set with the URL... ...the XUI redirects back to the following URL as the user is not logged in (preserving the realm override parameter)... http://phil.openam.com:8080/openam/XUI/?realm=/realm1#login/ ...which translates to a call on the API with the following signature... http://phil.openam.com:8080/openam/json/realm1/users/demo?realm=/realm1 ...which should override the realm with /realm1, however the following error is being encountered {"code":400,"reason":"Bad Request","message":"Invalid realm, /realm1/realm1"} The realm query parameter should override the realm and not append to it |
Comments |
Comment by Peter Major [X] (Inactive) [ 24/Apr/15 ] |
Potentially related to |
Comment by Nemanja Lukic [ 09/Jul/15 ] |
Could someone please provide the steps to reproduce? |
Comment by Nemanja Lukic [ 09/Jul/15 ] |
To reproduce:
|
Comment by Peter Major [X] (Inactive) [ 14/Aug/15 ] |
Backported to 12.0.2 with R15187 |
Comment by Nemanja Lukic [ 24/Sep/15 ] |
Verified in: OpenAM 12.0.2 Build 15797 (2015-September-21 17:41) |
Comment by Filip Kubáň [X] (Inactive) [ 28/Apr/16 ] |
verified: OpenAM 12.0.3-RC2 |