OpenID-Connect-Java-Spring-.../openid-connect-client
jevanlingen f1c4b79d4d Log response body if one exists
If the OpenID Connect server returns an invalid client error, you can't find that in the logging (because the real error is only visible in the response body).

Logged:
`HTTP Status 401 - Authentication Failed: Unable to obtain Access Token: 401 Unauthorized`

Non logged:
`{"error_description":"Client authentication failed: Invalid authentication","error":"invalid_client"}`
2016-03-29 10:44:28 +02:00
..
src Log response body if one exists 2016-03-29 10:44:28 +02:00
.gitignore refactored project into four modules: 2013-09-23 17:19:09 -04:00
README.md Update README.md 2014-03-17 16:41:28 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-02-23 19:02:05 -05:00

README.md

OpenID Connect Client

Overview

This project contains an OpenID Connect Client implemented as a Spring Security AuthenticationFilter. The client facilitates a user's authentication into the secured application to an OpenID Connect Java Spring Server following the OpenID Connect Standard protocol.

Configuring

For an example of the Client configuration, see the Simple Web App project.

Full documentation is available on the project documentation wiki pages.