Updated Home (markdown)

master
aanganes 2012-07-11 06:35:47 -07:00
parent 1e925b2959
commit 078d58f057
1 changed files with 9 additions and 1 deletions

@ -19,3 +19,11 @@ If you run into javax.crypto.JceSecurity errors, do the following:
* [Feature List](wiki/Feature-list) * [Feature List](wiki/Feature-list)
* [Build Instructions](wiki/Build-instructions) * [Build Instructions](wiki/Build-instructions)
* [Architecture](wiki/Architecture) * [Architecture](wiki/Architecture)
# Related Github projects
* [simple-user-repository](https://github.com/jricher/simple-user-repository)
An example implementation of backend user data storage and management.
* [simple-web-app](https://github.com/mitreid-connect/simple-web-app)
A simple application that shows the OpenIdConnectAuthenticationProvider and OIDCAuthenticationFilter in action.