From 595ec8895458f2c9f494adcfc4b7ebf600854340 Mon Sep 17 00:00:00 2001
From: Patrick <pradtke@gmail.com>
Date: Sat, 13 Apr 2019 02:08:04 -0700
Subject: [PATCH] Add link to attributeValueMap authproc (#1097)

---
 docs/simplesamlphp-authproc.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/simplesamlphp-authproc.md b/docs/simplesamlphp-authproc.md
index 20c1eb53b..cda0781a4 100644
--- a/docs/simplesamlphp-authproc.md
+++ b/docs/simplesamlphp-authproc.md
@@ -132,6 +132,7 @@ The following filters are included in the SimpleSAMLphp distribution:
 - [`core:AttributeLimit`](./core:authproc_attributelimit): Limit the attributes in the response.
 - [`core:AttributeMap`](./core:authproc_attributemap): Change the name of the attributes.
 - [`core:AttributeRealm`](./core:authproc_attributerealm): (deprecated) Create an attribute with the realm of the user.
+- [`core:AttributeValueMap`](./core:authproc_attributevaluemap): Map attribute values to new values and attribute name.
 - [`core:Cardinality`](./core:authproc_cardinality): Ensure the number of attribute values is within the specified multiplicity.
 - [`core:CardinalitySingle`](./core:authproc_cardinalitysingle): Ensure the correct cardinality of single-valued attributes.
 - [`core:GenerateGroups`](./core:authproc_generategroups): Generate a `group` attribute for the user.
-- 
GitLab