User forms authentication in JSF

Posted by Proton on Stack Overflow See other posts from Stack Overflow or by Proton
Published on 2010-05-23T11:54:44Z Indexed on 2010/05/23 12:01 UTC
Read the original article Hit count: 181

Filed under:
|
|

I'm a novice at JSF and I got a couple of questions concerning organizing user authentication there.

1) How can i redirect the registered user to a welcome page (for example welcome.xhtml)? I heard about using Filter or navigation-rule tag, but i didn't found a full-blown tutorial of how it works.

2) How can i tell the server that unauthorized users can access not only the login page but also the registration page? Is there an analog for ASP.NET web.config tag or something like this?

© Stack Overflow or respective owner

Related posts about java

Related posts about authentication