On Mon, Jul 7, 2014 at 3:09 PM, Sean Willess <
swill...@gmail.com> wrote:
>
> I have been able to configure my staging server as the SP and successfully
> send AuthRequests to my remote IdP. The AuthRequest I send over is in SAML
> 2.0, but then the IdP response is in SAML 1.1
That's a bug.
> (without the prefixes "saml:" or "samlp:" in the XML tags).
The XML namespace prefixes have nothing to do with SAML1 vs. SAML2.
> I have tried to bridge between protocols
> following the instructions here
That's an ancient version of the documentation. What version of SSP is
your SP running? Is your IdP running SSP or something else?
> but I'm not sure if this is the way to go
> since I'm not sending SAML 1.1 to the IdP.
If the IdP doesn't support SAML2, then you obviously should not send
them a SAML2 AuthnRequest.
> I also get this error in my
> syslog: Session: 'test-development' not valid because we are not
> authenticated. What do I need to configure on my SP to be able to receive
> and read the SAML 1.1 response?
The SAML1 standard doesn't support SP-initiated flows so the
Shibboleth Project invented a SAML1 SP-first protocol many moons ago.
It is called Shibboleth AuthnRequest for SAML1 and SSP supports it, I
believe. Now the question is: Does your IdP partner support it?
Tom