OpenID-Connect-Java-Spring-.../openid-connect-client
Justin Richer 729eda1fc1 [maven-release-plugin] prepare release mitreid-connect-1.1.11 2014-10-23 23:33:48 -04:00
..
src if no alg is explicitly set, use the default from the signer 2014-10-23 22:08:32 -04:00
.gitignore
README.md Update README.md 2014-03-17 16:41:28 -04:00
pom.xml [maven-release-plugin] prepare release mitreid-connect-1.1.11 2014-10-23 23:33:48 -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.