Posted on by
johnjohnPter2,057Season of Giving Solutions 2025
i know that using azure sql server with power apps and power automate has a limitation that it run under the service account regardless of the user running it... but let say i develop and power apps ofr sql admin only, and i added it to an environment and share it with only the sql admin user does this still pose a security problem?
Whether the connection is secure and uses the users credentials or not depends on the authentication method used. You want to use an Explicit connection rather than an Implicit Shared connection. There is also a Secure Implicit connection that can be used. To use an Explicit connection you should use an Entra ID to access the data source. That way the user running the Power App will use their own credentials to access the SQL server. There is also a way to do it with a Windows ID. Read the article for more details.
----------------------------------------------------------------------------------
If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!
Paul Papanek Stork, MVP Blog: https://www.dontpapanic.com/blog
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.