From 4b1bfb3f56d90df1f8e44f3fd03fd77118a3254f Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 12 Apr 2010 05:39:28 +0000
Subject: [PATCH] docs: Remove spNameQualifier from Google Apps sp-remote
 metadata.

The documentation includes a spNameQualifier that matches the entityID
of the Google Apps SP, but we will use the entityID as the
SPNameQualifier by default.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2249 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-googleapps.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/simplesamlphp-googleapps.txt b/docs/simplesamlphp-googleapps.txt
index 5c5057014..0ceaf1658 100644
--- a/docs/simplesamlphp-googleapps.txt
+++ b/docs/simplesamlphp-googleapps.txt
@@ -166,7 +166,6 @@ In the (`saml20-sp-remote.php`) file we will configure an entry for Google Apps
        */
       'google.com' => array(
         'AssertionConsumerService'   => 'https://www.google.com/a/g.feide.no/acs', 
-        'spNameQualifier'            => 'google.com',
         'NameIDFormat'               => 'urn:oasis:names:tc:SAML:2.0:nameid-format:email',
         'simplesaml.nameidattribute' => 'uid',
         'simplesaml.attributes'      => false
-- 
GitLab