OpenID-Connect-Java-Spring-.../openid-connect-client
Justin Richer 70779a69ea reorganized dependency management section, managed cross-module dependencies, updated Nimbus JWT library 2015-02-16 14:45:13 -05:00
..
src flagged spurious serialization warnings from the libraries (we're not actually serializing things here) 2015-02-16 12:31:43 -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 reorganized dependency management section, managed cross-module dependencies, updated Nimbus JWT library 2015-02-16 14:45:13 -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.