Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe pdf embed API- client id domain

Explorer ,
Sep 13, 2021 Sep 13, 2021

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

2.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 13, 2021 Sep 13, 2021

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!

Translate
Adobe Employee ,
Sep 13, 2021 Sep 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 13, 2021 Sep 13, 2021

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 13, 2021 Sep 13, 2021

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 13, 2021 Sep 13, 2021

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 23, 2025 Apr 23, 2025

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"
}
}
],

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 23, 2025 Apr 23, 2025
LATEST

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....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources