掲示板

How to comunicate SAML Liferay with SAML 1.1

thumbnail
10年前 に Jose Caro によって更新されました。

How to comunicate SAML Liferay with SAML 1.1

New Member 投稿: 16 参加年月日: 12/11/14 最新の投稿
Hello everyone,

I'm developing in Liferay 612 and I'm using the standard SAML Liferay component but I'm having this issue:
When I send the auth xml file like this:

<?xml version="1.0" encoding="UTF-8"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://www.AAA.cl"
validUntil="2022-04-03T01:01:07.656Z">
<md:SPSSODescriptor AuthnRequestsSigned="true" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">

That is SAML 2.0 (I think is Liferay standard protocol). This is not working because the response server is waiting for SAML 1.1 protocol file so It need an auth file in 1.1 format.

How I know that the Server is working with 1.1? because the response XML is:

<samlp:Response ResponseID="s7b2d98ede10ab0e0043012c4713935f2dc0bfc34_01" MajorVersion="1" MinorVersion="1" IssueInstant="2014-04-03T15:18:18Z" Recipient="https://aaa.bbb.com/opensso/SAMLPOSTProfileServlet"><Signature><SignedInfo>

So, someone can help me and post some example auth XML file with SAML 1.1 format?.

Thanks so much.
Bye.
thumbnail
10年前 に Mika Koivisto によって更新されました。

RE: How to comunicate SAML Liferay with SAML 1.1 (回答)

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
Liferay does not talk SAML 1.1 at all. SAML 2.0 has been standard since 2005 so it's time to upgrade to 2.0.
thumbnail
10年前 に Jose Caro によって更新されました。

RE: How to comunicate SAML Liferay with SAML 1.1 (回答)

New Member 投稿: 16 参加年月日: 12/11/14 最新の投稿
Liferay uses SAML 2.0 to comunicate and this protocol version is not compatible with SAML 1.x at all

Thank you