Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Adobe I/O : Adobe Target Integration - Generate Bearer token using JWT token

Avatar

Community Advisor

Hi Team,

 

I am trying to generate the Bearer token using JWT token. the JWT token is generated through Adobe I/O console.

 

The command that I am using in command prompt is :

 

curl -X POST "https://ims-na1.adobelogin.com/ims/exchange/jwt?client_id=5****87&client_secret=ac***42659&jwt_token..."

 

 

However I am getting error as "{"error_description":"JWT token is incorrectly formatted, and can not be decoded.","error":"invalid_token"}"

 

Can anyone help in fixing this issue ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Team,

After downloading the latest postman and using headers, I was able to fix it.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Team,

After downloading the latest postman and using headers, I was able to fix it.