Skip to main content
1-Visitor
April 23, 2018
Question

How to implement a login page in Thingworx?

  • April 23, 2018
  • 1 reply
  • 1197 views

Hello,

         I want to implement authentication for the ThingWorx project so I need a login form (not internal Login Form functionality provided by the ThingWorx). Username and password values should be maintained in the database and after verifying the credentials the mashup page should be loaded.  Also, help me to implement a role-based system for the same.

Thanks.

 

 

1 reply

22-Sapphire I
April 24, 2018

You basically need a landing page from which you can authenticate and retrieve a token which then is submitted to Thingworx.

This used to be possible with the Authenticator extension that you would customize.

I'm not exactly sure how you would leverage the new methodology with PingFederate for this.