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 providers via endpoint /identity-providers for a given identity zone.
What did you expect to see? What goal are you trying to achieve with the UAA?
Besides the option to retrieve all identity providers, the caller of /identity-providers has the option to use paging to restrict the result set of the UAA response. The paging may be similar to the SCIM API (/Users, /Groups). With regards to the page size, the API may define a default (e.g. 100) and a maximum value (e.g. 500) if paging is requested.
The default behaviour of the API should stay as is, namely returning all identity providers for the given identity zone.
The goals for identity zones with a very high amount of identity providers are:
Allow the caller of the API to use paging to ensure appropriate response times
What did you see instead?
No paging mechanism supported for endpoint /identity-providers.
The text was updated successfully, but these errors were encountered:
torsten-sap
changed the title
Paging for retrieval of all identity providers for a given identity zone
[Feature] Paging for retrieval of all identity providers for a given identity zone
Nov 20, 2024
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 providers via endpoint
/identity-providers
for a given identity zone.What did you expect to see? What goal are you trying to achieve with the UAA?
Besides the option to retrieve all identity providers, the caller of
/identity-providers
has the option to use paging to restrict the result set of the UAA response. The paging may be similar to the SCIM API (/Users
,/Groups
). With regards to the page size, the API may define a default (e.g. 100) and a maximum value (e.g. 500) if paging is requested.The default behaviour of the API should stay as is, namely returning all identity providers for the given identity zone.
The goals for identity zones with a very high amount of identity providers are:
What did you see instead?
No paging mechanism supported for endpoint
/identity-providers
.The text was updated successfully, but these errors were encountered: