Auth code generation

Good day. Is it possible to use other entity models, not from the AspNetCore.Identity kit?
I know how to rewrite all the necessary Data Stores, but Radzen Studio, when launching the application, again generates code to use ApplicationUser : IdentityUser and ApplicationRole : IdentityRole.
In our existing architecture we do not use IdentityUser and IdentityRole.
We would like to retain the use of standard authorization and authentication providers, generated pages and etc., but eliminate the use of the standard database schema and the IdentityUser and IdentityRole classes. As we easily do it in regular .Net Core applications.
Is it possible to change or disable code generation for this part?

You are using probably our old product (Radzen IDE), Radzen Blazor Studio will not overwrite anything.

1 Like