Updated Home (markdown)

master
Justin Richer 2013-06-03 10:06:39 -07:00
parent d34915db32
commit d0c1f7dfc8
1 changed files with 5 additions and 5 deletions

10
Home.md

@ -2,11 +2,11 @@ MITREid Connect is a reference implementation of the OpenID Connect protocol ser
# Project Information
* [Build Instructions](wiki/Build-instructions)
* [Client Filter Configuration](wiki/Client-configuration)
* [Server Configuration](wiki/Server-configuration)
* [Supported Features](wiki/Features)
* [Architecture](wiki/Architecture)
* [Build Instructions](wiki/Build-instructions), how to build this project using Maven
* [Client Filter Configuration](wiki/Client-configuration), how to configure the MITREid Connect Client-side filter
* [Server Configuration](wiki/Server-configuration), how to configure the MITREid Connect server
* [Supported Features](wiki/Features), a list of current and planned features implemented in MITREid Connect
* [Architecture](wiki/Architecture), an overview of the server's architecture
* [Maven Overlay](wiki/Maven-Overlay-Project-How-To), the recommended way to build and deploy a custom server
* [Server API](wiki/API), RESTful API for managing clients, scopes, whitelists, blacklists, approvals, and tokens