To enable Strategy SAML log for troubleshooting SAML authentication issues in Strategy JSP Web and Mobile 2019 and above, use the steps below:
WEB-INF/classesand configure the
log4j.appender.SAMLAppender.Fileto an absolute path with forward slash. For example:
log4j.appender.SAMLAppender.File=C:/samlLOG/test.log
log4j.logger.PROTOCOL_MESSAGEto
DEBUGand leave all the other loggers as default. Depending on the specific issue, different loggers can be configured.
log4j.logger.PROTOCOL_MESSAGE=DEBUG
For steps to enable Strategy SAML log for troubleshooting SAML authentication issues in Strategy JSP Web and Mobile 10.6 - 11.0, see KB439425.