![]() 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"}` |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
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.