Hi All,
I am trying to enable integration between AEM and Adobe Target. To start with, we have to configure Adobe IMS Technical account using authentication key generated in Adobe I/O.
In Adobe I/O, we have two options for API authentication - OAuth and JWT (going to be deprecated). So, I continued with OAuth method and generated Client secret key and required credentials for completing IMS configuration. However, I am stuck at one part, where step 2 and IMS asks for Authentication Server and Payload as mandatory field. We do not get payload in OAuth. (Attached Screenshot)
Has anyone else faced this issue? What should be added in "Authentication Server and Payload " when we are going ahead OAuth method of API authentication.
Many thanks in advance!
Best,
Rupal
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
In the context of OAuth authentication, the "Authentication Server" typically refers to the authorization server endpoint URL where the authentication process takes place. This is usually provided by the identity provider or OAuth provide.
As for the "Payload" field, in the case of OAuth, it typically refers to the data sent in the request body during the authentication process. However, OAuth does not require a specific payload in the configuration step you mentioned.
Hi,
In the context of OAuth authentication, the "Authentication Server" typically refers to the authorization server endpoint URL where the authentication process takes place. This is usually provided by the identity provider or OAuth provide.
As for the "Payload" field, in the case of OAuth, it typically refers to the data sent in the request body during the authentication process. However, OAuth does not require a specific payload in the configuration step you mentioned.