Skip to content

Commit f82921b

Browse files
Merge pull request #274728 from GennadNY/gennadyk9076
Update how-to-connect-scram.md
2 parents c268895 + c73b5ed commit f82921b

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
@@ -16,7 +16,11 @@ ms.topic: how-to
1616

1717
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.
1818

19-
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.
19+
20+
> [!NOTE]
21+
> 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.
22+
23+
2024

2125
## Configuring SCRAM authentication
2226

@@ -81,7 +85,7 @@ To access an Azure Database for PostgreSQL flexible server instance using SCRAM
8185

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

84-
> [!Note]
88+
> [!NOTE]
8589
> 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.
8690

8791
## Next steps

0 commit comments

Comments
 (0)