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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

SSO via REST

MF_10410533
4-Participant

SSO via REST

Hi all,

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

 

Thanks in advance. 

ACCEPTED SOLUTION

Accepted Solutions

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).

View solution in original post

2 REPLIES 2

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).

Announcements


Top Tags