Skip to content

Commit f0e8cfe

Browse files
Merge pull request #1917 from niklarin/cpg-april
Removing entra id group mentioning
2 parents 793e07c + bd1618c commit f0e8cfe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/cosmos-db/postgresql/how-to-configure-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: nlarin
66
ms.service: azure-cosmos-db
77
ms.subservice: postgresql
88
ms.topic: how-to
9-
ms.date: 08/21/2024
9+
ms.date: 04/12/2025
1010
---
1111

1212
# 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
5757
---
5858

5959
> [!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).
6161
6262
### Add Microsoft Entra ID admins to Azure Cosmos DB for PostgreSQL cluster
6363

@@ -183,7 +183,7 @@ To connect by using a Microsoft Entra ID token with PgAdmin, follow these steps:
183183
Here are some essential considerations when you're connecting:
184184

185185
- `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.
187187
- If the name contains spaces, use a backslash (`\`) before each space to escape it.
188188
- 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.
189189

0 commit comments

Comments
 (0)