From 78ecc970f174a1a2204e99d7b8dde55998647175 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Tue, 7 Sep 2010 14:06:54 +0000
Subject: [PATCH] docs: Document scope option in idp-hosted.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2529 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-reference-idp-hosted.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/simplesamlphp-reference-idp-hosted.txt b/docs/simplesamlphp-reference-idp-hosted.txt
index 9e2d14d09..47f7842de 100644
--- a/docs/simplesamlphp-reference-idp-hosted.txt
+++ b/docs/simplesamlphp-reference-idp-hosted.txt
@@ -102,6 +102,10 @@ Common options
 :   Passphrase for the private key. Leave this option out if the
     private key is unencrypted.
 
+`scope`
+:   An array with scopes for this IdP.
+    The scopes will be added to the generated XML metadata.
+
 `userid.attribute`
 :   The attribute name of an attribute which uniquely identifies
     the user. This attribute is used if simpleSAMLphp needs to generate
-- 
GitLab