Subject: Missing KeyInfo node in metadata
Date: 2015-02-27 07:58:49
From: Anthony Super
Source: missing-keyinfo-node-metadata
----------------------------------------------------------------------

Hi there,

When attempting to import our metadata generated by UltimateSAML into Microsoft Active Directory Federation Services (ADFS), we get the following error:

Required parameter 'KeyInfo' was not present.

I have a hunch this is because the KeyDescriptor node is missing a KeyInfo sub-node. See the comparison between our SAML vs. ADFS:

Metadata from UltimateSAML:

<md:KeyDescriptor use="signing">
    <X509Data xmlns="http://www.w3.org/2000/09/xmldsig#">
        <X509Certificate>
 
Metadata from ADFS (note the additional KeyInfo node):
 
<KeyDescriptor use="signing">
    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
        <X509Data>
            <X509Certificate>
 
Would anyone know why these would be different? and is there a way to get the KeyInfo node added to our metadata?
 
Many thanks,
Anthony.
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index