FusionAuth / fusionauth-netcore-client

The .NET Core client for FusionAuth
https://fusionauth.io
Apache License 2.0
28 stars 11 forks source link

Unable to deserialise SAMLv2 IdentityProvider #29

Closed EPRenaud closed 3 years ago

EPRenaud commented 3 years ago

Hello 👋

When I call _client.RetrieveIdentityProviderAsync or _client.RetrieveIdentityProvidersAsync, no SAMLv2IdentityProvider is returned. I tracked down the error to a typo in IdentityProviderConverter.

I'll push a PR to fix it in a few minutes.