Pega log in URL do not redirect to SSOServlet
We have used custom Authentication Service to log into the application and modified prweb.xml file.
We have used SSOServlet for this. However once authentication service activity is executed successfully Application is rediredted to url with "sso" servlet.
Redirected URL : https://hostname:portno/prweb/sso
Error message : HTTP Status 404 - Resource Requested:/sso/
Expected URL : https://hostname:portno/prweb/SSOServlet
Could you please help me to configure this.