Skip to main content
1-Visitor
November 30, 2022
Solved

SSO via REST

  • November 30, 2022
  • 2 replies
  • 1003 views

Hi all,

is it possible to access the SSO (Single sign on) configuration via REST?

 

Thanks in advance. 

Best answer by nmutter

You can reach configuration via standard TWX REST API. To get configuration you will call services like GetConfigurationTable or SetConfigurationTable on the entity "<host>/Thingworx/Authenticators/ThingworxSSOAuthenticator".

 

To authenticate you will need to have an AppKey with needed permissions (or if SSO is NOT enabled via BasicAuth).

2 replies

24-Ruby III
December 1, 2022
nmutter16-PearlAnswer
16-Pearl
December 1, 2022

You can reach configuration via standard TWX REST API. To get configuration you will call services like GetConfigurationTable or SetConfigurationTable on the entity "<host>/Thingworx/Authenticators/ThingworxSSOAuthenticator".

 

To authenticate you will need to have an AppKey with needed permissions (or if SSO is NOT enabled via BasicAuth).