keycloak-scim/topics/saml/java/debugging.adoc
Bill Burke 31c474f37b fixes
2016-06-02 17:33:28 -04:00

6 lines
393 B
Text

==== Troubleshooting
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.
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.