/
How to retrieve certificate from metadata
How to retrieve certificate from metadata
Description of Issue
Configured with SAML IdP in TID-W and need to renew certificate but the IdP is not external
Context
TID-W
ADFS
Signing Certificate
Cause
400: Bad Request Error Code: GENERAL_NONSUCCESS
Resolution
Open the metadata file and find use="signing" entry
Copy the data from the <X509Certificate> element.
Paste it to a new text file.
Insert -----BEGIN CERTIFICATE----- to the beginning of the file .
Append -----END CERTIFICATE----- to the end of the file. For example:
-----BEGIN CERTIFICATE-----
MIICPTCCAaagAwIBAgIGAUIAVrpxMA0G
......
96sa3ZdjPQkSZa48l6ZW86yLAECUXQ==
-----END CERTIFICATE-----Save the text file with a .CRT extension.
Additional Information
, multiple selections available,
Related content
Export SSL Certificate to .cer Format to import into Java Keystore
Export SSL Certificate to .cer Format to import into Java Keystore
More like this
How To Export the Token-signing Certificate From ADFS
How To Export the Token-signing Certificate From ADFS
More like this
How to renew expired certificate or secret using Reestablish Federation
How to renew expired certificate or secret using Reestablish Federation
More like this
How to import the .cer file into Java Keystore for Time and Attendance
How to import the .cer file into Java Keystore for Time and Attendance
More like this
Update ADFS cert in Admin Center
Update ADFS cert in Admin Center
More like this
Determining when AD FS token signing and token decryption certificates expire
Determining when AD FS token signing and token decryption certificates expire
More like this