summaryrefslogtreecommitdiff
path: root/idp/template-config/edupersontargetdid.xml.add
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-10-02 14:20:48 +0200
committerMarkus Krogh <markus@nordu.net>2017-10-02 14:20:48 +0200
commitaab254a9894c8d04679e7aeffcab22f35eeadf7d (patch)
tree5462a2124adf3d4de99b107835b53ea3fd53d172 /idp/template-config/edupersontargetdid.xml.add
parent818063992c86ac7e6f6b085e6d97886a23af5512 (diff)
Rearange template files. Start on templating
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>