Support Article
How to enable authentication for System Management Application
SA-2450
Summary
How to enable authentication for the System Management Application (SMA)?
Resolution
See the following article and document for instructions on how to implement authentication for SMA:
https://pdn.pega.com/implementing-authentication-prsysmgmt-and-prdbutil
https://pdn.pega.com/documents/prpc-61-system-management-application-reference-guide
In Tomcat, users must be mapped to the PegaDiagnosticUser role in the tomcat-users.xml file, as illustrated by the following example:
<role rolename="PegaDiagnosticUser"/>
<user username="user1" password="secret" roles="PegaDiagnosticUser"/>
<user username="user1" password="secret" roles="PegaDiagnosticUser"/>
Published August 29, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.