The module instance is required to succeed. If it succeeds, authentication continues down the Authentication Chaining list. If it fails, control immediately returns to the application (authentication does not proceed down the Authentication Chaining list).
Authentication to this module is required to succeed. If any of the required modules in the chain fails, the whole authentication chain will ultimately fail. However, whether a required module succeeds or fails, the control will continue down to the next module in the chain.
The module instance is not required to succeed. If it does succeed, control immediately returns to the application (authentication does not proceed down the module instance list). If it fails, authentication continues down the Authentication Chaining list.
The module instance is not required to succeed. If it succeeds or fails, authentication still continues to proceed down the Authentication Chaining list.
Specifies the URL that the user will be redirected to upon successful authentication.
Specifies the URL that the user will be redirected to upon unsuccessful authentication.
Defines the name of the Java class used to customize the post authentication process after a login success or failure.