Question
Apple Inc
US
Last activity: 4 May 2018 2:23 EDT
Pega asking for authentication again
Hello,
Pega Keep on asking user id/pwd.. initially thought it might be due to PegaDiagonisticUser which by disabling from web.xml it will go off but still am getting again., anyone faced similar issues.. please share your views.
"Authentication Required" popup
FYI.. below tag in web.xml is kept in comment, to avoid Auth req popup.
<security-constraint>
<web-resource-collection>
<web-resource-name>Diagnostic Data</web-resource-name>
<description>Serves diagnostic files generated by the JMX client</description>
<url-pattern>/DiagnosticData</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
Hello,
Pega Keep on asking user id/pwd.. initially thought it might be due to PegaDiagonisticUser which by disabling from web.xml it will go off but still am getting again., anyone faced similar issues.. please share your views.
"Authentication Required" popup
FYI.. below tag in web.xml is kept in comment, to avoid Auth req popup.
<security-constraint>
<web-resource-collection>
<web-resource-name>Diagnostic Data</web-resource-name>
<description>Serves diagnostic files generated by the JMX client</description>
<url-pattern>/DiagnosticData</url-pattern>
<http-method>GET</http-method>
<http-method>POST</http-method>
</web-resource-collection>
<auth-constraint>
<role-name>PegaDiagnosticUser</role-name>
</auth-constraint>
</security-constraint>