legacy-knowledge-base
公開されました Sep. 10, 2025

SAMLアサーション情報はLiferayのどこに保存されていますか?

written-by

Ricardo Couso

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • LiferayがService ProviderであるSAMLセッションからトークンを作成する必要があります。
  • SAML アサーション情報はどこに保存されるのか?

Environment

  • Liferay DXP 7.4, 7.3, 7.2

解決策

  • あるユーザーが、Identity ProviderとのSAMLセッションを通じて、Service ProviderとしてLiferayにログインした。
  • Identity Provide から返された SAML アサーションは、テーブル samlspsessionに格納される。この中には、以下のような情報が含まれる:
    • ユーザー Id.
    • アイデンティティプロバイダの entityId.
    • samlspsessionkey、これはクッキー SAML_SP_SESSION_KEYに格納される。
    • jsessionid、クッキーに保存されます JSESSIONID
    • assertionxml に、アサーションに対応する SAML 応答の部分を追加した。
did-this-article-resolve-your-issue

legacy-knowledge-base