Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleDescription of Issue

Configured with SAML IdP in TID-W and need to renew certificate but the IdP is not external

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleContext
  • TID-W

  • ADFS

  • Signing Certificate

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleCause

400: Bad Request Error Code: GENERAL_NONSUCCESS

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleResolution
  1. Open the metadata file and find use="signing" entry

  2. Copy the data from the <X509Certificate> element.

  3. Paste it to a new text file.

Insert 
  1. Insert -----BEGIN CERTIFICATE----- to the beginning of the file .

  2. Append -----END CERTIFICATE----- to the end of the file. For example:
     
    -----BEGIN CERTIFICATE-----
    MIICPTCCAaagAwIBAgIGAUIAVrpxMA0G
    ......
    96sa3ZdjPQkSZa48l6ZW86yLAECUXQ==
    -----END CERTIFICATE-----

  3. Save the text file with a .CRT extension.

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleAdditional Information

...