Updated Home (markdown)
parent
ac564dea8c
commit
0bc26a3923
4
Home.md
4
Home.md
|
@ -1,6 +1,6 @@
|
|||
MITREid Connect is a reference implementation of the OpenID Connect protocol server and client, built on the Java, Spring, and Spring Security platforms. Java API documentation and a technical overview for the current stable version (generated by the Maven Site plugin) is available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com).
|
||||
|
||||
The current stable release is **1.3.0**. Development of this series is currently tracked on the **1.3.x** branch. Production systems should use this branch. To upgrade from previous release series, see instructions at [Upgrading](wiki/Upgrading).
|
||||
The current stable release is **1.3.1**. Development of this series is currently tracked on the **1.3.x** branch. Production systems should use this branch. To upgrade from previous release series, see instructions at [Upgrading](wiki/Upgrading).
|
||||
|
||||
The current legacy release is **1.2.6**. Only major security changes that are completely backwards compatible are ported to this branch, no new features are planned or anticipated. Development of this is currently tracked on the **1.2.x** branch.
|
||||
|
||||
|
@ -27,6 +27,8 @@ With the exception of the current development branch, the data model and schema
|
|||
## Servers
|
||||
* [Server Configuration](wiki/Server-configuration), how to configure the MITREid Connect server
|
||||
* [Server API](wiki/API), RESTful API for managing clients, scopes, whitelists, blacklists, approvals, and tokens
|
||||
* [Language Files](wiki/Language-files), configurations for overriding display text for custom deployments or translations
|
||||
* [Clustering](wiki/Clustering), considerations for managing the server as a cluster
|
||||
|
||||
# Related Github projects
|
||||
|
||||
|
|
Loading…
Reference in New Issue