![]() * mitre/master: (153 commits) removed old document PDFs from repo check for missing refresh token value on refresh, closes #1242 removed unused field from UI config bean fixed client readme file Updated copyrights Corrected typo fixed unit test for new default redirect behavior set redirect URI matching to strict by default escaped output values on approval page, closes #1111 added changelog file [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release mitreid-connect-1.3.1 downgrade mysql dependency to GA version Removed double 'sure' fixed discovery endpoint, closes #1230 Completed end session endpoint end session endpoint skeleton of end session endpoint, maybe need a change to user info lookup Fix psql_database script, replace SERIAL with BIGSERIAL and fix ... [maven-release-plugin] prepare for next development iteration ... |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
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.