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
`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.
93
93
94
94
##### `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.
96
96
97
97
> [!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.
99
99
100
100
#### Return type
101
101
@@ -135,10 +135,10 @@ pg_catalog.pgaadauth_create_principal(roleName text, objectId text, objectType t
135
135
`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.
136
136
137
137
##### `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.
139
139
140
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.
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.
142
142
143
143
#### Return type
144
144
@@ -157,7 +157,7 @@ SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>,t
157
157
158
158
##### `roleName`
159
159
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.
0 commit comments