You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
faidh 2c41e6a267 Add SNAPSHOT back to pom files 3 years ago
..
src Merge pull request #1320 from bverhoeven/rfc7662-sub 7 years ago
.gitignore refactored project into four modules: 11 years ago
README.md fixed client readme file 8 years ago
pom.xml Add SNAPSHOT back to pom files 3 years ago

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.