From 1d2e794326fcfca2f713cd71faba503ddb477926 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Sat, 15 Apr 2017 14:06:22 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 12d81f0..981e71c 100644 --- a/Home.md +++ b/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