Question
Does thingworx support Certificate based Mutual Authentication?
Does anyone have any idea regarding how to support mutual (client/server) authentication in thingworx?
To enable mutual authentication over SSL in JAVA, we generally set the method of authentication in the web.xml application deployment descriptor to CLIENT-CERT so that client authentication is enabled only for a specific resource controlled by the security constraint.
How can we achieve this in thingworx application?

