Skip to main content
1-Visitor
January 10, 2017
Question

How to create Application Key and Get Key ID in Java Thingworx

  • January 10, 2017
  • 1 reply
  • 1911 views

Hi All,

I am trying to create Application Key and Get Key ID inside Custom Authenticator Code using Java. How to do that ?

1 reply

22-Sapphire I
January 11, 2017

The Authenticator should be able to invoke CreateApplicationKey in the Thingworx platform in the Resources/EntityServices

With that you have for the User the following services

DoesApplicationKeyWithKeyIdExist

GetApplicationKeyExpirationInfo

With that you should be able to do it.