Hello,
I am trying to setup BasicAuthentication for one of the custom Jaxrs Rest endpoint in delivery tier application.
I am following Delivery Tier Authentication Configuration - Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS
While I am trying to access my endpoint it gives me pop up and when I enter the credentials I am getting “Forbidden” despite entering correct CMS admin credentials as below,
The below config at Jaxrs component,
The below config I have done at site/webapp/src/main/webapp/WEB-INF/web.xml
I changed valve as BasicAuthenticator at site/webapp/src/main/webapp/META-INF/context.xml
Note: all other default configurations do exist at mentioned in the documentation.
Can someone please advice on this?
Thank you for reading till here!!!