FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Add search by ID to identity provider API for client libraries #2401

Open mooreds opened 1 year ago

mooreds commented 1 year ago

Add search by ID to identity provider API for client libraries

Problem

I want to search my identity providers by identifier using the python client lib.

Solution

Add ability to search for identity provider ids (API) and to the client library.

Alternatives/workarounds

Adding the ID to provider name and searching by name.

Additional context

Filed here originally: https://github.com/FusionAuth/fusionauth-python-client/issues/22

Search API as currently implemented: https://fusionauth.io/docs/v1/tech/apis/identity-providers/#search-for-identity-providers

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

robotdan commented 1 year ago

Isn't this just retrieve by Id? We don't generally search by Id since it is already unique.