Search Results

Capability
Feature
Deployment Approach
Configuring Liferay Authentication With PingOne Using SAML
This recipe guides you through the basic steps needed to integrate PingOne, your Identity Provider (IdP), with your Liferay environment using Security Assertion Markup Language (SAML). PingOne...
公開日: 2024/08/02 14:34
Integrate Azure AD with Liferay DXP Using OpenID Connect
This recipe guides you through the basic steps needed to integrate Azure AD (now known as Microsoft Entra ID), your Identity Provider (IdP), with your Liferay environment using OpenID Connect....
公開日: 2024/08/02 16:36
Integrate Azure AD with Liferay DXP Using SAML
As a general best practice, integrating Liferay DXP with other Identity Providers (IdPs) provides enhanced security and streamlines authentication management. This recipe guides you through the...
公開日: 2024/08/05 17:12
Building Multi-Step Forms With Liferay DXP Objects
This recipe guides you through the basic steps to build a multi-step form. Liferay DXP environment An object definition with fields A user who has access and control to create and manage objects,...
公開日: 2024/08/06 18:21
Integrate Okta with Liferay DXP using OpenID Connect
This recipe guides you through the steps to integrate Okta, your Identity Provider (IdP), with your Liferay environment using OpenID Connect. Okta Dev account Liferay DXP environment Administrative...
公開日: 2024/08/06 20:09
Designing and Displaying Reusable Navigation Menus
Navigation menus for a site are typically tied strictly to a site's page hierarchy and structure. The Navigation Menus feature in Liferay is powerful because it enables you to create navigation...
公開日: 2024/08/15 18:33
Building a Reusable and Dynamic Accordion With Fragments
Liferay Fragments are reusable, customizable web elements that serve as building blocks for a page. They consist of HTML, CSS, and JavaScript to provide structure, style, and functionality to your...
公開日: 2024/08/19 16:54
Using Zapier to Sync Object Data with Google Sheets
This recipe guides you through the steps required to use webhooks to trigger sync tasks between Liferay Objects and Google Sheets using Zapier.
公開日: 2024/11/14 16:15
GraphQL APIの使用
GraphQL APIの使用 Liferay DXPには、ほとんどのアプリケーションに対応している GraphQL APIが含まれています。 ここでは、それらを使用する方法を紹介します。 必要なステップはわずか3つです。 使用するAPIを特定します。 必要なデータを含むサイトを特定します。 データにアクセスできる資格情報を使用してAPI呼び出しを行います。 GraphQL...
公開日: 2024/05/09 18:51
Configuring JSON Web Services
Configuring JSON Web Services Liferay’s services are exposed as JSON web services out-of-the-box. This is enabled by default. You can access these services via the API page at...
公開日: 2024/11/16 15:32
RESTサービスの使用
RESTサービスの使用 Liferay DXPには、ほとんどのアプリケーションでRESTサービスが含まれています。 これらのサービスは完全に OpenAPI に準拠しています。 ここでは、それらを使用する方法を紹介します。 必要なステップはわずか3つです。 使用するサービスを特定します。 必要なデータを含むサイトを特定します。 ...
公開日: 2024/05/09 18:51
JSON Web Tokens (JWTs)
JSON Web Tokens (JWTs) JSON Web Tokens (JWTs) represent encoded data. They are compact, self-contained, and secure. There are two primary types of JSON Web Tokens: Encrypted JWT: ensures the...
公開日: 2025/02/25 12:39
RESTビルダーを使用したAPIの作成と実装
RESTビルダーを使用したAPIの作成と実装 RESTビルダーを使用すると、構築したいAPIを定義でき、RESTビルダーはフレームワークとエンドポイントを提供します。 サンプルのREST APIをデプロイする RESTビルダーの動作を確認するために、カタログ内のIDによってダミー製品を取得するサンプルAPIをデプロイできます。...
公開日: 2024/05/09 18:51
RESTビルダーを使用したAPI
RESTビルダーを使用したAPI RESTビルダーとは、ローカルAPIをWeb上で利用しやすくするためのコード生成ツールです。 OpenAPI仕様 を使用し、RESTと GraphQL APIを生成します。 RESTビルダーは、...
公開日: 2024/05/09 18:51
プロセスの自動化
プロセスの自動化
公開日: 2024/05/09 18:55
Using Camunda Business Processes
Using Camunda Business Processes Liferay 7.4+, and all quarterly releases Liferay's native workflow features are designed for business processes requiring basic review and approval. If your...
公開日: 2025/06/04 18:31
Calling Liferay APIs from Camunda
Calling Liferay APIs from Camunda The Liferay Connector enables calling Liferay APIs from your Camunda tasks. It's a protocol connector built on top of the Camunda HTTP REST connector. Follow...
公開日: 2025/06/26 18:24
Triggering Events in Camunda with Liferay Webhooks
Triggering Events in Camunda with Liferay Webhooks You can send payloads from Liferay's webhook object actions to your Camunda process instances. This enables inbound communication from Liferay to...
公開日: 2025/06/26 18:24
バッチテンプレートデザイナー
バッチテンプレートデザイナー liferay DXP 2023.Q4+/Portal 7.4 GA102+ [ベータ版フィーチャー](../../system-administration/configuring-liferay/feature-flags.md#beta-feature-flags) ...
公開日: 2024/05/09 18:51
認証されていないリクエストを行う
認証されていないリクエストを行う デフォルトでは、Liferay DXPはセキュリティのためにAPIアクセスを制限し、有効な応答を取得するために認証を必要とします。 ただし、場合によっては、ゲストアクセス用のAPIを開くことがよい場合があります。 認証情報を渡さずにAPIリクエストを行うと、通常、エラー応答が発生します。 curl...
公開日: 2024/05/09 18:51