From 335c2c90f58bc8f1014a172cf27594f387992a3e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 30 2016 11:24:57 +0000 Subject: Document how to registed the oidc server in the README --- diff --git a/README.rst b/README.rst index 24d78eb..b8c0aa7 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,10 @@ OK -- with that done, now install the dependencies from PyPI:: $ pip install -r requirements.txt +Configure the project to authentify against iddev.fedorainfraclouid.org:: + + oidc-register --debug https://iddev.fedorainfracloud.org/ http://localhost:5000 + With that, try running the app with:: $ python populate.py # To create the db