doc: document the fact that saml-sp-metadata-url variable exists

This commit is contained in:
Frédéric Péters 2015-02-02 14:50:59 +01:00
parent 8757d554c7
commit d956fdd814
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -94,6 +94,7 @@ dictionary is::
'title': 'name of service, 'title': 'name of service,
'secret_key': '..', # base secret for Django applications or other needs 'secret_key': '..', # base secret for Django applications or other needs
'base_url': 'base url of the service', 'base_url': 'base url of the service',
'saml-sp-metadata-url': '...',
'template_name': 'demo', # name of the template bundle to use 'template_name': 'demo', # name of the template bundle to use
'variables': { 'variables': {
'variable-1': 'value-of-variable-1' 'variable-1': 'value-of-variable-1'