Legacy Knowledge Base
Published Jul. 2, 2025

Default Landing Page Action Is Not Supported When Using Third-Party Authentication Mechanism

Written By

Laura Li

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber.

Third-party authentication mechanisms will not work with the default landing page action because the default landing page action is currently only supported for the internal Liferay portal authentication mechanism.

When system administrators define the “default landing page” via the Portal Settings in the Control Panel, or via portal property default.landing.page.path in their portal-ext.properties file, the landing page path is ignored for auto login mechanisms such as OpenSSO because the auto login mechanisms do not go through the default Liferay portal authentication.

Resolution

One possible workaround is to develop a custom post login landing page action (PostLoginLandingPageAction) which triggers a HTTP redirect and takes the web browser to private pages for the target web site hosted by Liferay Portal. Do keep in mind that any assistance with this process would be considered custom development.

Did this article resolve your issue ?

Legacy Knowledge Base