PostgreSQL Azure EntraID auth #32347
-
Is your feature request related to a problem? Please describe. When I started using it I had to every hour request a new password from azure using one of the following commands. Then edit the connection and update the password. Get-AzAccessToken -ResourceUrl 'https://ossrdbms-aad.database.windows.net' az account get-access-token --resource https://ossrdbms-aad.database.windows.net I then simplified it by having a script that updates my pgpass file with the new token and using pgpass authentication in DBeaver. What would be nice is if Azure Entra ID token auth was implemented in DBeaver Describe the solution you'd like Slightly more advanced would be to cache the token until the expiry of the token. More advanced would be configuration options and making direct OAuth calls to get the tokens. Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@paulaustin-automutatio this authentication method is available in our PRO product. You can find information about this feature here https://dbeaver.com/docs/dbeaver/Authentication-Azure-AD/ |
Beta Was this translation helpful? Give feedback.
@paulaustin-automutatio this authentication method is available in our PRO product. You can find information about this feature here https://dbeaver.com/docs/dbeaver/Authentication-Azure-AD/