OAuth 2 Client Credentials failing while configuring Streaming Destination in AEP (Authentication failed)
Hi everyone,
I’m trying to configure a Streaming Destination in Adobe Experience Platform (AEP) using OAuth 2 Client Credentials, but I’m consistently getting the following error:
“Error creating connection – Authentication failed. Check your credentials and try again.”
Configuration Details used:
-
Access Token URL:
https://ims-na1.adobelogin.com/ims/token -
Client ID / Client Secret:
Generated from Adobe Developer Console (OAuth Server-to-Server project with AEP API added) -
Client Credentials Type tried:
-
Basic Authorization
-
Client Credentials in Body
-
How do I use these details in the access token? The documentation says that the URL can have only one query parameter.
-
Grant Type:
client_credentials -
Scopes used:
openid,AdobeID,read_organizations,additional_info.projectedProductContext
Documentation details:
HTTP API connection | Adobe Experience Platform

Error seen:

Tried below Access token URLs:
- https://ims-na1.adobelogin.com/ims/token/v2
- https://ims-na1.adobelogin.com/ims/token/v2?grant_type=client_credentials
- https://ims-na1.adobelogin.com/ims/token/v2?scope=openid,session,AdobeID,read_organizations,additional_info.projectedProductContext
- https://ims-na1.adobelogin.com/ims/token/v2?grant_type=client_credentials&scope=openid,session,AdobeID,read_organizations,additional_info.projectedProductContext
Any guidance or working examples would really help.
Thanks in advance!