Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
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.
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.