Search

JVM Configuration
JVM Configuration Liferay DXP/Portal requires a Java JDK 8 or 11 and requires specific JVM option settings. There are also recommended settings specific to JDK 11 and recommended baseline memory...
Last Modified: Mar 19, 2024 5:18 AM
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...
Last Modified: Mar 19, 2024 5:18 AM
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.MariaDBPortal...
Last Modified: Mar 19, 2024 5:17 AM
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...
Last Modified: Mar 19, 2024 5:18 AM
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...
Last Modified: Mar 19, 2024 5:19 AM
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...
Last Modified: Mar 19, 2024 5:21 AM
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...
Last Modified: Mar 19, 2024 5:21 AM
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...
Last Modified: Mar 19, 2024 5:20 AM
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...
Last Modified: Mar 19, 2024 5:22 AM
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;...
Last Modified: Mar 19, 2024 5:22 AM
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 flag. You must not use this in production. Use it only for testing purposes. ...
Last Modified: Mar 19, 2024 5:21 AM
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...
Last Modified: Mar 19, 2024 5:22 AM
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...
Last Modified: Mar 19, 2024 5:22 AM
SCIM Group API Basics
SCIM Group API Basics Liferay DXP 2024.Q1+ Beta Feature Liferay provides a headless API to perform CRUD operations on SCIM groups to keep their information in sync with your company's...
Last Modified: Mar 19, 2024 5:23 AM
Developer Guide
Developer Guide
Last Modified: Mar 19, 2024 5:23 AM
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...
Last Modified: Mar 19, 2024 5:23 AM
Using Multi-Factor Authentication
Using Multi-Factor Authentication To enhance your installation's security, you should disable less secure, one-factor forms of authentication, such as Basic Auth, Digest Auth, and WebDAV. You can...
Last Modified: Mar 19, 2024 5:24 AM
Multi-Factor Authentication Checkers
Multi-Factor Authentication Checkers Liferay DXP 7.4 ships with two additional factor checkers for Multi-Factor Authentication. Both of them are disabled by default, because they're only useful in...
Last Modified: Mar 19, 2024 5:24 AM
Setting Service Access Policies
Setting Service Access Policies Service Access Policies define what services or service methods can be invoked remotely. You can apply many of them at once to produce a combined effect. They are...
Last Modified: Mar 19, 2024 5:25 AM
Using Authentication Verifiers
Using Authentication Verifiers Authentication Verifiers authenticate remote invocations of Liferay Portal's API in a centralized and extensible way. They have two main responsibilities: Verify...
Last Modified: Mar 19, 2024 5:25 AM