The SAML logout feature is not supported in AEM 5.6 . This is available only in AEM 6. The workaround would be to try providing the SAML logout link in our header as hyperlink for logout. As even in AEM this is what is done. You can then configure your IDP to specify the redirect after logout.
Based on the suggestions if we consider even to have parallel processing on the server side still the client has to wait for the process to complete and the page is not going to available until then. Having the process in backend makes sense if there is more processing that needs to be done after ...
You can try below options to improve the performance.Try build the component as a angular widget to have client side rendering than server side .Make use of lazy loading of the service data/paging instead of loading all data at one.Consume data as a JSON so that the dispatcher can cache the respon...
Hi Sham,Thanks for the response. There is a reference to touchday.jar in the link shared. But I am unable to see the scripts you mentioned. Is there a way to get this or any details on how to set the authentication for author would be helpful.
We are using Adobe CQ (5.6.1) . We need to do load testing and wanted use JMeter (2.11) for this. As CQ Author instance requires authentication for all pages we are facing the challenge to find the way to set the authentication for CQ in JMeter. Please provide the details to set the authenticati...
Hi Sham,The JDK used is OpenJDK Runtime Environment(build 1.7.0_75-mockbuild_2015_01_08_20_32-b00). I have also verified the certificate and it looks fine. Is this a issue with using OpenJDK
We are trying to setup SAML on AEM 5.6.1 for one of our client. We are facing an issue while using the private key. We have generated the private key using OpenSSO using the below commands.openssl genrsa -out SP-server.pem 2048openssl rsa -in SP-server.pem -pubout > SP-public-server.pemopenssl req -...
Looks like SAML authentication has been enabled for the root path. If SAML was not enabled intentionally please access the web console and search for SAML and disable by removing the path. This works fine when you access the crxde as the default handler is used for this.