Try OpenEdge Now
skip to main content
New Information
Progress Application Server for OpenEdge : Secure an instance : Authenticate using SAML : Debug logging for SAML
 
Debug logging for SAML
Due to various role implementations by different vendors, you may have to troubleshoot your SAML configuration when a problem occurs. You can enable OpenEdge logging and use the required information to debug the problem.
Open the web-app/WEB-INF/logging.xml file. Un-comment the following lines, and set their value to "DEBUG":

<logger name="org.springframework.security.saml" level="DEBUG"/>
<logger name="org.opensaml" level="DEBUG"/>
<logger name=" PROTOCOL_MESSAGE " level="DEBUG"/>