aboutsummaryrefslogtreecommitdiff
path: root/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml')
-rw-r--r--id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml
index 348546f8d..ab58ac772 100644
--- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml
+++ b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlock_deprecated.xml
@@ -49,13 +49,13 @@
<xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/>
</td>
</tr>
- <xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']">
+ <xsl:if test="//saml:Attribute[@AttributeName='Target']">
<tr>
<td>
<b>Geschäftsbereich:</b>
</td>
<td>
- <xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/>
+ <xsl:value-of select="//saml:Attribute[@AttributeName='Target']/saml:AttributeValue"/>
</td>
</tr>
</xsl:if>
@@ -108,43 +108,43 @@
</tr>
</xsl:if>
</table>
- <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberName']">
- <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='VertretungsArt']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p>
+ <xsl:if test="//saml:Attribute[@AttributeName='MandatorName']">
+ <p>Sie bestätigen weiters, dass sie als <xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/> ermächtigt sind im Auftrag von</p>
<table>
<tr>
<td>
<b>Name:</b>
</td>
<td>
- <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberName']/saml:AttributeValue/text()"/>
+ <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/>
</td>
</tr>
- <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']">
+ <xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">
<tr>
<td>
<b>Geburtsdatum:</b>
</td>
<td>
- <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,9,2)"/>.
- <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,6,2)"/>.
- <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MachtgeberGeburtsdatum']/saml:AttributeValue,1,4)"/>
+ <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>.
+ <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>.
+ <xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/>
</td>
</tr>
</xsl:if>
- <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']">
+ <xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">
<tr>
<td colspan="2">
- <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberRegisternummer']/saml:AttributeValue/text()"/>
+ <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/>
</td>
</tr>
</xsl:if>
- <xsl:if test="//saml:Attribute[@AttributeName='MachtgeberWbpk']">
+ <xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']">
<tr>
<td>
<b>wbPK (*):</b>
</td>
<td>
- <xsl:value-of select="//saml:Attribute[@AttributeName='MachtgeberWbpk']/saml:AttributeValue/text()"/>
+ <xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/>
</td>
</tr>
</xsl:if>