adobe / acc-js-sdk

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

Added support for IMS Bearer tokens without require any session and security tokens #83

Closed mkiki closed 1 year ago

mkiki commented 1 year ago

Description

Campaign V8.5 supports direct authentication with IMS Bearer tokens, which means there's no need any more to call the Logon or BearerTokenLogon: a IMS Bearer token passed in the Authorization header is enough to authenticate.

How Has This Been Tested?

Unit tests

Types of changes

Checklist: