diff --git a/modules/core/docs/authproc_targetedid.txt b/modules/core/docs/authproc_targetedid.txt
index c4e939507d002483e878ebfd873a01b42849e17f..72a482599ba9edcc40e4fd87f7e492b9f3f74403 100644
--- a/modules/core/docs/authproc_targetedid.txt
+++ b/modules/core/docs/authproc_targetedid.txt
@@ -51,8 +51,13 @@ Internet2 compatible `eduPersontargetedID`:
                 'class' => 'core:TargetedID',
                 'nameId' => TRUE,
             ),
+            90 => array(
+                'class' => 'core:AttributeMap',
+                'name2oid',
+            ),
         ),
+        'AttributeNameFormat' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
         'attributeencodings' => array(
-            'eduPersonTargetedID' => 'raw',
+            'urn:oid:1.3.6.1.4.1.5923.1.1.1.10' => 'raw', /* eduPersonTargetedID with oid NameFormat. */
         ),
     );