Custom Dual Security

I'm building a system that has some users that are part of an Office365 domain and others that are outside that domain. Is it possible for me to customize security so that the Office365 users authenticate against the domain and the others use the standard identity login. If so, where do I need to start the customization?

Hi @kgordon,

Radzen does not support this requirement. An application ca have either Active Directory security (but not Office 365 domains) or ASP.NET Core Identity based. You would need an entirely custom implementation. Unfortunately we haven't done anything similar and cannot do specific instructions.