ADFS creates a new signing certificate and makes it primary 20 days and 15 days respectively before the expiry of the current certificate. After this, the 3rd party services are unable to communicate with ADFS for SSO purposes.
The new federated xml will have information of both the primary and secondary certificates during this period. We will need to edit this XML before uploading to the 3rd party services using respective global administrator accounts.
Look for the following piece of code as show below:
****
You will find two instances of this code under the tags:
a.
b.
c.
Remove the first instance of this code in the three places.
Upload the edited federated xml file to the 3rd party services and all should be working normally.
Note: This has to be done 15 days before the expiry of the certificate.

Leave a comment