Skip to main content
Participant
May 16, 2024

"oauth" permissions Incorrect

  • May 16, 2024
  • 1 reply
  • 345 views

We have added authorisation using the addOnSdk.app.oauth.authorize. 

with AUTHORIZATION_URL similar to https://narrato.io/adobe-app/configuration

When trying to use the Narrato Add on after creating a private listing, the pop up fails to load with 
Error: The "authorizationUrl" in the request does not match any entry in "oauth" permissions. To allow authorization, add the hostname of "authorizationUrl" to the "oauth" permissions array in the manifest.

Upon checking the source files and debugging, we see that the manifest object doesn't contain oauth array  and is later passed on to check for the domain name match which is failing. 
Can you look into whats going wrong. Manifest file attached.

 

1 reply

ErinF
Community Manager
Community Manager
May 17, 2024

Hi!


Can you clarify if you are building an Express Add-on or if you are using the Embed SDK (an Express experience embedded in your website)?

 

This is the wrong category for Add-ons.