On 8/22/11 11:01 PM, "It Meme" <it.meme01 at gmail.com> wrote: > >After authentication, in the JAAS stack, can I display another page, >before handing back to the IdP? No, JAAS is a validation API, nothing more. It is ill-suited to the web. You have to create a custom login handler that is more than just JAAS. -- Scott