Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

generating access token using jwt

Avatar

Level 4

Hi Team,

I am trying to get access token by Sending 'POST' request to

URL: https://ims-na1.adobelogin.com/ims/exchange/jwt

Post parameters: client_id:...

                             Client_secret:...

                            jwt_token:...

 

 

but getting below error

Response Code: 400
{"error_description":"No valid bindings were found for organization and technical account combination","error":"invalid_token"}

 

could you please help me what could be the reason?

 

Thank you,

Sriram

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Please check following :

  1. Verify the technical account ID value you are passing.
  2. Check if the Integration is made for the correct Organization.
  3. It can also be caused because the public certificate from the integration is expired. Renew the private and public key. Then, upload the public key, and replace the old private key with the new key

You can refer this document which is specific for UST but the error you mentioned is common and above points should be valid in you case as well.

 

https://helpx.adobe.com/in/enterprise/kb/UMAPI-UST.html?#Novalidbindingswerefoundfororganizationandt...

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Please check following :

  1. Verify the technical account ID value you are passing.
  2. Check if the Integration is made for the correct Organization.
  3. It can also be caused because the public certificate from the integration is expired. Renew the private and public key. Then, upload the public key, and replace the old private key with the new key

You can refer this document which is specific for UST but the error you mentioned is common and above points should be valid in you case as well.

 

https://helpx.adobe.com/in/enterprise/kb/UMAPI-UST.html?#Novalidbindingswerefoundfororganizationandt...