Is password history enforcing feature available in Azure managed postgres server ?

Srikanth Dusa 156 Reputation points
2024-03-27T08:53:56.7233333+00:00

Hi, We are trying to enable password history enforcing feature for our azure managed postgres server. But we are unable to find it. I would like to know if postgresql has this feature? Appreciate your help. Thank you.

Azure Database for PostgreSQL
0 comments No comments
{count} votes

Accepted answer
  1. Rahul Randive 8,521 Reputation points Microsoft Employee
    2024-03-27T18:05:36.1333333+00:00

    Hi @Srikanth Dusa

    I believe Azure Database for PostgreSQL - Flexible Server does not provide a built-in feature to enforce password history.

    For better security, it's a good practice to periodically rotate your admin password and database users passwords.

    The Salted Challenge Response Authentication Mechanism (SCRAM) greatly improves the security of password-based user authentication by adding several key security features that prevent rainbow-table attacks, man-in-the-middle attacks, and stored password attacks, while also adding support for multiple hashing algorithms and passwords that contain non-ASCII characters.

    Here is a reference document - https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-security

    Thank You!

    0 comments No comments

0 additional answers

Sort by: Most helpful