Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hello, Is there a ways how I can logout all customers from magento? I would like to implement lock/unlock attribute for customers and I want to make sure that all customers have to login back again so that the ones which are locked cannot login anymore? Can I do that somehow with redis to clear all sessions in magento cloud?
i have a ecommerce frames selling project , so i need to allow users can able to modify them frames him self so , i planned to implement the SDK so anyone kindly guide me how to do it (already refer documents its not muxh understandable for me)
I successfully exchange the JWT Token for an Access Token when using an OAuth2 Application in Adobe Workfront => Setup => System => OAuth2 Applications.I try to use the generated Access Token to consume Workfront Planning API.For example: https://{customer-domain}/maestro/api/v1/workspaces I end up getting 401 Unauthorized.
Hello Everyone.I have a little request/need of informations about the IP of Adobe IO for whitelisting(I did check on the several post and documentation but i'm not sure of what i found ) .My use case is the following : I have an action deployed on Adobe IO that will make some Rest Call on a server B (managed by an external team/ provider)The server B provider is asking me the Adobe IO IPs (or range) so he can whitelist them.Does any of you know where i can find that list?Thank you for your helpRegards.
Hi There, I am using the User Management Action API and trying to remove all users from a group in one go,In the user managment Action commands, I can specify the user and use "all" to remove all user's group memberships"do": [{ "remove": "all" }]but in Group managment action commands, the "remove": "all" is not available, is it possible to use "everyone" or a wildcard to remove all users [not just 10] from a group?I am using the UMAPI sample[{ "user": "existing user's email in admin console goes here", "requestID": "action_8", "do": [{ "remove": { "group": ["Testing Group"] } }] }]
Hi, I am creating a new project using below archetype after that when I run mvn clean install I got an error that ui.frontend module test cases field but I have not made any changes to the test cases files.mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \-D archetypeGroupId=com.adobe.aem \-D archetypeArtifactId=aem-project-archetype \-D archetypeVersion=35 \-D appTitle="Practice SPA React App" \-D appId="wknd-spa-react" \-D artifactId="aem-practice-spa.react" \-D groupId="com.practice.react" \-D frontendModule="react" \-D aemVersion="cloud" does this archetype work?
We are attempting to update the "Actual Hours" on a task via Fusion. I seem to be able to update virtually everything about the task except the Actual Hours field. We are mapping to "actualWork" which is not marked as read only in the documentation but when my scenarios run, there are no errors, but the "actual hours" field does not change. Does anyone know if it is tied to another field that also needs to be updated? We have attempted to update the field with Fusion's built in integration and through an API call, but it is the same result either way.
User management API is disabled. I would like to enable it, could you please tell me how?
Hi,Hi, I am quite new using AEP and the API.I configured Postman as indicated in this document: Set up Developer Console and Postman | Adobe Experience PlatformI managed to successfully run oAuth: Request Access Token (from Identity Management Service collection).I also listed the classes using Schema registry API -> Classes -> List Classes (CONTAINER_ID=global) from Adobe Experience Platform collection and it lists the classes I also see in the UI.I also want to see the custom classes - defined by me in the UI - and tried the same Schema registry API -> Classes -> List Classes with CONTAINER_ID=tenant. However, this time I get an error=403, "GET access denied for this resource from access control". What permission are required for this one to work?Another question: if I use Schema registry API -> Schemas -> List schemas (CONTAINER_ID=global), it returns a result, but quite honestly, I don't know where that is coming from: the names of th
Hey all, first of all, sorry if this is the wrong place, I wasn't sure whether to post here or in one of the AEM channels. Now, I'm trying to move away from Docker for various reasons, and I'm looking into Podman as it seems to be a drop in replacement for Docker, but I haven't been quite able to make it work for me.Running script /docker_entrypoint.d/80-frontend-domain.shWed Sep 4 07:22:05 UTC 2024 Monitoring reload trigger file existence at /etc/httpd/reload startedStarting httpd serverSetting up watches.Watches established.(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80no listening sockets available, shutting downAH00015: Unable to open logs I'm aware that (by default) Podman is rootless, and rootless VMs won't allow you to bind on port 80, so I tried to do this:sysctl net.ipv4.ip_unprivileged_port_start=80However, this seems to have no effect, regardless of whether
"I need to create a custom event that triggers every 5 seconds and performs an action to append a file to an SFTP server. I'm not sure about the workflow. How can I create a custom event that will call my append-action file every time? What steps are needed for this?"
Hello, We have an issue where the security scan tool report shows that the tool can't check whether or not CVE-2024-34102 is applied. In fact, we already applied that isolated patch by these steps:1. Rotate the encryption key manually as a hotfix2. Update the patch version to p9 later on which still includes patch CVE-2024-34102.Anyone have some feedbacks that can help on this issue?Your help will be much appreciated. Thanks
I tried to add the offline_access scope in the link to get the authorization code but got an error saying invalid scope, In the Curl command to generate the access token there is no scope parameter. I am trying to get a refresh token which could be used to generate a new access token once it expires, i.e. After one day.Could someone point me to the correct documentation or provide some suggestions. Thanks.
I am trying to delete a project from the developer console but when i do i get the message "This project cannot be deleted". Then i get linked to this documentation(https://developer.adobe.com/developer-console/docs/guides/projects/#delete-a-project). It says I cannot delete a project that contains a plugin. I tried to see if I was able to delete the plugin file(zxp file) from the project and then maybe I could delete the project itself, but that failed. Are there any work arounds to this?
I am trying to connect server via sFTP and I did code that is given below-- const fetch = require('node-fetch')const { Core } = require('@adobe/aio-sdk')const { errorResponse, stringParameters, checkMissingRequestInputs } = require('../utils')const sftpClient = require('ssh2-sftp-client');// main function that will be executed by Adobe I/O Runtimeasync function main(params) {// create a Loggerconst logger = Core.Logger('main', { level: params.LOG_LEVEL || 'info' })let sftp = new sftpClient();try {// 'info' is the default level if not setlogger. info('Calling the main action')// log parameters, only if params.LOG_LEVEL === 'debug'logger.debug(stringParameters(params))//Check for missing request input parameters and headersconst requiredParams = ['host', 'port', 'username', 'password']const requiredHeaders = []const errorMessage = checkMissingRequestInputs(params, requiredParams, requiredHeaders)if (errorMessage) {// return and log client errorsreturn errorResponse
Hi, I got an email with subject "[Action Required] Your integrations using Service Account (JWT) credentials will need to migrate" to ex staff member account. I wanted to check if he finished it and if so what web apps are using it. I don't see any web apps calling it (but it seems to only go back 6 months) and "Last Service Activity" also shows "None Recorded". I tried contacting Adobe support and they told me to post here. Help please. Danny
Hii, I was creating my PDF converter using Laravel 10, but while installing the PDF service using Composer, I am facing an issue. It is asking me for a username and password to install the package. I am using my client_id as the username, and instead of a password, I am using client_secret. However, I am getting an error in cmd with an invalid credential message. Please help me here.thank you
hiiii want to crop margin from my generated pdf from html to pdf conversion.i am trying to genrate pdf from html to pdf where i am getting extra white margin space around every page which i want to remove using rest api.
We currently have a project setup for as part of our user sync from on-prem AD - and we need to edit this to complete the JWT to OAuth migration. However, for the last few days we've been having a 500 error (see screenshot) when we open the project, and the JWT credential tab is missing. Not sure if this is a transient error on your side and we just need to wait, or if there is an issue with our project? Can we just re-create this with new OAuth creds instead if necessary? Thanks.
I recently enabled JS bundling for my store, which caused the Stripe module not to load in my browser, resulting in the payment button not appearing on my page. Although I updated both the Stripe module and the theme, the issue remains unresolved, and I encountered the following error afterward. If i disable the bundling module load correctly. core.min.js:57 Unable to resolve dependency {name: 'StripeIntegration_Payments/js/stripe_payments_express', parents: Array(1), deps: Array(0), cb: undefined, run: ƒ, …} Please help me and let me know any other data needs.
Hallo,I am looking for an example, how to use the UserSyncTool (UST) in combination with the OAuth-Server-to-Server-Credential with an existing OAuth-AccessToken.Testing the new OAuth-connection always generates a new OAuth-AccessToken. The UST documentation seems to have only an example for the connector-umapi.yml but no example for an OAuth-parameter of the UST v9+ to handle an existing AccessToken.Many Adobe-Websites have an outdated hyperlink to a 404-site (https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md), and at https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/connect_adobe.html only the yml-file is described.Can anyone help me to find an example of an UST-command using an existing OAuth-AccessToken?
Hello I cannot open a ticket and there is no contact form si I am asking here how can I get the last version of Adobe LiveCycle ES4 please ?? Thank you.
Hi all,I'm facing warn entries in my error.log due to a deprecated lucene index. org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene Based on this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/removal-generic-lucene-index for reference search AEM should provide a new index /oak:index/pathreference but I cannot find it on my instances.Anyone faced the same issue?Where I can find the pathreference index definition? Thank you! Fabio
Good morning,I am using the cloud version of AEM, and I want to modify the iframesrc regexp in the /libs/cq/xssprotection/config.xml file.I did the overlay from /libs to /apps in "http://localhost:4502/crx/de/index.jsp".I successfully modified the regexp and saved it, everything went well up to this point.However, I haven't been able to import the changes into the project, so I can't push the change to production environments.Can someone help me understand why the changes are not reflected in the project?Best regards,Thank you!
Hi There, We are building a POC for a GEOlayers UXP plugin. The setup is very simple atm:UXP Plugin that displays a webview of https://editor.geolayers.app Our webapp on editor.geolayers.app uses firebase auth. It works fine across all browsers. However inside a UXP webview the google sign in breaks: Has anyone an idea what's wrong here? I'd love to know what the underlying chromium is doing different that leads to the error. And is there a workaround?I have attached a screedcast and the UXP manifest. Thanks for any advice on this! Best regards,Markus
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.