not able to hit the URL in this code can someone suggest the inputsimport org.apache.http.client.methods.HttpGet; import org.apache.http.client.methods.CloseableHttpResponse; import org.apache.http.impl.client.CloseableHttpClient; import org.apache.http.impl.client.HttpClients; import org.apache.htt...
I would like to establish a user assigned managed identity with my azure subscription which has access to various resources (namely, a keyvault). How do I configure Federated Identity Credentials on this managed identity such that AEMaaCS can leverage it to communicate with my azure resources? Alter...
Hi everyone,I have a requirement for the blocks in the universal editor where for richtext editor I have to limit the text till 100 char, in the dropdown I have to show sone option by default selected. how can we achieve this. for text fild I tried "validation": {"maxLength": 100} and it works. but ...
Issue Overview I am working in AEM and need to hide the "Publish" button that appears when hovering over individual folders in a specific path. Currently, the button is displayed dynamically for each folder, and when the cursor is removed, it disappears automatically. I have tried using the granite:...
Hi, everyone! I'll put a little bit in situation, we have a project under the path /content/espacio-comunicaciones, let's put as an example a page of this project that is hosted in AEM in /content/espacio-comunicaciones/es/home. On this project, we have already implemented that if a user accesses in...
Can i use the JS at /libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.js for multiple values of the same dropdown.For eg: I want a container to be shown when val1 is selected and also when val2 is selected in the dropdown. I have tried comma se...
AEM as Cloud serviceCurrently our content structure starts with /content/website/ca/en.html and /content/website/ca/fr.html (and these are the landing page) And page structure follows as below /content/website/ca/en /content/website/ca/en/products /content/website/ca/en/users /content/web...
Hi all,We are trying to setup SAML integration with our Author environment. As i understand, anyone who tries to login, their User account is created and added to the groups mentioned in the SAML configuration post successful authentication with IDP. Now, in case someone outside of our author group ...
We are trying to set session timeout for the users in AEM Sites author by configuring the "Apache Jackrabbit Oak TokenConfiguration" to 15 mins(900000) for Token Expiration. After 15 mins, the token is getting expiration and forcing the user to re-authenticate by taking the user to the IDP which...
Hi, I need help with an issue involving an empty and invalid CSRF token when submitting the form. I've already included CSRF token in the client header. Here are the error logs: *INFO* [[0:0:0:0:0:0:0:1] [1742872764470] POST /bin/ HTTP/1.1] com.adobe.granite.csrf.impl.CSRFFilter isValidRequest: em...