Blazor WebAssembly is Charging for using Duende. Use Google External Authentication without Duende

Viewed 28

When we create a Blazor WebAssembly application with Google External Authentication, In the production, The Duende identity server is asking us to pay. because

This code includes a dependency on Duende IdentityServer.
This is an open-source product with a reciprocal license agreement. If you plan to use Duende IdentityServer in production this may require a license fee.
To see how to use Azure Active Directory for your identity please see https://aka.ms/aspnetidentityserver
To see if you require a commercial license for Duende IdentityServer please see https://aka.ms/identityserverlicense

We don't want to pay or subscribe to these authentications. How could use External Google Authentication in Blazor WebAssembly without paying much or anything?

We want to maintain the same database structure as Identity Providers given by default.

is there a way to use custom authentication? if yes any reference will be helpul.

0 Answers
Related