OpenID-Connect-Java-Spring-.../openid-connect-client
Dmytri Eck 7fd5a4a2e3 Signing JWT based on the default keyId. Currently, it signs based on the first key which has the desired algorithm. 2024-06-04 22:44:09 -04:00
..
src Signing JWT based on the default keyId. Currently, it signs based on the first key which has the desired algorithm. 2024-06-04 22:44:09 -04: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 Add SNAPSHOT back to pom files 2022-03-29 11:29:22 -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 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.