IDPLoginServlet provides the login capabilities for IDP applications running on any servlet container.
# |
Name |
Type |
Objective |
Default |
Since |
1 |
loginClass |
String |
fqn of an implementation of the ILoginHandler interface. |
org.picketlink.identity.federation.web.handlers.DefaultLoginHandler |
2.0 |
|
|
|
|
|
|
|
|
|
|
|
|
The IDP application needs to contain /jsp/login.jsp. The jsp file needs to have a form with two text fields namely: JBID_USERNAME and JBID_PASSWORD to indicate username and password.
On successful authentication, this servlet redirects to the IDPServlet.