Closed paulftw closed 11 years ago
6 dec 2012 kl. 07:35 skrev Paul Korzhyk notifications@github.com:
For some reasons my shibboleth IdP refuses to accept any assertion_consumer_service except for the HTTP artifact. After modifying the example sp_conf to contain "assertion_consumer_service": [(BASE, BINDING_HTTP_ARTIFACT)], I found out that repoze plugin simply ignores the SAMLart URL parameter. What should I do add support for this SAML2 feature?
There is presently no support for SAML2 artifact binding in pysaml2. That might change in the near future (Q1 2013).
Roland Hedberg IT Architect/Senior Researcher ICT Services and System Development (ITS) Umeå University SE-901 87 Umeå, Sweden Phone +46 90 786 68 44 Mobile +46 70 696 68 44 www.its.umu.se
For some reasons my shibboleth IdP refuses to accept any assertion_consumer_service except for the HTTP artifact. After modifying the example sp_conf to contain "assertion_consumer_service": [(BASE, BINDING_HTTP_ARTIFACT)], I found out that repoze plugin simply ignores the SAMLart URL parameter. What should I do to add support for this SAML2 feature?