Want to removing instance credentials while accessing mashups
- December 31, 2021
- 1 reply
- 919 views
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.

