Foren

How to comunicate SAML Liferay with SAML 1.1

thumbnail
Jose Caro, geändert vor 10 Jahren.

How to comunicate SAML Liferay with SAML 1.1

New Member Beiträge: 16 Beitrittsdatum: 14.11.12 Neueste Beiträge
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
Mika Koivisto, geändert vor 10 Jahren.

RE: How to comunicate SAML Liferay with SAML 1.1 (Antwort)

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
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
Jose Caro, geändert vor 10 Jahren.

RE: How to comunicate SAML Liferay with SAML 1.1 (Antwort)

New Member Beiträge: 16 Beitrittsdatum: 14.11.12 Neueste Beiträge
Liferay uses SAML 2.0 to comunicate and this protocol version is not compatible with SAML 1.x at all

Thank you