Skip to main content
1-Visitor
May 28, 2018
Question

how to set session using service

  • May 28, 2018
  • 5 replies
  • 2630 views

Hello,

 

I have custom Login page, It was assigning based on appkey.I need to check user name and password given in that and want to set session for successful credentials. Is it possible.I know the Thingworx form login but need customize my page according to my requirement. my

5 replies

5-Regular Member
May 29, 2018

Hi @ashok12391 I think you should be able to get all the required current session information via the available services in ThingWorx Composer > Resources > CurrentSessionInfo. 

1-Visitor
May 29, 2018

@supandey sorry my question is not clear, I want user name and password checking service in thingworx, I am implementing my own login exactly like  Thingworx form login.Any ideas to achieve this

5-Regular Member
May 29, 2018

@ashok12391 if that is the case you might want to look into creating a custom Login Authentication, see more detail here. The documentation does cover sample configuration and other details on packaged used in developing the extension.

 

Once you have built your login authenticator extension it will have to be imported into ThingWorx and you will be required to provide it prioritisation when a user will attempt an authentication.