cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Login Module with JSP and JS

sarah_bavousett
Participant
0 Kudos

Custom Login Module with JSP / JS code

I am new to creating a Login Module and JAAS development

I have been able to create a custom Login Module and configure it into the ticket stack successfully

I would like to add a user interface that is called. This user interface has been developed as a Portal component using jsp and js coding.

The User interface portal Component would also need to pass back to the Login Module success/failure.

Is adding and calling a user interface from inside a Custom Login Module possible?

What is the recommended way to accomplish this ?

Any and all suggestions would be appreciated. 

Thank you

Sarah

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use callback functions to communicate within your logon module, stuff like:

javax.security.auth.callback.Callback

javax.security.auth.callback.CallbackHandler

cheers