cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Single authentication between multiple thingworx instance

pmishra-21
1-Newbie

Single authentication between multiple thingworx instance

I have a cluster of TWX instance running. How can I implement a seemless switching/redirection between one server to another server without reauthenticating.

Thanks

3 REPLIES 3
PaiChung
22-Sapphire I
(To:pmishra-21)

Take a look at Apache Zookeeper I believe that might help in this situation.

You could also go the route of having an Identity Server and then have SSO set up using an authenticator on each Thingworx server.

Hi Pai,

Thanks for the info, however I need to build a PoC for this. I will appreciate if you can direct me to any link to resource, sample example or anyother literature on how to handle this.

PaiChung
22-Sapphire I
(To:pmishra-21)

Apache Zookeeper you can find documentation on the Apache website.

Here is information on the Authenticator: Authenticators

Top Tags