You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/how-to-configure-authentication.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: nlarin
6
6
ms.service: azure-cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.topic: how-to
9
-
ms.date: 08/21/2024
9
+
ms.date: 04/12/2025
10
10
---
11
11
12
12
# Use Microsoft Entra ID and native PostgreSQL roles for authentication with Azure Cosmos DB for PostgreSQL
@@ -57,7 +57,7 @@ az ad sp update --id b4fa09d8-5da5-4352-83d9-05c2a44cf431 --set accountEnabled=t
57
57
---
58
58
59
59
> [!NOTE]
60
-
> Editing enterprise application's properties such as "Enabled for users to sign-in" requires permissions granted to a role with privileges to update enterprise application properties. Roles, such as **Enterprise application owner**, must have the *"update enterprise application properties"*permisssion. For more information, see [Microsoft Entra least privileged roles by task - Enterprise applications](/entra/identity/role-based-access-control/delegate-by-task#enterprise-applications).
60
+
> Editing enterprise application's properties such as "Enabled for users to sign-in" requires permissions granted to a role with privileges to update enterprise application properties. Roles, such as **Enterprise application owner**, must have the *"update enterprise application properties"*permission. For more information, see [Microsoft Entra least privileged roles by task - Enterprise applications](/entra/identity/role-based-access-control/delegate-by-task#enterprise-applications).
61
61
62
62
### Add Microsoft Entra ID admins to Azure Cosmos DB for PostgreSQL cluster
63
63
@@ -183,7 +183,7 @@ To connect by using a Microsoft Entra ID token with PgAdmin, follow these steps:
183
183
Here are some essential considerations when you're connecting:
184
184
185
185
-`user@tenant.onmicrosoft.com` is the name of the Microsoft Entra ID user.
186
-
- Be sure to use the exact way the Azure user is spelled. Microsoft Entra ID user and group names are case-sensitive.
186
+
- Be sure to use the exact way the Azure user is spelled. Microsoft Entra ID user names are case-sensitive.
187
187
- If the name contains spaces, use a backslash (`\`) before each space to escape it.
188
188
- The access token's validity is 5 minutes to 90 minutes. You should get the access token before initiating the sign-in to Azure Cosmos for PostgreSQL.
0 commit comments