Capability

Security

Liferay DXP is built with security in mind. A variety of standards based authentication methods and integrations can be used to ensure secure access to a site and its resources. Robust role-based access control with permissions gives you fine grained control over what authenticated and unauthenticated users can access, share, or edit. Liferay DXP’s web services also have a multi-layered and configurable approach to security and authorization.

Feature
Deployment Approach
RoleLocalServiceUtil.addRole creates the role in the main instance
Issue We are trying to use the scripting console to create roles. Either we are not doing this correctly, or something is not working correctly. When creating the roles we use RoleLocalServiceUtil.addRole to which we pass...
After migrating to a newer update, UI elements are misaligned or not displaying properly
Issue After moving to a newer update, UI elements are misaligned or not displaying properly Environment This was observed in a recent case where a Liferay DXP 7.4 Update 47 environment was migrated to the 2023 Quarterly...
How to implement segmentation by geolocation?
Issue I want to apply a user segment based on a geolocation condition. Is it possible? Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution DXP 7.4 u44+ Since Liferay DXP 7.4 u44+, this functionality...
Video previews not being generated
Issue Video previews are not being generated in the environment. There are not error related in the logs (memory, space, etc) when a mp4 video is uploaded, for example, but the preview is never created....
How to create a filter by status using GraphQL
Issue If you need to filter by status and execute this query: query{ c { countrieses (filter:"status eq pending"){ items { status id selected } } } } You'll get this error: { "errors": [ { "message": "Exception while...
How to create content in a language that is not the default one
Issue Is it possible to create content in a language that is not the default language of your portal? For example, your portal is by default in English and you want to create some content in Spanish, but you...
Editing the value of the "Field Reference" in Web Content Structures should be more significant.
Issue Editing the value of the "Field Reference" is not clear. Currently, it can be modified by clicking on the text. However, it is difficult to say that the value is editable, as there is no clear indication or...
Disabling Login Portlet
Issue How do I disable the default Login Portlet to prevent any guest accounts from being created.  Environment DXP 7.2 Resolution In order to prevent any guest accounts from being created please follow these...