OpenID-Connect-Java-Spring-.../openid-connect-client/README.md

13 lines
632 B
Markdown
Raw Normal View History

2012-06-27 20:09:05 +00:00
# OpenID Connect Client #
2012-05-08 23:52:13 +00:00
2012-06-27 20:09:05 +00:00
## Overview ##
2012-05-08 23:52:13 +00:00
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 Java Spring Server following the OpenID Connect Standard protocol.
2012-06-27 20:09:05 +00:00
## Configuring ##
2012-05-08 23:52:13 +00:00
For an example of the Client configuration, see the [Simple Web App](https://github.com/mitreid-connect/simple-web-app) project.
2012-05-08 23:52:13 +00:00
Full documentation is available on the [project documentation wiki pages](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Client-configuration).
2012-05-08 23:52:13 +00:00