FusionAuth / fusionauth-python-client

FusionAuth Python Client
https://fusionauth.io
Apache License 2.0
24 stars 12 forks source link

Search identity providers API doesn't work as expected #21

Closed ypankovych closed 1 year ago

ypankovych commented 1 year ago

Trying to search identity provider by its name:

 client.search_identity_providers({"search.name": "test"})

it returns all the identity providers instead of the one named "test".

Tried calling the API directly, same issue.

mooreds commented 1 year ago

@ypankovych how did you resolve this?