Help with a Validation failure
Jason Mannon
jmannonpdx at gmail.com
Wed Aug 12 01:33:55 UTC 2020
The SP metadata does look like it has an encryption key, is this not the
case?
<?xml version="1.0" encoding="UTF-8"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
ID="---------48cc-905f-7eeedc377565"
entityID="https://foobar.foo/saml/metadata">
<md:SPSSODescriptor AuthnRequestsSigned="false"
WantAssertionsSigned="false"
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>foocertificate</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:KeyDescriptor use="encryption">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>foocertificate</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</md:NameIDFormat>
<md:AssertionConsumerService
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://foobar.foosaml/auth" index="0" isDefault="true" />
</md:SPSSODescriptor>
</md:EntityDescriptor>
On Tue, Aug 11, 2020 at 6:39 PM Cantor, Scott <cantor.2 at osu.edu> wrote:
> The error occurs when an SP has no encryption key in its metadata and the
> IdP isn't configured to disable encryption or treat the lack as non-fatal.
>
> -- Scott
>
>
> --
> For Consortium Member technical support, see
> https://wiki.shibboleth.net/confluence/x/coFAAg
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200811/1faa24e1/attachment.htm>
More information about the users
mailing list