Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 619 Bytes

File metadata and controls

14 lines (13 loc) · 619 Bytes

ActiveMQ-JWT-Authentication-Plugin

JWT Authentication Plugin For ActiveMQ With JAAS Authentication Fallback.

<plugins>
  <bean xmlns="https://www.springframework.org/schema/beans" id="jWTAuthenticationPlugin" class="com.aborob.activemq.plugin.authentication.jwt.JWTAuthenticationPlugin">
    <property name="defaultUser" value="system"/>
    <property name="defaultUserGroups" value="admins,readwrite,users"/>
    <property name="masterSecretKey" value="xxxxxxxxxx"/>
    <property name="tokenHeader" value="JWT-USER"/>
    <property name="jaasConfiguration" value="PropertiesLogin"/>
  </bean>
</plugins>