-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Description
In Azure postgres (an probably other cloud instances) is it possible to add users managed by external auth providers. For example, we can add an user from EntraID (aka Active Directory) to Azure postges (doc]) using the following query:
select * from pgaadauth_create_principal('<identity_name>', false, false);How could we do this with the provider? There is no option to run custom sql queries. Shall we update postgresql_role with an extra parameter?
Metadata
Metadata
Assignees
Labels
No labels