The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hi all,
is it possible to access the SSO (Single sign on) configuration via REST?
Thanks in advance.
Solved! Go to Solution.
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).
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).