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
Headless APIs
Headless APIs
公開日: 2025/06/28 18:29
API
API Liferay Analytics Cloudは、一連のAPIエンドポイントを介した分析データへのアクセスをサポートしています。 開発者は、RESTful APIまたはデータエクスポートのいずれかを介してデータにアクセスし、統合することができるようになりました。 ビジネスでは、Analytics Cloudのデータを使って以下のようなことができます。 ...
公開日: 2024/05/09 18:44
データのエクスポート
データのエクスポート サイトダッシュボードと個人ダッシュボードから様々なアナリティクスデータにアクセスできます。 アナリティクス・データは、Analytics CloudのAPIを使用してフェッチおよびエクスポートすることもできます。 具体的には、イベント・データ、IDデータ、個人データ、会員データ、ページ・データ、セグメント・データをフェッチすることができる。 ...
公開日: 2024/05/09 18:44
認証
認証 アクセストークンはLiferay Analytics CloudへのAPIコールに必要です。 Settings → APIs に移動し、アクセストークンを生成します。 アクセストークンの有効期限(30日、6ヶ月、1年、無期限など)を選択します。 Generate Token をクリックする。 有効期限を選択し、トークンの生成をクリックします。 ...
公開日: 2024/05/09 18:44
Commerce APIs
Commerce APIs You can use headless APIs to interface with Liferay Commerce features, including products, catalogs, and price lists. Here are resources to help you understand and integrate these...
公開日: 2025/07/03 20:32
開発者ガイド
開発者ガイド
公開日: 2024/05/09 18:45
データのクエリ
データのクエリ Liferay Analytics Cloudのルートエンドポイントは、 です。 上記のURLにGETをリクエストすることで、すべてのデータタイプのエンドポイントのリストを取得することができます。 curlで試します。 curl -i -L -H "Authorization: Bearer {token}"...
公開日: 2024/05/09 18:44
Warehouse API の基礎知識
Warehouse API の基礎知識 アプリケーションメニューやREST APIから倉庫を管理することができます。 headless-commerce-admin-inventory サービスを呼び出して、倉庫を作成・管理します。 倉庫の追加 Liferayが起動したら。 Warehouse API...
公開日: 2024/05/09 18:45
Order Type API 基本編
Order Type API 基本編 注文タイプの管理は、 アプリケーションメニュー から、または REST API で行うことができます。 headless-admin-commerce-order から /order-types のエンドポイントを使用して、注文タイプを作成および管理します。 オーダータイプを追加する Liferayが起動したら、 Order Type API...
公開日: 2024/05/09 18:45
開発者ガイド
開発者ガイド
公開日: 2024/05/09 18:45
リソースの種類とストラクチャー
リソースの種類とストラクチャー プロパティ activeIndividualsCount (数値):アカウントに属するアクティブな個人の数。 dateCreated(日付):アカウントがシステムに作成された日付。 dateModified(日付):アカウントのプロパティが最後に変更された日付。 ID (文字列):アカウントの一意な識別子; individualsCount...
公開日: 2024/05/09 18:44
オーダーAPIの基本
オーダーAPIの基本 アプリケーションメニューから、またはREST APIを使って注文を管理することができます。 headless-admin-commerce-order サービスを呼び出して、注文を作成・管理します。 注文を追加する Liferayの実行後、 注文APIの基本 をダウンロードし、解凍します。 curl...
公開日: 2024/05/09 18:45