Adding SAML2 ACS points does not seem to map attributes from SAML2 IDP
Jayashree Ravi
jravi123 at hotmail.com
Mon Oct 1 15:27:08 EDT 2012
Hello.
We added SAML2 endpoints to support SAML2 IDP's We do receive the attributes from the IDP in the response which we see in the signature.log file as well. However we do not see any reference to attributes in transaction.log and also we see the following error message in native.log. Not sure if these are related.
shib_handler: invalid acsIndex property, or non-SAML 1.x ACS, using default SAML 1.x ACSshib_handler: socket call (unknown) resulted in error (32): no message
Our shibboleth2.xml file has the following tags added to support SAML2
<SessionInitiator type="Chaining"
Location="/Login"
id="Login"
relayState="cookie">
<SessionInitiator type="Shib1"
defaultACSIndex="1" />
<SessionInitiator type="SAML2"
template="bindingTemplate.html"
outgoingBindings="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
defaultACSIndex="2" />
</SessionInitiator>
<md:AssertionConsumerService Location="/SAML/POST"
index="3"
Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" />
<md:AssertionConsumerService Location="/SAML2/POST"
index="1"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"/>
We are able to receive attributes from the existing SAML1 customers but we not SAML2 customers.
Any help would be appreciated.
ThanksJayashree
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20121001/93778b0a/attachment.html
More information about the users
mailing list