Connecting Adobe ID-authorized app to Adobe Express
I have a web app https://galeryst.com that successfully uses Adobe ID to authenticate and authorize users. I have started looking at building an Adobe Express Add-on and need to connect to it via OAuth. I have looked at the import-images-using-oauth sample and modified the constants in constants.js like this:
The add-on successfully logs in and my callback is called, but when I then call
{
error: "invalid_grant",
}
Any suggestions on how to do this?
thanks,
Michael

