Adding Jsp Login Authentation to CUBA Application

Hi,

I have developed an application and successfully completed it in CUBA Studio. I wanted to add a Designed template to it. In our application the user can view the data in the Login Page before logging into the application. I have added a Designed a JSP Dashboard and i have created a Login here screen, now i wanted my user to login into to the application from JSP Page. Is it possible in cuba to integrated JSP within the application. Please if possible can be explained by a Demo Example.

Thanks,
Dhanush Chikoti

Hi,

There is no built-in support for standalone JSP authentication page, but it can be implemented if you create your custom CubaAuthProvider bean.

It is not so simple task, thus I’d recommend that you use IDP authentication instead: Single-Sign-On for CUBA Applications - CUBA Platform. Developer’s Manual Moreover, standard IDP login page can be easily customized as described here: Customization of IDP - CUBA Platform. Developer’s Manual