Skip to main content
Participant
August 31, 2021
Answered

JWT token Metascope failing

  • August 31, 2021
  • 1 reply
  • 562 views

Hi, Im trying to use the adobe photosop api and I cant seem to get passed auth. I need to generate this JWT token and it keeps failing. According to this documentation, it should be ent_default_sdk, however that throws and error as well

 

https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/Scopes.md

 

 

Error: invalid_scope: The metascopes in the JWT are not a subset of the metascopes in the binding.

    at /Users/ooamiworld/Document/software/adobe-jwt-node/node_modules/@adobe/jwt-auth/index.js:89:33

 

   credentials: {
        clientId : "", //Application ID (Client ID)
        technicalAccountId : ", //Technical account ID
        orgId : "", // Org ID
        clientSecret : "", //Client Secret
        metaScopes : "ent_user_sdk", // Metascopes
        privateKey : privateKey
    }

 

 

This topic has been closed for replies.
Correct answer devMatthews

got the metascope from the downloaded postman environment. This ticket can be closed

1 reply

devMatthewsAuthorCorrect answer
Participant
August 31, 2021

got the metascope from the downloaded postman environment. This ticket can be closed