adobe / acc-js-sdk

A JavaScript SDK for Adobe Campaign Classic
Apache License 2.0
21 stars 22 forks source link

#96 - Support calling anonymous SOAP calls #97

Closed mkiki closed 1 year ago

mkiki commented 1 year ago

Description

Calling anonymous SOAP methods with the SDK does not work. The reason is that the SDK needs access to schemas to get SOAP method descriptions. As schema access requires authentication, it's not possible to call anonymous SOAP calls. See documentation here: https://opensource.adobe.com/acc-js-sdk/anonymous.html

Related Issue

https://github.com/adobe/acc-js-sdk/issues/96

How Has This Been Tested?

More unit tests

Types of changes

Checklist:

mkiki commented 1 year ago

Hi @aimanicose4 , the security token check is a server-side configuration. By default, security token should be check, but this check can be disabled in particular security zones. My guess is that your server is configured that way. See https://experienceleague.adobe.com/docs/campaign-classic/using/installing-campaign-classic/additional-configurations/security-zones.html, sepcifically the sessionTokenOnly option