Skip to main content
1-Visitor
July 3, 2018
Solved

Looking for a way to authenticate Thingworx user through RFID Tag Reader

  • July 3, 2018
  • 1 reply
  • 1601 views

Hi, I am looking forward for any option to Login into Thingworx application through RFID tag reader, our moto to eliminate user has to enter username & password.

 

If RFID way is not possible, Then suggest some other ways.

Best answer by supandey

Hi @raj_selvaa50 you could connect your RFID device to ThingWorx via the ThingWorx Edge SDK, e.g. ThingWorx Java SDK, and you can build a custom Authenticator using ThingWorx Extension SDK, just to give high level diagram what I am talking about

 

09-07-2018 12-17-52.jpg

 

Other option could be that you can configure SSO with ThingWorx, see Help Center doc here

1 reply

supandey5-Regular MemberAnswer
5-Regular Member
July 9, 2018

Hi @raj_selvaa50 you could connect your RFID device to ThingWorx via the ThingWorx Edge SDK, e.g. ThingWorx Java SDK, and you can build a custom Authenticator using ThingWorx Extension SDK, just to give high level diagram what I am talking about

 

09-07-2018 12-17-52.jpg

 

Other option could be that you can configure SSO with ThingWorx, see Help Center doc here

1-Visitor
July 17, 2018

Hi @supandey,

 

Thank you for your suggestion, I will try to explore this option in more details