Dear Experts,
How can we implement row-level security on Azure when the application is hitting the database using a managed identity. How the same can be implemented on On-prem when an application uses SQL credentials or a windows account?
Currently, the application hits the DB using a managed identity and application authentication is based on ASPNet identity.
TIA