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 an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Can not login into Composer

drieder
15-Moonstone

Can not login into Composer

Hello Everyone,

 

I am not able to login into the Thingworx Composer. After entering the correct username and password the login window disappears and appears again but with blank fields and nothing happens.

 

I think it is because I disabled the PTC.login.Authenticator (I think its called like that but I am not totally sure), while I had access to the Composer. Apparently I can not login with my credentials with the Authenticator being disabled.

 

Is there a way to activate this Authenticator e.g. via a Rest Call? Just like it is possible to update property values or execute services I hoped I could enable the Authenticator again.

 

If anyone knows which call I should make and what the exact name of the Authenticator is, please let me know. I am also open for other approaches to tackle my problem.

 

I am working with a Trial Version of Thingworx btw. and I do not have Administrator Rights (because I am using the Composer for Thingworx Studio - AR application)

 

Best Regards,

Dominik

1 ACCEPTED SOLUTION

Accepted Solutions
drieder
15-Moonstone
(To:drieder)

POST

http(s)://<servername>:<port>/Thingworx/Authenticators/PTCAccountsAuthenticator/Services/EnableAuthenticator

 

Headers

Content-Type: application/json

appKey: <appKey>

 

and to list all Authenticators:

GET http(s)://<servername>:<port>/Thingworx/Authenticators

 

Headers

appKey: <appkey>

View solution in original post

2 REPLIES 2
drieder
15-Moonstone
(To:drieder)

POST

http(s)://<servername>:<port>/Thingworx/Authenticators/PTCAccountsAuthenticator/Services/EnableAuthenticator

 

Headers

Content-Type: application/json

appKey: <appKey>

 

and to list all Authenticators:

GET http(s)://<servername>:<port>/Thingworx/Authenticators

 

Headers

appKey: <appkey>

posipova
20-Turquoise
(To:drieder)

Try this POST request

    1. http://localhost/Thingworx/Authenticators/ThingworxBasicAuthenticator/Services/EnableAuthenticator?Accept=application%2Fjson-compressed&_twsr=1&Content-Type=application%2Fjson
    2. Request Method:
      POST
    3. Response Headers
      Content-Type:
      application/json;
Top Tags