Skip to content

Commit a6f59d5

Browse files
authored
acrolinx
1 parent 3ec3a43 commit a6f59d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ pg_catalog.pgaadauth_create_principal(roleName text, isAdmin boolean, isMfa bool
9292
`boolean` when `true` it creates a PostgreSQL admin user (member of `azure_pg_admin` role and with CREATEROLE and CREATEDB permissions). When `false` it creates a regular PostgreSQL user.
9393

9494
##### `isMfa`
95-
`boolean` when `true` it enforces Multi Factor Authentication for this PostgreSQL user.
95+
`boolean` when `true` it enforces multifactor authentication for this PostgreSQL user.
9696

9797
> [!IMPORTANT]
98-
> The `isMfa` flag tests the `mfa` claim in the Microsoft Entra ID token, but it doesn't impact the token acquisition flow. For example, if the tenant of the principal is not configured for Multi Factor Authentication, it will prevent the use of the feature. And if the tenant requires Multi Factor Authentication for all tokens, it will make this flag useless.
98+
> The `isMfa` flag tests the `mfa` claim in the Microsoft Entra ID token, but it doesn't impact the token acquisition flow. For example, if the tenant of the principal is not configured for multifactor authentication, it will prevent the use of the feature. And if the tenant requires multifactor authentication for all tokens, it will make this flag useless.
9999
100100
#### Return type
101101

@@ -135,10 +135,10 @@ pg_catalog.pgaadauth_create_principal(roleName text, objectId text, objectType t
135135
`boolean` when `true` it creates a PostgreSQL admin user (member of `azure_pg_admin` role and with CREATEROLE and CREATEDB permissions). When `false` it creates a regular PostgreSQL user.
136136

137137
##### `isMfa`
138-
`boolean` when `true` it enforces Multi Factor Authentication for this PostgreSQL user.
138+
`boolean` when `true` it enforces multifactor authentication for this PostgreSQL user.
139139

140140
> [!IMPORTANT]
141-
> The `isMfa` flag tests the `mfa` claim in the Microsoft Entra ID token, but it doesn't impact the token acquisition flow. For example, if the tenant of the principal is not configured for Multi Factor Authentication, it will prevent the use of the feature. And if the tenant requires Multi Factor Authentication for all tokens, it will make this flag useless.
141+
> The `isMfa` flag tests the `mfa` claim in the Microsoft Entra ID token, but it doesn't impact the token acquisition flow. For example, if the tenant of the principal is not configured for multifactor authentication, it will prevent the use of the feature. And if the tenant requires multifactor authentication for all tokens, it will make this flag useless.
142142
143143
#### Return type
144144

@@ -157,7 +157,7 @@ SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>,t
157157

158158
##### `roleName`
159159

160-
`text` name of an existing PostgreSQL role to which Microsft Entra authentication needs to be enabled.
160+
`text` name of an existing PostgreSQL role to which Microsoft Entra authentication needs to be enabled.
161161

162162
##### `objectId`
163163

0 commit comments

Comments
 (0)