Skip to content

Files

Latest commit

2c41e6a · Mar 29, 2022

History

History
This branch is up to date with mitreid-connect/OpenID-Connect-Java-Spring-Server:master.

openid-connect-client

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.