In addition to what Arun mentioned, If you are getting 404 for the robot.txt file when directly accessing it via publisher(Bypassing dispatcher), make sure the anonymous user has access to the location of robot.txt file.
I believe there were some changes done internally to hide the distribution core bundle(Internal ticket - GRANITE-20094). Can you try the following:Navigate to /system/console/configMgr and open the FilterResolverHookFactory configurationSearch for org.apache.sling.distribution.apiAt the end of the ...
Srikanth,You are right, SP ID is Service Provider Entity ID and it will be created on the IDP side. That said, it should be matching with the SP ID configured in the SAML handler.What I was trying to say is, As long as "https://www.mycompany.co.uk" and https://www.mycompany.com points to the same A...
SAML setup is based on the SP(Service Provider) ID. So, " https://www.mycompany.com" will be one SP ID that will be mapped to a corresponding and I don't think this is possible OOTB without any custom code.That said, IF you would like to handle it within one SAML handler, you have to map the https:/...
- Check if you are getting any error in the log files when trying to load miscadmin- Open the developer console in browser and check for any errors in the console OR any failing requests in the network tab- Try upping the json.maximumresults of the Apache Sling Get Servlet
[1] is the node to make the Name column sortable. To make the sorting case insensitive, try using 'sortMode' as 'local' at [2] which is set as 'remote' by default. Refer [3] for more details[1] /libs/dam/gui/content/commons/availablecolumns/name[2] /libs/dam/gui/content/assets/jcr:content/views/list...