You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieval of all identity zones via endpoint /identity-zones.
What did you expect to see? What goal are you trying to achieve with the UAA?
Expectation is that the API applies paging by default, similar to the SCIM API (/Users, /Groups). With regards to the page size, the API should define a default (e.g. 100) and a maximum value (e.g. 500).
The goals are:
Avoid high DB load issues if the UAA has a high number of identity zones
Ensure an appropriate response time if the UAA has a high number of identity zones
What did you see instead?
No paging mechanism supported for endpoint /identity-zones.
The text was updated successfully, but these errors were encountered:
What version of UAA are you running?
77.18.0
How are you deploying the UAA?
I am deploying the UAA
What did you do?
Retrieval of all identity zones via endpoint
/identity-zones
.What did you expect to see? What goal are you trying to achieve with the UAA?
Expectation is that the API applies paging by default, similar to the SCIM API (
/Users
,/Groups
). With regards to the page size, the API should define a default (e.g. 100) and a maximum value (e.g. 500).The goals are:
What did you see instead?
No paging mechanism supported for endpoint
/identity-zones
.The text was updated successfully, but these errors were encountered: