OpenID-Connect-Java-Spring-.../openid-connect-client
Mark Janssen a3d01727f9 Make FILTER_PROCESSES_URL public
Currently hardcoded in the filter and the client's Spring Security config; would be nicer to reference the value instead.

c5e70ebd5c/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml (L54)
2015-11-23 21:03:08 -05:00
..
src Make FILTER_PROCESSES_URL public 2015-11-23 21:03:08 -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 [maven-release-plugin] prepare for next development iteration 2015-10-13 18:56:47 -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.