Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the best practices to fully authenticate users and have a secure conversation using JMS?

0
Posted

What are the best practices to fully authenticate users and have a secure conversation using JMS?

0

In addition to WebSocket, Kaazing Enterprise Gateway offers Web Sockets over TLS/SSL, which is similar to the HTTP-HTTPS relationship. The transport layer can be secured using the WSS facilities as documented in our Administration guide. Refer to the Administrator’s Guide for more information on how to configure this. Kaazing provides built-in login modules for file-based security and LDAP, but you can also plug in any module which conforms to the Java LoginModule API by including a section in the gateway-config.xml file. Since Kaazing Enterprise Gateway leverages the popular Stomp interface to messaging servers, you can use the Stomp libraries for login. Specifically, the Stomp client libraries provide direct APIs for including user names and passwords in the browser, which is relayed all the way to the backend messaging server.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123