-
Epic
-
Resolution: Done
-
Major
-
None
-
None
-
Add support for SASL External
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Done
-
-
0% To Do, 0% In Progress, 100% Done
-
-
Documented as Feature Request
-
AMQ Broker 7.1 Sprint 1
User Story:
As an operator, since I have an access control infrastructure based on SSL certificates I want my AMQP clients to be able to authenticate their connections to the broker via their certificate rather than username and password credentials.
TLS is setup to require client authentication such that the TLS handshake will only succeed when the server receives a valid client certificate.
When SASL EXTERNAL mechanism is chosen, then the client identity is taken from the validated SSL certificate.
The mapping of the client identity from the CN of the certificate to an Artemis user is completed via the Certificate LoginModule.
- is related to
-
AMQDOC-2715 REQ: Document SASL External implementation
- Closed
-
ARTEMIS-1758 Loading...