I built a Power Apps application with data stored in SQL Server, connected via Azure AD authentication.
This works for me but prevents other colleagues from accessing the data when I share the app with them. they can't access the data with a prompt :401 Error retrieving data from network: Login failed for user ''. clientRequestId:
Would creating a dedicated SQL Server account and using SQL Server Authentication to login as the connection method willsolve this issue,
allowing shared access to the app’s data source?