From ed40fe664d7c7afb83ad80bdb07e1617792e613d Mon Sep 17 00:00:00 2001 From: jricher Date: Thu, 25 Apr 2013 12:38:51 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 62738d5..30c6c06 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,18 @@ +MITREid Connect is a reference implementation of the OpenID Connect protocol server and client, built on the Java, Spring, and Spring Security platforms. + # Project Information * [Supported Features](wiki/Features) * [Build Instructions](wiki/Build-instructions) * [Architecture](wiki/Architecture) - * [Maven Overlay](wiki/Maven-Overlay-Project-How-To) + * [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 # Related Github projects -* [simple-user-repository](https://github.com/jricher/simple-user-repository) -An example implementation of backend user data storage and management. +There are several related projects under the [MITREid Connect](https://github.com/mitreid-connect) umbrella, including: -* [simple-web-app](https://github.com/mitreid-connect/simple-web-app) -A simple application that shows the OpenIdConnectAuthenticationProvider and OIDCAuthenticationFilter in action. \ No newline at end of file +* [simple-web-app](https://github.com/mitreid-connect/simple-web-app) A simple application that shows how to integrate the client filters in a Spring Security application. +* [example-openid-connect-overlay](https://github.com/mitreid-connect/example-openid-connect-overlay) A simple server that shows how to build an overlay of the server for custom deployments. +* [account-chooser](https://github.com/mitreid-connect/account-chooser) A JavaScript and HTML5 application that makes it easy for users to select between multiple issuers. +* [json-web-key-generator](https://github.com/mitreid-connect/json-web-key-generator) A Java application that generates public and private keys in the JSON Web Key format, used by both the server and client components. It is important for real deployments to have their [own key](wiki/Key-generation). \ No newline at end of file