-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.5.0
-
Component/s: rest
-
Environment:ForgeRock Access Management 6.5.0-SNAPSHOT Build 3097c3a4f4 (2018-October-08 08:36)
Bug description
When trying these endpoints in the API explorer under http://openam.example.com:8080/openam/XUI/#api/explorer/sessions:
- /sessions#2.1_query_filter
- /sessions#3.1_query_filter
with _queryFilter=true, I get HTTP 500 errors.
For example:
How to reproduce the issue
- Set up with the default configuration.
- Login as amadmin.
- Open the API explorer.
- Navigate to http://openam.example.com:8080/openam/XUI/#api/explorer/sessions.
- Try the endpoints with _queryFilter=true.
Expected behaviour
Successful response listing open sessions.
Current behaviour
HTTP 500 errors.
It appears that the request URL is missing the realm in the root, e.g. /json/realms/root/sessions.
- relates to
-
OPENAM-13754 HTTP 400 error with /sessions when using API explorer fragment in the URL
-
- Open
-