OpenID-Connect-Java-Spring-.../openid-connect-client
Federica Agostini 20a9ed1a1a Always set access token exp claim
It follows RFC https://datatracker.ietf.org/doc/html/rfc9068
Bumped MitreID version 1.3.6.cnaf-20230914
2023-09-14 12:21:43 +02:00
..
src Merge pull request #1320 from bverhoeven/rfc7662-sub 2018-05-03 14:46:49 -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 Always set access token exp claim 2023-09-14 12:21:43 +02: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.