Dear all,
I am having issues with the following settings in my app:
Back-end: Azure SQL database with Row Level Security based on Security Group on Azure
Connection: Azure AD Integrated
User Permissions: The user permissions are base on Azure AD Security groups membership
I wondered whether someone has an idea why I am having this issue.
The app work perfectly for all the following user type, Properties of a B2B guest user - Azure Active Directory | Microsoft Docs:
1. Member: OK
2. Microsoft Account (State 2): OK
3. Invited user ( as described in AAD): OK.
But for the External Azure AD account, the app load well but it seems that it can not read the database.
In order to check, whether the guest user cannot access the database, I tried to connect to the database via ssms with the credentials of the guest user with the property "External Azure Active Directory" and I can access the database and see only the table with the specific record based on the RLS. Everything looks fine with ssms.
After that, I expected that the power apps connection with Azure AD Integrated was having trouble.
Could anyone help me on this matter? Please tell me if you need more specific informations.
Alex