Multiple Authentification / Fallback Option for Azure AD

Hi,

there are multiple ways to add authentification to Radzen, e.g. Azure AD or ASP.NET Authentification (“Security“).

Since I use Microsoft 365, Azure ID is a good choice for me and works pretty well. However, if there should be any issue with my Microsoft Azure account, I will not be able to log into my Radzen app. Is there a way to add additional authentification providers, maybe some simple “fallback“ authentification so that I can still log in even in case there are any issues with Azure AD or my Azure account?

Thanks for your help!

Hi @JustJoe,

You can check my reply here: GMail and ASP.Net Core Identity - #2 by korchev

Also here is a sample application that combines three authentication modes - Google, AzureAD and ASP.NET Core Identity. Check the Program.cs registration as well as the changes done to AccountController.
SocialLoginWasm.zip (295.1 KB)

1 Like