summaryrefslogtreecommitdiff
path: root/idp/template-config/edupersontargetdid.xml.add
diff options
context:
space:
mode:
Diffstat (limited to 'idp/template-config/edupersontargetdid.xml.add')
-rw-r--r--idp/template-config/edupersontargetdid.xml.add16
1 files changed, 0 insertions, 16 deletions
diff --git a/idp/template-config/edupersontargetdid.xml.add b/idp/template-config/edupersontargetdid.xml.add
deleted file mode 100644
index 8601da6..0000000
--- a/idp/template-config/edupersontargetdid.xml.add
+++ /dev/null
@@ -1,16 +0,0 @@
- <AttributeDefinition xsi:type="SAML2NameID" id="eduPersonTargetedID"
- nameIdFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
- sourceAttributeID="computedId">
- <Dependency ref="ComputedId" />
- <AttributeEncoder xsi:type="SAML1XMLObject" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" />
- <AttributeEncoder xsi:type="SAML2XMLObject" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10" friendlyName="eduPersonTargetedID" />
- </AttributeDefinition>
-
-
- <!-- The V3 IdP uses a new dedicated service for configuring NameID generation. The legacy V2 approach of encoding attributes into identifiers using attribute-resolver.xml and special attribute encoders that generate NameIdentifiers or NameIDs instead of Attributes is supported for compatibility purposes, but is deprecated and may be removed from a future version.-->
- <DataConnector id="ComputedId" xsi:type="ComputedId"
- generatedAttributeID="computedId"
- sourceAttributeID="%{idp.persistentId.sourceAttribute}"
- salt="%{idp.persistentId.salt}">
- <Dependency ref="myLDAP" />
- </DataConnector>