Updated Home (markdown)

master
jricher 2013-04-26 12:23:18 -07:00
parent d1ff0d788b
commit 623341e8db
1 changed files with 3 additions and 2 deletions

@ -2,11 +2,12 @@ MITREid Connect is a reference implementation of the OpenID Connect protocol ser
# Project Information
* [Supported Features](wiki/Features)
* [Build Instructions](wiki/Build-instructions)
* [Client Configuration](wiki/Client-configuration), configuration of the client filter
* [Server Configuration](wiki/Server-configuration), configuration of the server
* [Supported Features](wiki/Features)
* [Architecture](wiki/Architecture)
* [Maven Overlay](wiki/Maven-Overlay-Project-How-To), the recommended way to build and deploy a custom server
* [Client Configuration](wiki/Client-configuration), configuration of the client filter
* [Server API](wiki/API), RESTful API for managing clients, scopes, whitelists, blacklists, approvals, and tokens
# Related Github projects