Skip to content

Commit 8b4c437

Browse files
authored
Update using_entra_auth.md
1 parent 53a4d37 commit 8b4c437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/using_entra_auth.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Using Entra auth with PostgreSQL tools
22

3-
To follow security best practices, this project is setup to use passwordless authentication with the Azure Database for PostgreSQL Flexible Server. This means that you can't connect to the database with a password, but instead need to use a token associated with a Microsoft Entra user. Locally, the user should be your own Azure account, whichever account was used to run `azd up`. In production, the user will be the managed identity assigned to the Azure Container App.
3+
To follow security best practices, this project is setup to use passwordless authentication with the Azure Database for PostgreSQL Flexible Server. This means that you can't connect to the database with a password, but instead need to use a token associated with a Microsoft Entra user. Locally, the user should be your own Azure account, whichever account was used to run `azd up`. In production, the user will be the managed identity assigned to the Azure Container App.
4+
5+
Besides the tips here, more generic instructions about passwordless authentication are available in [Use Microsoft Entra ID for authentication with Azure Database for PostgreSQL - Flexible Server](https://learn.microsoft.com/azure/postgresql/flexible-server/how-to-configure-sign-in-azure-ad-authentication).
46

57
* [Using Entra auth with psql](#using-entra-auth-with-psql)
68
* [Using Entra auth with pgAdmin](#using-entra-auth-with-pgadmin)

0 commit comments

Comments
 (0)