We want to enable basic authentication to access servlets at the /bin/<project> on author instances.
This approach is working perfectly fine on Publisher with some dispatcher config updates.
What configuration would be needed to allow /bin/<project> with Basic Auth on AMS author environment?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @sonaliku!
As already mentioned by @DPrakashRaj, AMS setups come with a Dispatcher for both, Publish and author side. So you should be able to enable Basic Authentication for a specific path (e. g. /bin/project as mentioned in your question) by adding the according configuration to your webserver configuration.
There are other things to consider, though:
Hope this helps!
In AMS author and publisher are both behind the dispatcher. Please check the filter rules in dispatcher configs for author, if you are allowing the servlet path in allow rule. Should have similar dispatcher configuration on author for this servlet like dispatcher for publisher.
Hi @sonaliku!
As already mentioned by @DPrakashRaj, AMS setups come with a Dispatcher for both, Publish and author side. So you should be able to enable Basic Authentication for a specific path (e. g. /bin/project as mentioned in your question) by adding the according configuration to your webserver configuration.
There are other things to consider, though:
Hope this helps!
Views
Likes
Replies