aspnet-contrib / AspNet.Security.OAuth.Providers

OAuth 2.0 social authentication providers for ASP.NET Core
Apache License 2.0
2.34k stars 533 forks source link

Implement Zoho OAuth provider #910

Open denis-goncharenko opened 1 week ago

denis-goncharenko commented 1 week ago

The implementation allows users to authenticate using their Zoho account credentials.

kevinchalet commented 1 day ago

Did you try with a user account created in a non-US region?

I just added this provider to OpenIddict and it was fairly painful to support that, as you need to make the token and userinfo endpoints dynamic (based on the location parameter returned from the authorization endpoint). Given it doesn't seem to be implemented here, it's likely it requires a bit more work to really work.