We have a custom login module that uses client certificates for
authentication (similar to CertificateLoginModule), but that doesn't seem to
support AMQP clients.

Looks like SASL PLAIN doesn't properly map to the Artemis' JAAS
implementation (doesn't propagate the connection so certificates can't be
retrieved): 
https://github.com/apache/activemq-artemis/blob/c54a26da3ca3696e5b98a31cd6983255441d235c/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/sasl/PlainSASL.java#L33
<https://github.com/apache/activemq-artemis/blob/c54a26da3ca3696e5b98a31cd6983255441d235c/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/sasl/PlainSASL.java#L33>
  

Do you have any suggestions for workarounds?

Thanks



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Artemis-client-certificate-authentication-via-AMQP-tp4729894.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to