From d956fdd814881b81a335fa0d9857f0119ecf3f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 2 Feb 2015 14:50:59 +0100 Subject: [PATCH] doc: document the fact that saml-sp-metadata-url variable exists --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 2067578..aa3edc2 100644 --- a/README +++ b/README @@ -94,6 +94,7 @@ dictionary is:: 'title': 'name of service, 'secret_key': '..', # base secret for Django applications or other needs 'base_url': 'base url of the service', + 'saml-sp-metadata-url': '...', 'template_name': 'demo', # name of the template bundle to use 'variables': { 'variable-1': 'value-of-variable-1'