generating access token using jwt | Community
Skip to main content
Level 3
July 18, 2022
Solved

generating access token using jwt

  • July 18, 2022
  • 2 replies
  • 953 views

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

 

 

 

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 Sachin_Arora_

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?#Novalidbindingswerefoundfororganizationandtechnicalaccountcombination

 

2 replies

Sachin_Arora_
Community Advisor
Sachin_Arora_Community AdvisorAccepted solution
Community Advisor
July 18, 2022

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?#Novalidbindingswerefoundfororganizationandtechnicalaccountcombination

 

SantoshSai
Community Advisor
Community Advisor
July 18, 2022