From 453902f5df88294e8209a5d9e16f718d8a953aa5 Mon Sep 17 00:00:00 2001 From: juanifioren Date: Mon, 5 Jan 2015 17:40:40 -0300 Subject: [PATCH] Edit README. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7cdcabc..d209d5b 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,9 @@ Django OpenID Provider Important things that you should know: - - Although OpenID was built on top of OAuth2, this isn't an OAuth2 server. Maybe in a future it will be. - - This just cover the ``authorization_code`` flow, no support for ``implicit`` flow at this moment. +- Although OpenID was built on top of OAuth2, this isn't an OAuth2 server. Maybe in a future it will be. +- This just cover the ``authorization_code`` flow, no support for ``implicit`` flow at this moment. +- Only support for requesting Claims using Scope Values. ************ Installation