Skip to content

Files

Latest commit

May 21, 2025
474fbd4 · May 21, 2025

History

History
This branch is 90 commits ahead of mitreid-connect/OpenID-Connect-Java-Spring-Server:master.

openid-connect-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 21, 2025
Sep 23, 2013
May 27, 2017
May 7, 2025

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.