Search Results

Capability
Feature
Deployment Approach
Configuring the Patching Tool
Configuring the Patching Tool Subscribers The Patching Tool can be adapted to any DXP installation. The tool's auto-discovery option is the easiest way to configure the Patching Tool. If you...
Data de publicació: 26/04/2024 20:54
Getting Patch Information
Getting Patch Information Subscribers You can see patch information at a glance, which helps maintain your installation and get help from Liferay Support. The Patching Tool's info command lists...
Data de publicació: 26/04/2024 20:54
Reference
Reference Installing the Patching Tool Configuring the Patching Tool Getting Patch Information Uninstalling Patches Accessing DXP Patche Code
Data de publicació: 26/04/2024 20:54
Updating Previous Versions of Liferay
Updating Previous Versions of Liferay Staying current with updates gives you the best security and quality. Security Updates are releases that address the latest security issues immediately. ...
Data de publicació: 26/04/2024 20:54
Updating Liferay
Updating Liferay For Liferay DXP 7.3 SP3+ and 7.4 GA1+ Update your Liferay installation with Bundle Releases. The latest features, security releases, as well as library updates are all delivered...
Data de publicació: 26/04/2024 20:54
Installing the Patching Tool
Installing the Patching Tool Subscribers The Patching Tool is easy to install and update. Installation Download the Patching Tool from the Customer Portal. For DXP 7.3+, download the latest...
Data de publicació: 26/04/2024 20:54
Reference
Reference Database Configuration Database Templates JVM Configuration Liferay Home Portal Properties System Properties Liferay Software Versions
Data de publicació: 26/04/2024 20:54
Database Configuration
Database Configuration By default for demonstration purposes, Liferay DXP/Portal is configured to use an embedded HSQL database. Beyond demonstration purposes, we recommend using a full-featured,...
Data de publicació: 26/04/2024 20:54
JVM Configuration
JVM Configuration As of Liferay DXP 2024.Q2+/Portal 7.4 GA120+, Liferay DXP/Portal requires a Java JDK 8, 11, 17, or 21 (prior versions support only JDKs 8 and 11) with specific JVM option...
Data de publicació: 26/04/2024 20:54
Uninstalling Patches
Uninstalling Patches Subscribers After you install a patch, you may decide to restore your installation to a previous patch level. Here you'll learn how to Uninstall Patches Revert (uninstall)...
Data de publicació: 26/04/2024 20:54
Liferay Software Versions
Liferay Software Versions Starting with Liferay 7.4, Liferay adopted a rolling release model for delivering updates and fixes. This means Liferay 7.4 is a long living release with many releases for...
Data de publicació: 26/04/2024 20:54
Database Templates
Database Templates Below are templates (example portal properties and Docker environment variables) for configuring various databases as a built-in data source for Liferay DXP. MariaDB Portal...
Data de publicació: 26/04/2024 20:54
Securing Liferay
Securing Liferay Liferay DXP is built with security in mind. This includes mitigation of common security vulnerabilities and exploits like those described by the OWASP Top 10 and the CWE/SANS Top...
Data de publicació: 26/04/2024 20:54
Authentication Basics
Authentication Basics By default, Liferay DXP uses the Sign In widget to authenticate users. The Sign In widget appears on the default home page at `http[s]://[server-name:port]/web/guest/home`....
Data de publicació: 26/04/2024 20:54
Liferay Home
Liferay Home Liferay Home is the folder from which Liferay DXP/Portal launches applications, reads and applies configurations, loads JAR files, generates logs, and more. Liferay Home's location...
Data de publicació: 26/04/2024 20:54
System Properties
System Properties Liferay DXP/Portal runs in the application server's JVM. System properties can be passed directly to the JVM as arguments to java in the format -D[name1]=[value1] or can be loaded...
Data de publicació: 26/04/2024 20:54
Authenticating with Kerberos
Authenticating with Kerberos You can use Kerberos to authenticate Microsoft Windows™ accounts with Liferay DXP. This is done by using a combination of Liferay DXP's LDAP support and a web server...
Data de publicació: 26/04/2024 20:54
Authenticating with CAS (Central Authentication Service)
Authenticating with CAS (Central Authentication Service) CAS was deprecated as of Liferay DXP 7.2 and removed as of Liferay DXP 7.4. Please use [SAML](./authenticating-with-saml.md) instead. CAS...
Data de publicació: 26/04/2024 20:54
Portal Properties
Portal Properties Configuration options are specified using Portal Properties, sets of name/value pairs read from properties files and Docker environment variables on server startup. Default values...
Data de publicació: 26/04/2024 20:54
Configuring SAML at the System Level
Configuring SAML at the System Level Before allowing any portal instances to enable SAML authentication, you should configure it at the system level so those instances have a foundation from which...
Data de publicació: 26/04/2024 20:54
Configuring SAML at the Instance Level
Configuring SAML at the Instance Level Each portal instance can be a SAML provider, either an Identity Provider (IdP) or a Service Provider (SP). Whichever role your DXP instance fills, you can...
Data de publicació: 26/04/2024 20:54
SAML Admin
SAML Admin The SAML Admin panel is the best place to configure your SAML instance. Use it instead of Instance Settings to streamline your SAML administration experience. You can configure an...
Data de publicació: 26/04/2024 20:54
SAML Authentication Process Overview
SAML Authentication Process Overview Both the IdP and the SP can initiate the Single Sign On process, and the SSO flow is different depending on each one. Regardless of how it's initiated, SSO is...
Data de publicació: 26/04/2024 20:54
Authenticating with SAML
Authenticating with SAML The SAML (Security Assertion Markup Language) adapter provides Single Sign On (SSO) and Single Log Off (SLO) in your deployment. SAML works by using Identity Providers...
Data de publicació: 26/04/2024 20:54
Configuring Single Sign-On
Configuring Single Sign-On Liferay Portal/DXP supports many ways of authenticating, from token-based solutions to standards such as OpenID Connect and SAML. With all the available options, you...
Data de publicació: 26/04/2024 20:54
SAML Settings
SAML Settings Many of the same fields appear in both the Service Provider and the Identity Provider configurations. Here's a reference. Name: Name the SP or IdP. This is just a descriptive name;...
Data de publicació: 26/04/2024 20:54
Importing User Groups' Memberships from an External IdP through SAML
Importing User Groups' Memberships from an External IdP through SAML This feature is currently behind a [dev feature...
Data de publicació: 26/04/2024 20:54
Using OpenID Connect
Using OpenID Connect OpenID Connect is a lightweight authentication layer that enables users to authenticate using accounts they have on other systems. It's built on top of the OAuth 2.0...
Data de publicació: 26/04/2024 20:54
Configuring Liferay Authentication With Okta Using OpenId Connect
Configuring Liferay Authentication With Okta Using OpenId Connect This tutorial guides you through the basic steps needed to integrate Okta, your Identity Provider (IdP), with your environment...
Data de publicació: 26/04/2024 20:54
Configuring Liferay Authentication With Auth0 Using OpenId Connect
Configuring Liferay Authentication With Auth0 Using OpenId Connect This tutorial guides you through integrating Auth0, your Identity Provider (IdP), with your Liferay environment using OpenID...
Data de publicació: 26/04/2024 20:54
Using OpenAM
Using OpenAM Liferay supports only OpenAM version 13. All other versions of OpenAM/OpenSSO are deprecated as of Liferay DXP 7.2. OpenAM is an open source single sign-on solution from the codebase...
Data de publicació: 26/04/2024 20:54
Token-based Single Sign On Authentication
Token-based Single Sign On Authentication Token-based SSO authentication was introduced in Liferay Portal 7.0 to standardize support for Shibboleth, SiteMinder, Oracle OAM, and any SSO product that...
Data de publicació: 26/04/2024 20:54
Configuring Liferay Authentication With PingOne Using SAML
Configuring Liferay Authentication With PingOne Using SAML This tutorial guides you through the basic steps needed to integrate PingOne, your Identity Provider (IdP), with your Liferay environment...
Data de publicació: 26/04/2024 20:54
Multi-Factor Authentication
Multi-Factor Authentication Availability: Liferay DXP/Portal 7.3+. Multi-Factor Authentication (MFA) provides better security by requiring users to prove their identity in multiple ways, or...
Data de publicació: 26/04/2024 20:54
Adding Simple Display Page Templates
Adding Simple Display Page Templates Display page templates display a specific piece of content. Use them to show a specific article in its own context. Next, you'll create a display page template...
Data de publicació: 26/04/2024 20:51
Adding a Template to Display FAQs
Adding a Template to Display FAQs The template for FAQs needs to be able to display not only each field you added, but also every repetition of a question and answer the article could have. Here,...
Data de publicació: 26/04/2024 20:51
Adding the Sign In Page
Adding the Sign In Page Users can currently log into Clarity by clicking Sign In in the user menu in the header. Log out. On any page, click the user icon and choose Sign Out from the drop-down...
Data de publicació: 26/04/2024 20:51
Adding the Home Page
Adding the Home Page Right now, browsing to still shows the default site. In the last module, you changed the instance name and set the logo. This began to give the site a customized look and...
Data de publicació: 26/04/2024 20:51
Adding a Structure for Frequently Asked Questions
Adding a Structure for Frequently Asked Questions Clarity wants a way to manage its Frequently Asked Questions page that empowers its site maintainers to add questions, remove questions, and group...
Data de publicació: 26/04/2024 20:51
Additional Horizontal Solutions
Additional Horizontal Solutions At a Glance The Tailored Solution Highlights learning path presentation provides details of six common solutions where Liferay has been successful. Sales...
Data de publicació: 26/04/2024 20:51
Adding a Structure for Events
Adding a Structure for Events Liferay comes with just one out-of-the-box web content structure, Basic Web Content, which isn't appropriate for what Clarity wants. Clarity needs structures specific...
Data de publicació: 26/04/2024 20:51
Creating Content
Creating Content Creating content is an integral part of running a website: It's needed for marketing purposes, social media campaigns, blog posts, and email newsletters. Content, such as a...
Data de publicació: 26/04/2024 20:51
Website Manager
Website Manager Placeholder for intro material to be added as part of LRDOCS-12121.
Data de publicació: 26/04/2024 20:51
Adding the Site's First Web Content
Adding the Site's First Web Content Now that you have structures and templates for two new types of content, you're ready to add some articles. Here, add content to the site for both of these types...
Data de publicació: 26/04/2024 20:51
Creating Navigation Menus
Creating Navigation Menus Clarity's navigation menu is getting cluttered, as it shows all the pages by default. The Menu Display fragment's default configuration shows the site's page hierarchy....
Data de publicació: 26/04/2024 20:51
Completing the Site Structure
Completing the Site Structure Now that the home page is in place and the master page defines the header and footer, you can create the rest of Clarity's pages: Home Shop Blogs About Us ...
Data de publicació: 26/04/2024 20:51
Adding a Template to Display an Event
Adding a Template to Display an Event You should have a web content template for each new type of structure you add, as they define how to order and arrange each field in the structure. Here,...
Data de publicació: 26/04/2024 20:51
Creating Pages
Creating Pages Now that Clarity's public site settings are configured, you can create your first pages! When finished, you'll have created this structure for Clarity's public site: Home About...
Data de publicació: 26/04/2024 20:51
Designing the Home Page
Designing the Home Page Clarity's current home page is a bit sparse. Right now it has just a single banner in addition to the header and footer: The home page's content consists of a simple...
Data de publicació: 26/04/2024 20:51
Site Templates
Site Templates With Site Templates, you can create a prototype or boilerplate not just for a page, but for an entire site. Here are some key advantages: Time and Effort Savings and Ease of Site...
Data de publicació: 26/04/2024 20:51
Creating a New Site
Creating a New Site It is time to create a new site based on the template. But, before you do that, fix the navigation menu in the footer used in the Main template. Creating the Navigation Menu...
Data de publicació: 26/04/2024 20:51
Initial Setup
Initial Setup If you're beginning this course, and you haven't completed the exercises in Liferay Administrator, you must import the results of that course before continuing with this one. ...
Data de publicació: 26/04/2024 20:51
Defining the Pages' Header and Footer
Defining the Pages' Header and Footer With master pages, you can define common elements for pages' headers and footers. Clarity has just one page currently, the home page. Since this was created...
Data de publicació: 26/04/2024 20:51
Importing Fragments and Resources
Importing Fragments and Resources First, you'll import fragments and images created by their designers to aid in building out their pages. With these, the site creators have the resources required...
Data de publicació: 26/04/2024 20:51
Creating a Site Template and Uploading Files
Creating a Site Template and Uploading Files You'll create your site template in Clarity's internal virtual instance. If you're following along locally, this was created in the Liferay...
Data de publicació: 26/04/2024 20:51
Creating the Contact Us Page
Creating the Contact Us Page The Contact Us page has a form users should fill out if they want to contact the company. To create this form, import an object definition and map it to a Form...
Data de publicació: 26/04/2024 20:51
Site Template Propagation
Site Template Propagation Now that you have a site template and a site based on that template, you can make alterations to the site template and propagate those changes to the connected sites. ...
Data de publicació: 26/04/2024 20:52
Enabling Document Creation and Editing with Google Drive
Enabling Document Creation and Editing with Google Drive Liferay DXP provides integration with Google Drive so you can create and edit Google Docs, Sheets, and Slides via the Documents and Media...
Data de publicació: 26/04/2024 20:52
Setting Storage Quotas for Documents and Media
Setting Storage Quotas for Documents and Media You can define storage quotas in Documents and Media by enabling the data.limit.dl.storage.max.size portal property. Once you define a value for this...
Data de publicació: 26/04/2024 20:52
Creating SharePoint Repositories in Documents and Media
Creating SharePoint Repositories in Documents and Media Once you've added a SharePoint OAuth2 configuration, you can use it to create repositories in Documents and Media that are mounted to...
Data de publicació: 26/04/2024 20:52

Capabilities

Product

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy