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

Want to removing instance credentials while accessing mashups

BS_10072462
5-Regular Member

Want to removing instance credentials while accessing mashups

We have created our own database that stores custom username and password, based on those details the customer can log in and view different home page based on what credentials  has been  entered in the login screen.
We are facing issue with the composer login dialog box that pops up when our customers want to log in to the application that we have developed. We don’t want that to appear, instead our application URL must just redirect to the login mashup that we developed and the customers must be able to log in and proceed like they would in any other given application.

 

Note: 1) Want to login our database that stores custom username and password without showing composer login dialog box that pops up.

2) We do not want to control access of Composer to users other than administrator.

 

1 REPLY 1
PaiChung
22-Sapphire I
(To:BS_10072462)

You either will have to create a custom Authenticator or SSO tie in so that it verifies with your database if the user is allowed to log in.

(If you had it within an appropriate server you can also use LDAP)

If neither of those are possible, then you probably will have to provide them a link with an appkey and session = true (I don't remember if that is still allowed)

and then use a service within ThingWorx to verify against your database, this is not a recommended route.

 

Top Tags