AAD Authentication
Is there a way to connect to a company's Postgres database hosted in Azure using Azure Active Directory Authentication instead of Password Authentication?
Is there a way to connect to a company's Postgres database hosted in Azure using Azure Active Directory Authentication instead of Password Authentication?
Comments
I'm not sure how Entra authentication works with Azure Postgres. If you're able to accomplish this via the connection string, you can specify additional connection string options in the EF Core connection dialog.
Thank you for your hint. The connection string works now, after several adaptations.