Expand my Community achievements bar.

New integration throws "Certificate is not valid" error

Avatar

Level 1

Getting certificate invalid error when creating a new integration from Adobe I/O Console to connect to User Management APIs. It's also the case with other APIs that require a self-signed certificate upload.

The request URL and JSON responses received are added below.

  1. Request URL: https://console.adobe.io/api/organizations/258472/integrations/entp
  2. Request Method: POST
  3. Status Code: 400

  "id": "bbbf27f1-8a3e-4145-82cf-9c4449978f20"

  "messages": [ 

    { 

      "template": "ERR_MSG_INVALID_CERTIFICATE"

      "variables": [ 

        "ERR_VAR_DOC_URL" 

      ] 

    } 

  ] 

The steps mentioned in https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/J WTCertificate.md were followed to get the certificate.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies