Custom authentication with Microsoft .Net core identity

Hi
We are evaluating Radzen as an internal tool but for our application we need to integrate ECAS (European CAS) as authentication method.
We already developed a library for .Net core that uses the ECAS login and rely on Microsoft Identity to manage roles and permission.
Is it possible to customize a Redzen project changing only the autentication?

best regards

Hi @luzarst,

You can change any part of the Radzen project by using the code generation ignore list. In addition you can check this sample which shows how to plug a custom UserManager without relying on the ignore list.

Do you enable Security in the Radzen IDE before making the security changes that are shown in your sample?

Yes, you need to enable default security first.