jbonofre opened a new issue, #1737:
URL: https://github.com/apache/activemq/issues/1737

   The purpose here is to add a new JAAS LoginModule allowing authentication 
based on JWT.
   
   We can use Nimbus JWT dependency to deal with that.
   
   The idea is:
   1. Introduce a new `OAuth2LoginModule` to be used by the 
`JaasAuthenticationPlugin`, similar to the existing `PropertiesLoginModule` or 
`LDAPLoginModule`.
   2. Validates tokens locally, to avoid systematic call to the IdP on every 
connection.
   3. The OAuth2 configuration (issuer, claim, etc) is defined in the 
`conf/login.config` as other `LoginModules`.
   4. The user pass the token as "password"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to