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

Base64 Encoded Private Key for powerautomate

New Here ,
Jun 11, 2021 Jun 11, 2021

Copy link to clipboard

Copied

we success to subscribe on aws and adobe , after  creatint our credential but the key inside the config.zip file is not correct , we meet this on Power automat connexions : 
 
Frédéric5CAB_0-1623396013425.png

 

Please how to get a correct Base64 Encoded Private Key  ? 
 
Kind Regards
TOPICS
Document Generation API , PDF Services API , Power Automate

Views

6.1K

Translate

Translate

Report

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

New Here , Jun 11, 2021 Jun 11, 2021

i didnt selected all the text , now it's OKAY ! 

 

Frédéric5CAB_0-1623397141266.png

 

Votes

Translate

Translate
New Here ,
Jun 11, 2021 Jun 11, 2021

Copy link to clipboard

Copied

i didnt selected all the text , now it's OKAY ! 

 

Frédéric5CAB_0-1623397141266.png

 

Votes

Translate

Translate

Report

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 ,
Jun 25, 2022 Jun 25, 2022

Copy link to clipboard

Copied

How do I get the base64 encoded private key?   I have looked everywhere on how/where i get this and can not find it. 

Votes

Translate

Translate

Report

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 ,
May 11, 2023 May 11, 2023

Copy link to clipboard

Copied

https://developer.adobe.com -> Console -> inside a project that uses PDF Services API -> Service Account JWT menu -> Generate keypair
Alternatively you can issue the keypair locally and just upload the public certificate to the Project, same Service Account JWT menu
It matters what account you use to login, as that account has to be either a system admin role account in the Org that has the Acrobat Services API product attached, or assigned with developer role by a local admin to the Services API PLC. 

Votes

Translate

Translate

Report

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 ,
Aug 13, 2023 Aug 13, 2023

Copy link to clipboard

Copied

When I go to the Console and select a project that uses PDF Services API I do not see an option for Service Account JWT menu. There seems to only be an Oatuh Server-to-server credential, from there I can generate an access token, but this is not it. 

Votes

Translate

Translate

Report

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 ,
Aug 13, 2023 Aug 13, 2023

Copy link to clipboard

Copied

The project must've been created initially with OAuth, in which case you cannot add the deprecated JWT method to it, or it was JWT at the begining and then you migrated it OAuth, losing the JWT credentials in the process.

If these credentials are not used in a paid subscription, just create a new project and make sure you select JWT credentials on creation instead of OAuth after adding the API the to project. 

Votes

Translate

Translate

Report

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 ,
Aug 14, 2023 Aug 14, 2023

Copy link to clipboard

Copied

Thank you @luciann4679568 , I had created two projects without being offered the choice, but when I tried for the thrid time I got an option for JWT (deprecated). I am planning to use the PDF services API from Power Automate, is there a plan to update the Adobe Action to support OATH at some point?

As a note for anybody else trying the same thing, PowerAutomate requires you paste in the entire content of the private.key file, ie include the ---------BEGIN PRIVATE KEY----- and -----END PRIVATE KEY-----

Votes

Translate

Translate

Report

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 ,
Aug 15, 2023 Aug 15, 2023

Copy link to clipboard

Copied

Sure there is - JWTs are deprecated and will be useless in 2025, so the change to support OAuth S2S for Power Automate workflows is on the roadmap (I have no dates, but I'm pretty sure that one year from now when your public key expires in your JWT projectt you'll have the connector with OAuth S2S support and you can switch then to this authorization method, if not sooner).

Votes

Translate

Translate

Report

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 ,
Sep 14, 2023 Sep 14, 2023

Copy link to clipboard

Copied

Could you please help me with setting this up in Adobe PDF Services in Power automate? It is asking for clinet secret, orginization id, technical account id, and base64 proivate key. I cannot get it to work. Thanks

Votes

Translate

Translate

Report

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 14, 2023 Sep 14, 2023

Copy link to clipboard

Copied

Jeff, use your AdobeID login on https://developer.adobe.com, click Console button, then click Projects menu. Make sure the upper-right side of the screen shows your personal account profile and not some other Org where you're an admin. Click to Add new project, then select PDF Services API from the listing, then Next button. What follows is the important bit of PA connector. At the time of this message, the PA Connector does not know how to handle OAuth S2S connections, so you will need to select from the 2 options the JWT Deprecated one, then Continue to integration details. A config.zip file gets downloaded to your computer and inside there's the private.key. If you continue with the integration on developer portal all the way to the end you will get a Service Account (JWT) DEPRECATED menu on the left side - click it, and at the bottom of the main page you will see all your required metadata that the PA connector requires from you: Client ID (or API Key), Client Secret, Tech account ID (not email), Organisation ID + the entire contents of the private.key which you can open with a text editor, select all and copy over to your PA setup. That's all!

The login with the AdobeID will provide you the free tier subscription access to this service.

Votes

Translate

Translate

Report

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 ,
Oct 04, 2023 Oct 04, 2023

Copy link to clipboard

Copied

Hi Lucian, thank you. Do you know in exactly which file I can find the private key? I the downloaded credentials, I cannot find it. Best, Daniel.

Votes

Translate

Translate

Report

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 ,
Oct 04, 2023 Oct 04, 2023

Copy link to clipboard

Copied

Hey, in the step where you were supposed to choose between the OAuth vs the deprecated JWT credentials, you should've chosen the JWT one. That would've triggered a download of a config.zip file. Inside that config.zip there is the private.key you need.

Votes

Translate

Translate

Report

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 ,
Oct 04, 2023 Oct 04, 2023

Copy link to clipboard

Copied

I have followed this in full and filled every field.  Result: Test connection failed. Details: Private key file could not be parsed.  Are these credentials instant?  

Votes

Translate

Translate

Report

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 ,
Oct 04, 2023 Oct 04, 2023

Copy link to clipboard

Copied

Yes, they will work as soon as you get them. For the private key part, I hope you copied the entire content of the file, including the first and last line saying ("-----BEGIN PRIVATE....  ..... END PRIVATE KEY----")

Votes

Translate

Translate

Report

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 ,
Oct 05, 2023 Oct 05, 2023

Copy link to clipboard

Copied

LATEST

Thank you 

 including the first and last line saying ("-----BEGIN PRIVATE....  ..... END PRIVATE KEY----") was my issue.

Votes

Translate

Translate

Report

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