Skip to content

hishamaborob/ActiveMQ-JWT-Authentication-Plugin

Repository files navigation

ActiveMQ-JWT-Authentication-Plugin

JWT Authentication Plugin For ActiveMQ With JAAS Authentication Fallback.

<plugins>
  <bean xmlns="http: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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages