From 9181b22555215b359563cd4fad14df9df10f8d1c Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 18 Aug 2021 08:31:47 +0000
Subject: [PATCH] Remove mention of privacypolicy option which had been
 deprecated and is removed in consent 1.0.1

---
 docs/simplesamlphp-reference-idp-hosted.md | 12 ------------
 docs/simplesamlphp-reference-sp-remote.md  | 12 ------------
 2 files changed, 24 deletions(-)

diff --git a/docs/simplesamlphp-reference-idp-hosted.md b/docs/simplesamlphp-reference-idp-hosted.md
index 17f3a195b..122814f7e 100644
--- a/docs/simplesamlphp-reference-idp-hosted.md
+++ b/docs/simplesamlphp-reference-idp-hosted.md
@@ -105,18 +105,6 @@ Common options
             'nl' => 'https://example.com/nl',
         ],
 
-`privacypolicy`
-:   This is an absolute URL for where an user can find a
-    privacypolicy. If set, this will be shown on the consent page.
-    `%SPENTITYID%` in the URL will be replaced with the entity id of
-    the service the user is accessing.
-
-:   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.
-
-:   *Note*: **deprecated** Will be removed in a future release; use the MDUI-extension instead
-
 `privatekey`
 :   Name of private key file for this IdP, in PEM format. The filename
     is relative to the `cert/`-directory.
diff --git a/docs/simplesamlphp-reference-sp-remote.md b/docs/simplesamlphp-reference-sp-remote.md
index 8ef4d52ab..2235b35b0 100644
--- a/docs/simplesamlphp-reference-sp-remote.md
+++ b/docs/simplesamlphp-reference-sp-remote.md
@@ -86,18 +86,6 @@ The following options can be set:
 
 :   *Note*: If you specify this option, you must also specify the `OrganizationName` option.
 
-`privacypolicy`
-:   This is an absolute URL for where an user can find a privacypolicy
-    for this SP. If set, this will be shown on the consent page.
-    `%SPENTITYID%` in the URL will be replaced with the entity id of
-    this service provider.
-
-:   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.
-
-:   *Note*: **deprecated** Will be removed in a future release; use the MDUI-extension instead
-
 `AssertionConsumerService`
 :   The URL of the AssertionConsumerService endpoint for this SP.
     This option is required - without it you will not be able to send
-- 
GitLab