OpenID-Connect-Java-Spring-.../openid-connect-client
Jenkins 9d99c5140e New Development Version 1.3.3.GRESHAM-26-SNAPSHOT 2021-02-26 15:47:08 +00:00
..
src DWN-26566: Added password encoded to the client entity service and changed the Introspection token service to allow parsing of client authorities for api level access 2018-11-14 09:54:41 +00:00
.gitignore refactored project into four modules: 2013-09-23 17:19:09 -04:00
README.md fixed client readme file 2017-05-26 20:17:29 -04:00
pom.xml New Development Version 1.3.3.GRESHAM-26-SNAPSHOT 2021-02-26 15:47:08 +00: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 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.