Skip to content

Commit 3ec3a43

Browse files
Update how-to-manage-azure-ad-users.md
1 parent 5f2dd7e commit 3ec3a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ pg_catalog.pgaadauth_create_principal(roleName text, objectId text, objectType t
137137
##### `isMfa`
138138
`boolean` when `true` it enforces Multi Factor Authentication for this PostgreSQL user.
139139

140+
> [!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.
142+
140143
#### Return type
141144

142145
`text` single value that consists of a string "Created role for ***roleName***", where ***roleName*** is the argument passed for the **roleName** parameter.

0 commit comments

Comments
 (0)