From 6c4a828aebf9ffc99b061c6733b6f01d22783d69 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Tue, 4 Jun 2019 04:08:11 +0000
Subject: [PATCH] Remove note redundant with two sentences before it.

---
 docs/simplesamlphp-reference-idp-hosted.md | 6 +-----
 docs/simplesamlphp-reference-sp-remote.md  | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/docs/simplesamlphp-reference-idp-hosted.md b/docs/simplesamlphp-reference-idp-hosted.md
index 276d9b7f6..a0cf7db5c 100644
--- a/docs/simplesamlphp-reference-idp-hosted.md
+++ b/docs/simplesamlphp-reference-idp-hosted.md
@@ -148,13 +148,9 @@ Common options
     the user. This attribute is used if SimpleSAMLphp needs to generate
     a persistent unique identifier for the user. This option can be set
     in both the IdP-hosted and the SP-remote metadata. The value in the
-    sp-remote metadata has the highest priority. The default value is
+    SP-remote metadata has the highest priority. The default value is
     `eduPersonPrincipalName`.
 
-:   Note that this option also exists in the SP-remote metadata, and
-    any value in the SP-remote metadata overrides the one configured
-    in the IdP metadata.
-
 
 SAML 2.0 options
 ----------------
diff --git a/docs/simplesamlphp-reference-sp-remote.md b/docs/simplesamlphp-reference-sp-remote.md
index 6d858beb9..96a01825a 100644
--- a/docs/simplesamlphp-reference-sp-remote.md
+++ b/docs/simplesamlphp-reference-sp-remote.md
@@ -103,13 +103,9 @@ and Shibboleth 1.3 protocol:
     the user. This attribute is used if SimpleSAMLphp needs to generate
     a persistent unique identifier for the user. This option can be set
     in both the IdP-hosted and the SP-remote metadata. The value in the
-    sp-remote metadata has the highest priority. The default value is
+    SP-remote metadata has the highest priority. The default value is
     `eduPersonPrincipalName`.
 
-:   Note that this option also exists in the IdP-hosted metadata. This
-    entry in the SP-remote metadata overrides the option in the
-    IdP-hosted metadata.
-
 
 SAML 2.0 options
 ----------------
-- 
GitLab