FusionAuth / fusionauth-netcore-client

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

Fix missing types in IdentityProviderConverter #30

Closed EPRenaud closed 3 years ago

EPRenaud commented 3 years ago

There was a typo in SAMLv2 and Apple and HYPR were missing.

Fix #29

mooreds commented 3 years ago

This looks good. For future me, this file should be kept up to date with https://github.com/FusionAuth/fusionauth-java-client/blob/master/src/main/java/io/fusionauth/domain/provider/IdentityProviderType.java

mooreds commented 3 years ago

Thanks for your help, @EPRenaud !