FusionAuth/fusionauth-netcore-client

Unable to deserialise SAMLv2 IdentityProvider

EPRenaud opened this issue ยท 0 comments

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.