Generating Access Tokens for Server Side APIs | Community
Skip to main content
New Participant
April 19, 2023
Solved

Generating Access Tokens for Server Side APIs

  • April 19, 2023
  • 1 reply
  • 1488 views

Got to know that oAuth is not supported in AEMaaCS. So I was following this article to generate access token for server side APIs https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html?lang=en#

After creating the Technical Account I need to generate the access token in exchange of jwt token, to do that adobe has provided couple of solutions in different languages (https://github.com/AdobeDocs/adobe-dev-console/tree/main/samples/adobe-jwt-java ). For java/dotnet based solution we are supposed to generate certificate and private key using openssl and then need to upload it to Adobe IO Console-> Your Integration-> Public keys and then need to get the private key to required format. Now I'm not able to find, where exactly I can upload this certificate in Adobe IO Console. I cant see any upload option at the mentioned console.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by amargupt

That could be a permission/role issue.


I checked with my admin team member having admin access. I've raised a support ticket for this.

1 reply

arunpatidar
New Participant
April 19, 2023

You have to go inside the API integration, which you have created and there is an option to upload public key

 

Arun Patidar
amarguptAuthor
New Participant
April 20, 2023

Hi Arun, For me the the option to upload is disabled. Even "Add Project" is also disabled. I see my "API Project" is coming as auto generated.

arunpatidar
New Participant
April 20, 2023

That could be a permission/role issue.

Arun Patidar