From 1e925b295906ddfa3aa3b35565b3461f2c94e086 Mon Sep 17 00:00:00 2001 From: aanganes Date: Tue, 10 Jul 2012 10:35:56 -0700 Subject: [PATCH] Created Features (markdown) --- Features.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Features.md diff --git a/Features.md b/Features.md new file mode 100644 index 0000000..f809ee1 --- /dev/null +++ b/Features.md @@ -0,0 +1,18 @@ +This page details our compliance level with the OpenID Connect specifications. + +## Currently supported + +The following features are fully supported in our current implementation. + +* Authorization code flow +* Implicit flow (pending an upstream change) +* UserInfo endpoint +... + +## Currently unsupported / pending implementation / incomplete + +The following features are not supported yet, but will be at some point. If we have a projected target for a given feature it will be listed here; if there is no projected target, that only means that we haven't set a target yet, not that it won't happen. + +## Not targeted + +The following features are things that we are not planning on supporting with out implementation. \ No newline at end of file