12 April, 2020

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open source app servers, browsers, and open source databases (we regularly update the bundled upstream libraries to fix bugs or take advantage of new features in the open source we depend on). Nothing has been removed from the matrix, however a couple things have changed.  Liferay Portal 7.3 CE was tested extensively for use with the following Application/Database Servers: Application Server Tomcat 9.0 ...

Liferay 7.3

Lets have quick look how Liferay 7.3 looks.  1) You would have docker ready image provided by liferay now   docker run -it -p 8080:8080 liferay/portal:7.3.1-ga2 2) Dependency management improved If some of you have used earlier version 7.0, 7.1 and 7.2 may aware that we had to add many compilation dependencies for liferay library it self which confusion got removed now and can be handle through single compile dependency...

SAML

The Liferay DXP’s SAML (Security Assertion Markup Language) adapter lets you execute Single Sign On (SSO) and Single Log Off (SLO) in your deployment. Each Liferay DXP instance serves as either the Service Provider (SP) or the Identity Provider (IdP). This article provides the conceptual framework for Liferay DXP’s SSO solution. Single Sign On Identity Provider initiated SSO Service Provider initiated SSO Single Log Off Identity Provider...

SAML Setup

SAML is an XML-based open standard data format for exchanging authentication and authorization data between parties known as an identity provider and a service provider. For more fundamental information on SAML and Liferay DXP, refer to the SAML introduction. An identity provider is a trusted provider that provides single sign-on for users to access other websites. A service provider is a website that hosts applications and grants access...

How to Generate Liferay SAML Environment's metadata.xml

Description This article describes how to generate Liferay SAML metadata from a web browser. SAML metadata in an XML file is configuration data required to automatically negotiate agreements between system entities, comprising identifiers, binding support and endpoints, certificates, keys, cryptographic capabilities and security and privacy policies. (See SAML V2.0 Metadata Guide.) If a Liferay Portal or Digital Enterprise 7.0 instance has SAML enabled as either the SP or IdP, then the following steps can be performed to generate...

Setup SAML on Liferay DXP

Description This article serves as a guide is for deploying SAML on Liferay DXP both as an Identity provider and Service provider Table of Contents Introduction Setting Up Liferay SAML as an IdP Setting Up Liferay SAML as an SP Use Case #1: Salesforce Integration Use Case #2 Liferay as Both IdP and SP Add a Service Provider IdP-initiated SSO SP-initiated SSO Use Case #3: User Attributes Other Than Email Address Use Case #4: Connecting Through...

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...