Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Paging for retrieval of all identity providers for a given identity zone #3145

Open
torsten-sap opened this issue Nov 20, 2024 · 0 comments

Comments

@torsten-sap
Copy link
Contributor

torsten-sap commented Nov 20, 2024

What version of UAA are you running?

77.18.0

How are you deploying the UAA?

I am deploying the UAA

  • using cf-deployment

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:

  • 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.

@torsten-sap 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant