Skip to content

Create users from EntraID #584

@leinad87

Description

@leinad87

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions