OpenID-Connect-Java-Spring-.../openid-connect-client
Sofia Ang d361f01999 Fix such that the OAuth2Authentication returned would have a `null` userAuthentication if `user_id` is not found during introspection
`sub` cannot be used to create the user authentication because it may not necessarily refer to the user. Instead if may refer to the client
if the access token happens to be client-only.
2016-12-02 16:08:32 -05:00
..
src Fix such that the OAuth2Authentication returned would have a `null` userAuthentication if `user_id` is not found during introspection 2016-12-02 16:08:32 -05: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 updated versions to 1.3 2016-07-05 14:39:22 -04: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.