User Tools

Site Tools


postgresqlflexible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
postgresqlflexible [2025/03/26 14:34] z0hpvkpostgresqlflexible [2025/03/26 14:58] (current) z0hpvk
Line 1: Line 1:
-==== Entra ID Authentication ====+===== Entra ID Authentication ===== 
 +[[https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-manage-azure-ad-users]] 
 +==== Logon ====
  
 <code powershell> <code powershell>
Line 8: Line 10:
 </code> </code>
  
 +==== Administration ====
 <code postgresql> <code postgresql>
 -- Display all existing Entra principals -- Display all existing Entra principals
Line 17: Line 20:
 </code> </code>
  
 +<code postgresql>
 +-- Enable Microsoft Entra authentication for an existing PostgreSQL role
 +SECURITY LABEL for "pgaadauth" on role "postgres_admin" is 'aadauth,oid=<objectId>,type=<objectType>,admin';
 +</code>
postgresqlflexible.1742999650.txt.gz · Last modified: 2025/03/26 14:34 by z0hpvk