Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Regarding AEM Cloud Metascopes

Avatar

Level 4

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

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

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.

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Community Advisor

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.