Skip to content

Commit f52f238

Browse files
Link to a list of authentication mechanisms
1 parent e7d8f6e commit f52f238

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ methods:
4040

4141
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
43-
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
43+
* [x.509 certificates](./access-control#certificate-authentication) via the [`EXTERNAL` authentication mechanism ](./access-control#available-mechanisms) and the `rabbitmq_auth_mechanism_ssl` plugin
4444

4545
## Protocol Interoperability
4646

versioned_docs/version-4.0/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ methods:
4040

4141
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
43-
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
43+
* [x.509 certificates](./access-control#certificate-authentication) via the [`EXTERNAL` authentication mechanism ](./access-control#available-mechanisms) and the `rabbitmq_auth_mechanism_ssl` plugin
4444

4545
## Protocol Interoperability
4646

versioned_docs/version-4.1/amqp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ methods:
4040

4141
* A username and password pair, with any supported [authentication backend](./access-control) combination (best used in combination with [TLS](./ssl) for encryption on the wire)
4242
* A [JWT token](./oauth2) (OAuth 2)
43-
* [x.509 certificates](./access-control#certificate-authentication) via the `rabbitmq_auth_mechanism_ssl` plugin
43+
* [x.509 certificates](./access-control#certificate-authentication) via the [`EXTERNAL` authentication mechanism ](./access-control#available-mechanisms) and the `rabbitmq_auth_mechanism_ssl` plugin
4444

4545
## Protocol Interoperability
4646

0 commit comments

Comments
 (0)