Updated Home (markdown)
parent
46cb40dc5c
commit
ed40fe664d
14
Home.md
14
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.
|
||||
* [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).
|
Loading…
Reference in New Issue