Hi!
We implemented our SP using your libraries.
A client of ours, that uses ADFS as IdP, now wants to updates his own certificates. So he's going to send us his new FederationMetadata.xml containing the new Base64 certificate string.
To import that file into our system and configuration, we want to use the same method we use when we configure a brand new client: SnippetMetadataImporter.ImportIdentityProviders
But testing this method I saw that if a configuration for a Partner is already present no updates happen. I mean, no certificates is updated nor appended to the certificates list (for the rollover).
How can we achieve this?
Thank you,
Fabio