Re: Artemis with remote keycloak

2022-02-25 Thread Ɓukasz Dywicki
Depends what you intend to do - the "keycloak" part of login handling might be just complicating things. A long time ago (~2018) I made a *standard* JAAS login module which does token validation using nimbus-ds sdk. Sources are online: https://github.com/apifocal/activemix/blob/master/jaas/acti

RE: Artemis with remote keycloak

2022-02-25 Thread CASAUX Nicolas
Hello, Quick update: I found in the example that in the pom.xml (and mentioned in the README), that some file are copied in the lib folder: https://github.com/apache/activemq-artemis/blob/b0f131f080d1e5f921626b32bed6f0c5e37e67ff/examples/features/standard/security-keycloak/pom.xml#L85 Once thos