-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 7.0.0 DXP SP9, 7.0.0 DXP FP70, 7.0.X, 7.1.10.1 SP1, 7.1.X, Master
-
Labels:None
-
Story Points:0.5
-
Fix Priority:3
In forms.liferay.com we have the Default Landing Page property defined as below:
/user/$\{liferay:screenName}/~/control_panel/manage?p_p_id=com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet&p_p_lifecycle=0&p_p_state=maximized
If the SSO via SAML plugin is enabled the user is not redirected to their personal site as it 's supposed to be, given the above configuration.
in Home URL we have a defined a private page so SSO can be called when trying to access forms.
Steps to Reproduce:
- Enable SSO via the SAML plugin
- Go to Configuration Panel > Instance Settings > Configuration Tab
- Add a private page to the Home URL property
- Add the following property to Default Landing page property
/user/$\{liferay:screenName}/~/control_panel/manage?p_p_id=com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet&p_p_lifecycle=0&p_p_state=maximized
- Save the configurations.
- Logout and login again
Expected result:
The user is sucessfuly redirected to the forms portlet, in their personal site.
Actual result:
The user is redirected to the site where the Home URL is pointing.