JSP hosted on IS requires additional IS login

Hi All,
I have hosted a JSP application on integration server. All .jps files reside inside one IS package. Application has custom login page which authenticate user against DB entry but it requires user to login into IS admin console before hitting login button(for obvious reason). Now it want to modify this login JSP page in a way that it doesnt require pre login to IS admin page.
All suggestions are welcome :slight_smile:

Thanks in advance.

Atul

You can try a Basic authentication against those users but It will does ask for IS login prompt irrespective and I believe you cannot by pass the IS login.