From 5cf5cd840ec93268b6f29e8434c3cce7d2e6ff3b Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 12 Feb 2020 11:27:20 +0000
Subject: [PATCH] sp reference: also link to entity attributes documentation

---
 modules/saml/docs/sp.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md
index 6adcac0ef..45da3fb1a 100644
--- a/modules/saml/docs/sp.md
+++ b/modules/saml/docs/sp.md
@@ -9,11 +9,12 @@ Metadata
 
 The metadata for your SP will be available from the federation page on your SimpleSAMLphp installation.
 
-SimpleSAMLphp supports generating metadata with the MDUI and MDRPI metadata extensions.
-See the documentation for those extensions for more details:
+SimpleSAMLphp supports generating metadata with the MDUI and MDRPI metadata extensions
+and with entity attributes. See the documentation for those extensions for more details:
 
   * [MDUI extension](./simplesamlphp-metadata-extensions-ui)
   * [MDRPI extension](./simplesamlphp-metadata-extensions-rpi)
+  * [Attributes extension](./simplesamlphp-metadata-extensions-attributes)
 
 
 Parameters
-- 
GitLab