JWT token Metascope failing
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
}