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

7 lines
393 B
Text
Raw Normal View History

2016-06-02 16:07:45 +00:00
==== Troubleshooting
2016-06-02 21:33:28 +00:00
The best way to troubleshoot some problems is to turn on debugging for saml in both the client adapter and the {{book.project.name}} server.
2016-06-02 16:07:45 +00:00
To do this turn on debugging int the `org.keycloak.saml` package to `debug` in your log4j or other logging framework.
Turning this on allows you to see the SAML requests and response documents being sent to and from the server.