Client ID Allowlist requirement for Sites/Pages Management API (/adobe/sites/sm/ and /adobe/sites/pm/) in RDE environment
I have created the below config file and installed it into RDE:
config/api.yaml
kind: "API"
version: "1.0"
metadata:
envTypes: ["rde"]
data:
allowedClientIDs:
author:
- "YOUR_APP_BUILDER_CLIENT_ID"
This is working fine for Content fragment OpenAPI. However it seems to be throwing “IMS Client ID not allowlisted. Allowlist the Client ID using the Configuration Pipeline.” for Sites/Pages Management API (/adobe/sites/sm/ and /adobe/sites/pm/).
Is there any API specific configuration that needs to be installed?
Thanks in advance!