Hi Team,
I was exploring the ACS API call with adobe IO, just wanted to check, if we can generate a JSON Web Token without logging into adobe IO console.
How to setup a mechanism where we sent the required information (org id etc.) along with private key of integration to generate a JWT.
I have been through some documents, however couldn't get any information about this. The process of generating access token from JWT and further API calls are very much clear to me, however the doubt is regarding creation of JWT without logging into adobe IO console.
Regards,
Subrat
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Subrat,
Yes it's do-able.
Thanks
David
Hi Subrat,
Yes it's do-able.
Thanks
David
Hi Subrat ,
Another workaround is to go to jwt.io with your token from Adobe I/O and your private/public key then set the expiry date to 9999999999 and finally copy the encoded jwt_token to whatever test bed you are using.
Kind regards
Robert
Views
Replies
Total Likes