Providing SASL authentication

The Simple Authentication and Security Layer (SASL) is a framework for providing authentication and data security services in connection-oriented protocols via replaceable mechanisms according to the official SASL protocol specification. SASL specifies the structured interface between protocols and mechanisms. As SASL is a framework on top of the other frameworks, we can use SASL into SMTP, LDAP, XMPP, and other communication protocols. SASL provides the abstraction layer for each of the communication protocols, as shown in the following image:

Providing SASL authentication

Figure 8.2: SASL framework

RabbitMQ has a plugin to support SASL authentication ...

Get Mastering RabbitMQ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.