From 998032ea52bdca2845b6c20e99ead5b52d0a462a Mon Sep 17 00:00:00 2001 From: juanifioren Date: Thu, 29 Jan 2015 12:03:43 -0300 Subject: [PATCH] Edit README. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index bdf0912..6b0afd5 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,7 @@ 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 cover ``authorization_code`` flow and ``implicit`` flow, NO support for ``hybrid`` flow at this moment. - Only support for requesting Claims using Scope Values. +- Despite that implementation MUST support TLS. You can make request without using SSL. There is no control on that. ************ Installation