Skip to main content
1-Visitor
May 2, 2017
Question

Is it possible in ThingWorx Mashup to retrieve the logged in user id?

  • May 2, 2017
  • 2 replies
  • 2703 views

Hi, In thingworx is it possible to get Computer logged user details in User Details of Thingworx Composer. Can we get Computer Details like Computer name...etc in Thingworx Mashup . Or Can we can stored these details some where else in thingworx composer. Please provide any pointer for my query . Waiting for everyone response. Thanks in advance. Regards Spandhana

2 replies

20-Turquoise
May 2, 2017

Not avaialble as an out of the box feature, however, you may look into developing a custom extension that would be delivering such a functionality.Attached is the documentation on custom extensibility.

22-Sapphire I
May 2, 2017

What is the use case for this?

Having a Client Webpage retrieve information from the actual Computer itself is a general security risk since it might mean that a malicious website is trying to snoop/hack the computer. It may be better to have an actual agent running on the computer which sends the information to the Server and links it back together based on the User's login (preferably SSO)