Two Applications One Database

I have a setup where I have two applications that reference the same database. One application is the admin side application, the other is customer facing. Is there a simple way that I can prevent user types from accessing one or the other application? For example, I don't want administrators to be able to log in to the customer facing application and I don't want customers to be able to log in to the admin facing application.

Hi @kgordon,

Radzen does not support that as a built-in feature. You will have to implement some custom checks to prevent unauthorised access to your application.

Alright, thanks for the quick response!

Check the SecurityService.cs file - you can add it to the code generation ignore list and customize it accordingly for the two applications.

1 Like