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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Passing hashed password to action-login

jasonpe
1-Newbie

Passing hashed password to action-login

Hi,

We currently POST data to the url "Thingworx/action-login" and provide the following headers in order to log a user into our thingworx server from and external html page. I was wondering if it is possible to pass a hashed password using this method instead of the plain text password?



<span class="Apple-tab-span" style="white-space:pre">                    </span>"thingworx-form-userid":user,

<span class="Apple-tab-span" style="white-space:pre">                    </span>"thingworx-form-password":pass,

<span class="Apple-tab-span" style="white-space:pre">                    </span>"x-thingworx-session":"true",

<span class="Apple-tab-span" style="white-space:pre">                    </span>"redirectUri":start_mashup</div></div></p>

2 REPLIES 2

Anybody know the answer to this?

aamit
5-Regular Member
(To:jasonpe)

Jason,

An alternative solution would be to implement an Authenticator. It's an extension that can authenticate users.
See details in the wiki at 06.09.

It's more work, but might give you more control & security eventually.

Thanks,
Asaf.



Top Tags