Hi @arunpatidar I have used Azure to get the idp certificate. I'm sorry that I'm very new to this SAML integration. I have configured everything in the ConfigMgr as per the guide. But now I don't know how and where to check this saml so it's working correctly or not. As usual I'm logging into AEM a...
@arunpatidar External Idp means which url i need to use, Is it from the Azure (configured for certificate) or adobe ? As of now, I can login to aem author without entering username and password.
Thank you @arunpatidar . I have started my aem author instance and it doesn't asking me the credentials directly it took me to the aem admin console. Is this why we are using SAML integration, since I'm new to SAML.
Hi All, I am trying to integrate SAML to AEM for this I have followed below Azure article. I have done all the steps. When I try to test the url it throws the below error. can someone help me ??https://medium.com/adobetech/saml-authentication-in-aem-using-microsoft-azure-active-directory-30d668338a8...
Hello All, I want to do SAML integration with AEM local instance. I have referred some articles it says to create trustlink with IDp certficate. Don't know how to get that certificate. Can someone help me with this ??
Hi , I am trying to send form data to servlets (path based servlet ) using ajax. Here I have written the code but it's not working. When I submit the form nothing is happening just it refreshes the page. And I don't see any form data in servlet path. Any idea how to resolve this ?? <button data-s...
Hi all, I have created registration form using Core form container. I need to save this data in a path based servlet. I have mentioned the servlet path but I'm getting only null values instead of the form fields. I have mentioned the correct name field for getting the parameter. my servlet path: m...
Hi All, I want to save my core form container data to json format so I can use that json file into my servlets or api like wherever I want. Is it possible to save form data as json ??
Hello, I am testing one servlet in aem, for that I have given some print statements through system.out.println. I am using IntelliJ IDE I just want to check the output in the IDE, where do I check ?? Any idea ?
Hi, I have created custom form action to invoke third party API after submitting the AEM form container. Now I want to call the Servlet which will have code for the api call. When I select custom action in the form container it asking for the id. Plese help. and here is my sevlet codepackage com.ado...