Loading Secondary Certificates

I’m using ComponentSpace to load some SAML XML into a C# object. All of that was working fine until I needed to load in the secondary certificate. It doesn’t seem to want to load at all and I can’t figure out how to make it work.

I’m doing this basic thing:

Snippet
SAMLConfiguration samlConfiguration = new SAMLConfiguration();
MetadataImporter.ImportIdentityProviders(new EntityDescriptor(doc.DocumentElement), samlConfiguration, certificateTempDirectory);


Using this XML file: https://adfs.bupadentalcare.co.uk/FederationMetadata/2007-06/FederationMetadata.xml

Only the primary data will load, not the secondary data. Can anyone help?

Currently this isn’t supported but we will be adding this in the next release.
Please contact support@componentspace.com to access a beta once it’s available.

Can you confirm if this is now supported?

My apologies. This was missed from the last release.
Please contact support@componentspace.com and we’ll make a beta available.

[quote]
ComponentSpace - 4/10/2019
My apologies. This was missed from the last release.
Please contact support@componentspace.com and we'll make a beta available.
[/quote]

Is this now available? We're not keen on using beta releases, so we're waiting for this to be in the main release.

Hi Richard,
It will be in the 4.0 release which is due towards the end of July. My apologies for the delay.

Can you confirm if this is now available?

Yes. We now support importing multiple certificates. Please contact support@componentspace.com for upgrade options.