Skip to main content
Known Participant
September 13, 2021
Answered

Adobe pdf embed API- client id domain

  • September 13, 2021
  • 1 reply
  • 3007 views

Hi,

we have both dev & prod enviroments and each has 11 languages.

Dev domain is: dev.xx.com

Prod domain is: www.xx.com

Dev domain in german is: de.dev.xx.com

Prod domain in german is: de.xx.com

Can't i configure client id for all, like *.xx.com ?

If not, i must have a solution for this.

 

thnx

    Correct answer Sumona Ghosh

    Please try creating credentials for PDF Embed API from here: https://www.adobe.io/apis/documentcloud/dcsdk/gettingstarted.html

    You can pass xxx.com as the application domain and the generated client ID should work for all your subdomains.

     

    Let us know if you face any issue while using this. Thanks!

    1 reply

    Adobe Employee
    September 13, 2021

    Hi,

     

    You can create one client id for "xx.com" and it should work for all your subdomains, and if you wist to separate out between dev and prod env then please create one for "dev.xx.com" and another for "xx.com" and use it accordingly. Let us know if it doesn't work for you.

     

    Thanks.

    Alon5FCDAuthor
    Known Participant
    September 13, 2021

    Already tried that. sadly it's not working and i already deployed to production.

    New Participant
    April 23, 2025

    Hi, to add on to Sumona's post, I will say that I just went to the console, went into a test project, removed *both* the service and credentials for Embed. I then added it back and used raymondcamden.com as a the host and it was made fine. To be clear, this will make a new ID, but that ID should work *.yourdomains.com. 


    I am trying to add a bare domain as well for my project but its not working today in 2025. 

    "errors": [
    {
    "message": "400: Bad Request",
    "locations": [
    {
    "line": 2,
    "column": 3
    }
    ],
    "path": [
    "subscribeWorkspaceIntegrationToServices"
    ],
    "extensions": {
    "response": {
    "status": 400,
    "statusText": "Bad Request",
    "body": {
    "id": "7074.........",
    "messages": [
    {
    "template": "ERR_MSG_BAD_REQUEST",
    "message": "400 BAD_REQUEST {\"reason\":\"domain_limit_exceeded\",\"message\":\"Exceeded domains limit for an Integration\"}"
    }
    ]
    }
    },
    "code": "INTERNAL_SERVER_ERROR"
    }
    }
    ],