Skip to content

Commit c73b5ed

Browse files
committed
Update how-to-connect-scram.md
1 parent a33aecb commit c73b5ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/postgresql/flexible-server/how-to-connect-scram.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ ms.date: 01/02/2024
1515

1616
Salted Challenge Response Authentication Mechanism (SCRAM) is a password-based mutual authentication protocol. It is a challenge-response scheme that adds several levels of security and prevents password sniffing on untrusted connections. SCRAM supports storing passwords on the server in a cryptographically hashed form which provides advanced security.
1717

18-
To access an Azure Database for PostgreSQL flexible server instance using SCRAM method of authentication, your client libraries need to support SCRAM. Refer to the [list of drivers](https://wiki.postgresql.org/wiki/List_of_drivers) that support SCRAM.
18+
19+
> [!NOTE]
20+
> To access an Azure Database for PostgreSQL flexible server instance using SCRAM method of authentication, your client libraries need to support SCRAM. Refer to the **[list of drivers](https://wiki.postgresql.org/wiki/List_of_drivers)** that support SCRAM.
21+
22+
1923

2024
## Configuring SCRAM authentication
2125

@@ -80,7 +84,7 @@ To access an Azure Database for PostgreSQL flexible server instance using SCRAM
8084

8185
8. You can then connect from the client that supports SCRAM authentication to your server.
8286

83-
> [!Note]
87+
> [!NOTE]
8488
> SCRAM authentication is also supported when connected to the built-in managed [PgBouncer](concepts-pgbouncer.md). Above tutorial is valid for setting up connectivity using SCRAM authentication via built-in PgBouncer feature.
8589

8690
## Next steps

0 commit comments

Comments
 (0)