Copy link to clipboard
Copied
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
1 Correct answer
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!
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Already tried that. sadly it's not working and i already deployed to production.
Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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"
}
}
],
Copy link to clipboard
Copied
Ok so just bad error messages, turns out a diff project I had already setup that domain, so that domain was already I guess claimed/setup under a different project. But yeah I wish the example/placehodler was not www.example.com and instead example.com so that less of us devs enter it in the wrong way, since its a real pain to have to delete the key, just to edit the domain....

