<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>SAML 2.0 Integration  with Liferay 7.2</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120776290" />
  <subtitle>SAML 2.0 Integration  with Liferay 7.2</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120776290</id>
  <updated>2026-04-05T17:53:04Z</updated>
  <dc:date>2026-04-05T17:53:04Z</dc:date>
  <entry>
    <title>RE: RE: SAML 2.0 Integration  with Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121073448" />
    <author>
      <name>Zsigmond Rab</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121073448</id>
    <updated>2021-08-25T13:29:49Z</updated>
    <published>2021-08-25T13:29:48Z</published>
    <summary type="html">&lt;p&gt;Hi Akaram,&lt;/p&gt;
&lt;p&gt;sorry, I don't know that plugin. As I can see that's implemented by
  another company. The best maybe toi try to contact them if you haven't
  done that yet.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Zsigmond&lt;/p&gt;</summary>
    <dc:creator>Zsigmond Rab</dc:creator>
    <dc:date>2021-08-25T13:29:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: SAML 2.0 Integration  with Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120830254" />
    <author>
      <name>akaram siddiqui</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120830254</id>
    <updated>2021-06-18T06:43:30Z</updated>
    <published>2021-06-18T06:43:30Z</published>
    <summary type="html">&lt;p&gt;HI Zsigmond, Thanks for reply.&lt;/p&gt;
&lt;p&gt;I am using below plugin which is free.&lt;/p&gt;
&lt;p&gt;https://web.liferay.com/marketplace/-/mp/application/168946107&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;-Akram&lt;/p&gt;</summary>
    <dc:creator>akaram siddiqui</dc:creator>
    <dc:date>2021-06-18T06:43:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: SAML 2.0 Integration  with Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120774547" />
    <author>
      <name>Zsigmond Rab</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120774547</id>
    <updated>2021-05-10T08:17:59Z</updated>
    <published>2021-05-10T08:17:59Z</published>
    <summary type="html">&lt;p&gt;Hi Akaram,&lt;/p&gt;
&lt;p&gt;Are you referring to this plugin? https://web.liferay.com/marketplace/-/mp/application/15188711&lt;/p&gt;
&lt;p&gt;If so, that plugin is DXP only, that is not supported in CE.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Zsigmond&lt;/p&gt;</summary>
    <dc:creator>Zsigmond Rab</dc:creator>
    <dc:date>2021-05-10T08:17:59Z</dc:date>
  </entry>
  <entry>
    <title>SAML 2.0 Integration  with Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120776289" />
    <author>
      <name>akaram siddiqui</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120776289</id>
    <updated>2021-05-09T06:27:48Z</updated>
    <published>2021-05-09T06:27:48Z</published>
    <summary type="html">&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;I have deployed SAML 2.0 connector from market place   in liferay 7.2
  community edition but it is not appearing in control panel. even I
  tried to enable saml.enabled=true using portal-ext.properties but it
  looks not enable because of that I am not able to generate
  matadata.xml file using following URL :http://localhost:8080/c/portal/saml/metadata&lt;br /&gt;
  &lt;br /&gt;My complete properties that I set is below&lt;br /&gt;
  &lt;br /&gt;saml.enabled=true&lt;br /&gt;saml.role=idp&lt;br /&gt;saml.entity.id=liferaysamlidpdemo&lt;br /&gt;saml.require.ssl=false&lt;br /&gt;saml.sign.metadata=true&lt;br /&gt;
  &lt;br /&gt;saml.idp.authn.request.signature.required=true&lt;br /&gt;
  &lt;br /&gt;saml.keystore.path=${liferay.home}/data/keystore.jks&lt;br /&gt;saml.keystore.password=liferay&lt;br /&gt;saml.keystore.type=jks&lt;br /&gt;
  &lt;br /&gt;saml.keystore.credential.password[liferaysamlidpdemo]=liferay&lt;br /&gt;
  &lt;br /&gt;Could you please provide some document to install it?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</summary>
    <dc:creator>akaram siddiqui</dc:creator>
    <dc:date>2021-05-09T06:27:48Z</dc:date>
  </entry>
</feed>
