Hi, We were recently notified of a security vulnerability in JSON Web Token (JWT) library by our company's security team (CVE #: CVE-2022-23529). We generate JWT in Adobe I/O dashboard and use it in AEM to interface with Adobe Campaign. We are trying to find out whether this vulnerability has been a...
Hi Adobe I/O team, I'm following your introduction to Adobe I/O Events Webhooks guide as I want to trigger a webhook call on certain events. However, every time I try to enable consent, as described here: https://github.com/AdobeDocs/adobeio-events/blob/stage/intro/webhooks_intro.md#receiving-even...
At some point in time, the format of the payload displayed in the event registration's debug tracing tab and delivered to the runtime action has changed. Older registrations still deliver the payload in the "old" format, while newly created registrations deliver it in the new format. In it, the cont...
Hi, I am using aem cloud below APIs but those are deprecated please suggest alternative APIs com.day.cq.dam.api.handler.AssetHandler;com.day.cq.dam.api.metadata.ExtractedMetadata; Thanks, Nagendra
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my actio...
Hello, I'm playing around with CloudEvents and have the following issue: I configured Eventmetadata and then fire an event like folowing:function createCloudEvent(providerId, eventCode, payload) { let cloudevent = new CloudEvent({ source: 'urn:uuid:' + providerId, type: eventCode, data...
I am trying to setup a webhook for an Adobe IO event. It is failing on the validation step. For the asyncronous validation (https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/intro/webhooks_intro.md#asynchronous-validation), I am getting a URL that doesn't...
Hi Team, We have been able to connect from our local environments to our workspaces in IO Console. However, when we deploy to the Cloud Manager (we have followed all instructions from here), we observe a NPE during registration of the event provider since the var/enventproxy is not populated (the no...
I am using Journaling API ,to captured AEP data ingestion events. In the documentation https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/api/journaling_api.md, it says we shall get time-stamp as response . However in reality, am not getting any time-sta...