Updated Home (markdown)
parent
6db2e12fb1
commit
1d2e794326
10
Home.md
10
Home.md
|
@ -1,12 +1,12 @@
|
|||
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 always available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com).
|
||||
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.2.6**. Development of this series is currently tracked on the **1.2.x** branch. Production systems should use this branch. To upgrade from the legacy 1.0 or 1.1 series, see instructions at [Upgrading to 1.2](wiki/Upgrading-to-1.2).
|
||||
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 the legacy 1.0 or 1.1 series, see instructions at [Upgrading to 1.2](wiki/Upgrading-to-1.2).
|
||||
|
||||
The current legacy release is **1.1.19**. 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.1.x** branch.
|
||||
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.
|
||||
|
||||
The **1.0** and **0.9** release series are no longer supported and [upgrade is strongly recommended](wiki/Upgrading-to-1.2).
|
||||
|
||||
The current development branch is the **master** branch, which will lead to the **1.3.0** release at a future date. No specific release date is currently announced. Developers should work against this branch. Backwards compatibility and data model stability are not guaranteed until release.
|
||||
The current development branch is the **master** branch. Developers should work against this branch. In general, backwards compatibility and data model stability are not guaranteed until release. At the current time, this is tracked to the **1.3.x** branch, but it will be forked at some point in the future.
|
||||
|
||||
With the exception of the current development branch, the data model and schema for each major release branch remains stable over time.
|
||||
|
||||
|
@ -20,6 +20,8 @@ With the exception of the current development branch, the data model and schema
|
|||
|
||||
## Clients
|
||||
* [Client Filter Configuration](wiki/Client-configuration), how to configure the MITREid Connect Client-side filter
|
||||
|
||||
## Protected Resources
|
||||
* [Token Introspecting Filter](wiki/Token-Introspecting-Client-Config), uses Token Introspection to configure a protected resources that can accept tokens from a remote authorization server
|
||||
|
||||
## Servers
|
||||
|
|
Loading…
Reference in New Issue