keycloak-scim/securing_apps/topics/saml/java/debugging.adoc

5 lines
361 B
Text
Raw Normal View History

2016-06-02 16:07:45 +00:00
==== Troubleshooting
2017-03-21 18:25:37 +00:00
The best way to troubleshoot problems is to turn on debugging for SAML in both the client adapter and {{book.project.name}} Server. Using your logging framework, set the log level to `DEBUG` for the `org.keycloak.saml` package. Turning this on allows you to see the SAML requests and response documents being sent to and from the server.