


Hi team,
what does this "metascopes=ent_aem_cloud_api" (part of service credentials json response) in AEM cloud?
what privileges does that metascope contain?
Thank you,
Sriram
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
JSON Web Token (JWT) metascopes govern the access and privileges for service accounts
I found this document relevant to your query :
https://developer.adobe.com/developer-console/docs/guides/authentication/JWT/Scopes/
Going through this document, metascopes is basically governing for what APIs your user is having access to and credential should be valid for those APIs only i.e. AEM Cloud APIs. There are various metascopes for different APIs mentioned in above document i.e. Adobe I/O, Adobe Experience Cloud etc , even though it does not specially mentions ent_aem_cloud_api. I hope it clarifies.
JSON Web Token (JWT) metascopes govern the access and privileges for service accounts
I found this document relevant to your query :
https://developer.adobe.com/developer-console/docs/guides/authentication/JWT/Scopes/
Going through this document, metascopes is basically governing for what APIs your user is having access to and credential should be valid for those APIs only i.e. AEM Cloud APIs. There are various metascopes for different APIs mentioned in above document i.e. Adobe I/O, Adobe Experience Cloud etc , even though it does not specially mentions ent_aem_cloud_api. I hope it clarifies.