In this post, I will describe how can an end user navigate to a different page upon successful login in a WebCenter Portal application. By default the user is navigated to home.jspx page. But if the user wants to navigate to a different page, he/she can configure it in faces-config.xml.
By default the generated faces-config.xml file in a web center portal application looks like:
Modify in faces-config.xml, such that the navigation-case points to a different page (ex: About Us)
Upon successful login, the user will be navigated to About Us page: