Hi, I am trying to use an existing authenticating mechanism via jaas. I am using apache-artemis-1.3.0. And in the Apache ActiveMQ Artemis User Manual, it has mentioned about jaas based example. But there is none about jaas in the example directory. All I could find was the security one, but it doesn't use jaas. >From my brief understanding, first we have to configure broker.xml or bootstrap.xml and login.config to enable jaas plugin. Then put the jar containing class implementing javax.security.auth.spi.LoginModule, in the lib folder. But these are just the snippets, since it was based on activemq I didn't follow through. Is there any documentation specific to artemis-jaas ? or do I have to implement it in activemq- jaas way? In that case, which file do I have to modify instead of activemq.xml?
-- View this message in context: http://activemq.2283324.n4.nabble.com/Links-to-any-introductory-articles-for-jaas-artemis-integration-tp4719375.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.