x509 certificate authentication with stompjs #6190
Replies: 2 comments
-
STOMP (and MQTT) do support x.509 authentication, although this is a very rarely used combination in case of STOMP. Whether you can explicitly configure client certificates on the STOMP JS side, I'm not sure. With modern RabbitMQ versions, JWTs is the best alternative for Web-based clients. LDAP and a custom access control service allow you to avoid creating any users in the RabbitMQ's internal data store. |
Beta Was this translation helpful? Give feedback.
-
Yes. I recently put together a client certificate example for this discussion - https://groups.google.com/g/rabbitmq-users/c/CzgiqOUso2k/m/Xin_JooOAQAJ https://github.com/lukebakken/rabbitmq-users-CzgiqOUso2k You can use that as an example. If you have issues with StompJS, follow up here and we can assist you. Note that the best way for you to show us how you're progressing is to put together a repository like mine that brings up a RabbitMQ and StompJS application together. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there any way to authenticate via x509 certificates via stompjs? https://stomp-js.github.io/
Or do I really have to create 3000 users in my rabbitmq server, if I want to have seperate passwords/user accounts?
Beta Was this translation helpful? Give feedback.
All reactions