diff options
| author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-28 07:47:06 +0000 | 
|---|---|---|
| committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2010-07-28 07:47:06 +0000 | 
| commit | cb0ebde35990eb8fedd2eb4a0b72efdb7f26f961 (patch) | |
| tree | dce7831cb125f77d2d023d03a4b235695e29fd65 /id/server | |
| parent | 25e5ba1011151d2395facbee5f2afd22e3ea1929 (diff) | |
| download | moa-id-spss-cb0ebde35990eb8fedd2eb4a0b72efdb7f26f961.tar.gz moa-id-spss-cb0ebde35990eb8fedd2eb4a0b72efdb7f26f961.tar.bz2 moa-id-spss-cb0ebde35990eb8fedd2eb4a0b72efdb7f26f961.zip | |
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1179 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server')
4 files changed, 0 insertions, 640 deletions
| diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_DE.xml.old b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_DE.xml.old deleted file mode 100644 index 240126693..000000000 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_DE.xml.old +++ /dev/null @@ -1,161 +0,0 @@ -<sl10:TransformsInfo>
 -	<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116"><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#" exclude-result-prefixes="pr saml">
 -				<xsl:output method="xml" xml:space="default"/>
 -				<xsl:template match="/" xmlns="http://www.w3.org/1999/xhtml">
 -					<html>
 -						<head>
 -							<title>Signatur der Anmeldedaten</title>
 -							<style type="text/css" media="screen">.boldstyle { font-weight: bold; } .italicstyle { font-style: italic; } .annotationstyle { font-size: small; } .graybground {background-color: #E0E0E0;}
 -							.titlestyle{ text-decoration:underline; font-weight:bold; font-family: Verdana;  font-size: x-small; } 
 -							.h4style{ font-family: Verdana; }
 -              table.parameters { font-size: x-small; }                                                                        
 -              </style>
 -						</head>
 -						<body>																					
 -							<h4 class="h4style">Anmeldedaten:</h4>																					
 -							
 -							<p class="titlestyle">Daten zur Person</p>																					
 -							<table class="parameters">                		    						
 -								<xsl:if test="normalize-space(//@Issuer)">
 -			      						<tr>
 -			      							<td class="italicstyle">Name:</td>
 -			      							<td>
 -			      								<xsl:value-of select="//@Issuer"/>
 -			      							</td>
 -			      						</tr>
 -		      						</xsl:if>
 -			      					<xsl:if test="string(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue)">
 -			      						<tr>
 -			      							<td class="italicstyle">Geburtsdatum:</td>
 -			      							<td>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,9,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,6,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,1,4)"/>
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if>
 -			      					<xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">Rolle:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OIDTextualDescription']/saml:AttributeValue"/></td>
 -			      						</tr>
 -			      					</xsl:if>
 -							</table>
 -							
 -							<xsl:if test="//saml:Attribute[@AttributeName='MandatorName']">
 -								<hr/>								
 -									<xsl:text>Ich bin weiters ermächtigt als </xsl:text> 
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/>
 -									<xsl:text> von </xsl:text>
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">
 -										<xsl:text>, geboren am </xsl:text> 
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/>
 -									</xsl:if>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">
 -										<xsl:text>, </xsl:text>
 -										<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/>
 -									</xsl:if>
 -									<xsl:text>, in deren Auftrag zu handeln.</xsl:text>																
 -								<p/>
 -							</xsl:if>
 -														                
 -              <p class="titlestyle">Daten zur Anwendung</p>     																												
 -							<table class="parameters">							  
 -                <tr>
 -		      							<td class="italicstyle">Name:</td>
 -		      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='oaFriendlyName']/saml:AttributeValue"/></td>
 -								</tr>								
 -		    						<tr>
 -		      							<td class="italicstyle">Staat:</td>
 -		      							<td>Österreich</td>
 -		    						</tr>        																
 -							</table>													
 -														
 -							<p class="titlestyle">Technische Parameter</p>     	
 -							<table class="parameters">														 
 -								<tr>
 -		    							<td class="italicstyle">URL:</td>
 -		    							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/></td>
 -								</tr>
 -								<xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']">
 -			      						<tr>
 -			      							<td class="italicstyle">Bereich:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/></td>
 -			      						</tr>
 -      								</xsl:if>
 -      								<xsl:if test="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']">
 -			      						<tr>
 -			      							<td class="italicstyle"><xsl:value-of select="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']"/>:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Type"/></td>
 -			      						</tr>
 -      								</xsl:if>    
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='bPK'] or //saml:Attribute[@AttributeName='wbPK']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifikator:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='bPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							    <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>  
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifikator des Vollmachtgebers:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>		    						
 -                    <xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">OID:</td>
 -			      							<td>
 -			      								<xsl:value-of
 -			      									select="//saml:Attribute[@AttributeName='OID']/saml:AttributeValue"/>			      								
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if> 
 -								<xsl:if test="//saml:Attribute[@AttributeName='HPI']">
 -			      						<tr>
 -			      							<td class="italicstyle">HPI:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='HPI']/saml:AttributeValue"/></td>
 -			      						</tr>
 -								</xsl:if>     
 -								<tr>
 -		    							<td class="italicstyle">Datum:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,9,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,6,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,1,4)"/>
 -		    							</td>
 -		    						</tr>
 -		    						<tr>
 -		    							<td class="italicstyle">Uhrzeit:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,12,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,15,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,18,2)"/>
 -		    							</td>
 -    								</tr>
 -							</table>																																			
 -						</body>
 -					</html>
 -				</xsl:template>
 -			</xsl:stylesheet>
 -		</dsig:Transform>
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
 -	</dsig:Transforms>
 -	<sl10:FinalDataMetaInfo>
 -		<sl10:MimeType>application/xhtml+xml</sl10:MimeType>
 -	</sl10:FinalDataMetaInfo>
 -</sl10:TransformsInfo>
 diff --git a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_EN.xml.old b/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_EN.xml.old deleted file mode 100644 index 1f8085aa3..000000000 --- a/id/server/data/deploy/conf/moa-id/transforms/TransformsInfoAuthBlockTable_EN.xml.old +++ /dev/null @@ -1,161 +0,0 @@ -<sl10:TransformsInfo>
 -	<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116"><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#" exclude-result-prefixes="pr saml">
 -				<xsl:output method="xml" xml:space="default"/>
 -				<xsl:template match="/" xmlns="http://www.w3.org/1999/xhtml">
 -					<html>
 -						<head>
 -							<title>Signing the authentication data</title>
 -							<style type="text/css" media="screen">.boldstyle { font-weight: bold; } .italicstyle { font-style: italic; } .annotationstyle { font-size: small; } .graybground {background-color: #E0E0E0;}
 -							.titlestyle{ text-decoration:underline; font-weight:bold; font-family: Verdana;  font-size: x-small; } 
 -							.h4style{ font-family: Verdana; }
 -              table.parameters { font-size: x-small; }                                                                        
 -              </style>
 -						</head>
 -						<body>																					
 -							<h4 class="h4style">Authentication Data:</h4>																					
 -							
 -							<p class="titlestyle">Personal Data</p>																					
 -							<table class="parameters">                		    						
 -								<xsl:if test="normalize-space(//@Issuer)">
 -			      						<tr>
 -			      							<td class="italicstyle">Name:</td>
 -			      							<td>
 -			      								<xsl:value-of select="//@Issuer"/>
 -			      							</td>
 -			      						</tr>
 -		      						</xsl:if>
 -			      					<xsl:if test="string(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue)">
 -			      						<tr>
 -			      							<td class="italicstyle">Date of Birth:</td>
 -			      							<td>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,9,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,6,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,1,4)"/>
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if>
 -			      					<xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">Role:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OIDTextualDescription']/saml:AttributeValue"/></td>
 -			      						</tr>
 -			      					</xsl:if>
 -							</table>
 -							
 -							<xsl:if test="//saml:Attribute[@AttributeName='MandatorName']">
 -								<hr/>								
 -									<xsl:text>I am also authorized as </xsl:text> 
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/>
 -									<xsl:text> of </xsl:text>
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">
 -										<xsl:text>, born on </xsl:text> 
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/>
 -									</xsl:if>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">
 -										<xsl:text>, </xsl:text>
 -										<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/>
 -									</xsl:if>
 -									<xsl:text>, to act on their behalf.</xsl:text>																
 -								<p/>
 -							</xsl:if>
 -														                
 -              <p class="titlestyle">Application Data</p>     																												
 -							<table class="parameters">							  
 -                <tr>
 -		      							<td class="italicstyle">Name:</td>
 -		      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='oaFriendlyName']/saml:AttributeValue"/></td>
 -								</tr>								
 -		    						<tr>
 -		      							<td class="italicstyle">Country:</td>
 -		      							<td>Austria</td>
 -		    						</tr>        																
 -							</table>													
 -														
 -							<p class="titlestyle">Technical Parameters</p>     	
 -							<table class="parameters">														 
 -								<tr>
 -		    							<td class="italicstyle">URL:</td>
 -		    							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/></td>
 -								</tr>
 -								<xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']">
 -			      						<tr>
 -			      							<td class="italicstyle">Sector:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/></td>
 -			      						</tr>
 -      								</xsl:if>
 -      								<xsl:if test="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']">
 -			      						<tr>
 -			      							<td class="italicstyle"><xsl:value-of select="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']"/>:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Type"/></td>
 -			      						</tr>
 -      								</xsl:if>    
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='bPK'] or //saml:Attribute[@AttributeName='wbPK']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifier:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='bPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							    <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>  
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifier of the principal:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>		    						
 -                    <xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">OID:</td>
 -			      							<td>
 -			      								<xsl:value-of
 -			      									select="//saml:Attribute[@AttributeName='OID']/saml:AttributeValue"/>			      								
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if> 
 -								<xsl:if test="//saml:Attribute[@AttributeName='HPI']">
 -			      						<tr>
 -			      							<td class="italicstyle">HPI:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='HPI']/saml:AttributeValue"/></td>
 -			      						</tr>
 -								</xsl:if>     
 -								<tr>
 -		    							<td class="italicstyle">Date:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,9,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,6,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,1,4)"/>
 -		    							</td>
 -		    						</tr>
 -		    						<tr>
 -		    							<td class="italicstyle">Time:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,12,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,15,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,18,2)"/>
 -		    							</td>
 -    								</tr>
 -							</table>																																			
 -						</body>
 -					</html>
 -				</xsl:template>
 -			</xsl:stylesheet>
 -		</dsig:Transform>
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
 -	</dsig:Transforms>
 -	<sl10:FinalDataMetaInfo>
 -		<sl10:MimeType>application/xhtml+xml</sl10:MimeType>
 -	</sl10:FinalDataMetaInfo>
 -</sl10:TransformsInfo>
 diff --git a/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_DE.xml.old b/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_DE.xml.old deleted file mode 100644 index 5640412da..000000000 --- a/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_DE.xml.old +++ /dev/null @@ -1,159 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
 -<VerifyTransformsInfoProfile xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#">
 -	<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116"><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#" exclude-result-prefixes="pr saml">
 -				<xsl:output method="xml" xml:space="default"/>
 -				<xsl:template match="/" xmlns="http://www.w3.org/1999/xhtml">
 -					<html>
 -						<head>
 -							<title>Signatur der Anmeldedaten</title>
 -							<style type="text/css" media="screen">.boldstyle { font-weight: bold; } .italicstyle { font-style: italic; } .annotationstyle { font-size: small; } .graybground {background-color: #E0E0E0;}
 -							.titlestyle{ text-decoration:underline; font-weight:bold; font-family: Verdana;  font-size: x-small; } 
 -							.h4style{ font-family: Verdana; }
 -              table.parameters { font-size: x-small; }                                                                        
 -              </style>
 -						</head>
 -						<body>																					
 -							<h4 class="h4style">Anmeldedaten:</h4>																					
 -							
 -							<p class="titlestyle">Daten zur Person</p>																					
 -							<table class="parameters">                		    						
 -								<xsl:if test="normalize-space(//@Issuer)">
 -			      						<tr>
 -			      							<td class="italicstyle">Name:</td>
 -			      							<td>
 -			      								<xsl:value-of select="//@Issuer"/>
 -			      							</td>
 -			      						</tr>
 -		      						</xsl:if>
 -			      					<xsl:if test="string(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue)">
 -			      						<tr>
 -			      							<td class="italicstyle">Geburtsdatum:</td>
 -			      							<td>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,9,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,6,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,1,4)"/>
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if>
 -			      					<xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">Rolle:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OIDTextualDescription']/saml:AttributeValue"/></td>
 -			      						</tr>
 -			      					</xsl:if>
 -							</table>
 -							
 -							<xsl:if test="//saml:Attribute[@AttributeName='MandatorName']">
 -								<hr/>								
 -									<xsl:text>Ich bin weiters ermächtigt als </xsl:text> 
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/>
 -									<xsl:text> von </xsl:text>
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">
 -										<xsl:text>, geboren am </xsl:text> 
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/>
 -									</xsl:if>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">
 -										<xsl:text>, </xsl:text>
 -										<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/>
 -									</xsl:if>
 -									<xsl:text>, in deren Auftrag zu handeln.</xsl:text>																
 -								<p/>
 -							</xsl:if>
 -														                
 -              <p class="titlestyle">Daten zur Anwendung</p>     																												
 -							<table class="parameters">							  
 -                <tr>
 -		      							<td class="italicstyle">Name:</td>
 -		      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='oaFriendlyName']/saml:AttributeValue"/></td>
 -								</tr>								
 -		    						<tr>
 -		      							<td class="italicstyle">Staat:</td>
 -		      							<td>Österreich</td>
 -		    						</tr>        																
 -							</table>													
 -														
 -							<p class="titlestyle">Technische Parameter</p>     	
 -							<table class="parameters">														 
 -								<tr>
 -		    							<td class="italicstyle">URL:</td>
 -		    							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/></td>
 -								</tr>
 -								<xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']">
 -			      						<tr>
 -			      							<td class="italicstyle">Bereich:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/></td>
 -			      						</tr>
 -      								</xsl:if>
 -      								<xsl:if test="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']">
 -			      						<tr>
 -			      							<td class="italicstyle"><xsl:value-of select="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']"/>:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Type"/></td>
 -			      						</tr>
 -      								</xsl:if>    
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='bPK'] or //saml:Attribute[@AttributeName='wbPK']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifikator:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='bPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							    <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>  
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifikator des Vollmachtgebers:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>		    						
 -                    <xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">OID:</td>
 -			      							<td>
 -			      								<xsl:value-of
 -			      									select="//saml:Attribute[@AttributeName='OID']/saml:AttributeValue"/>			      								
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if> 
 -								<xsl:if test="//saml:Attribute[@AttributeName='HPI']">
 -			      						<tr>
 -			      							<td class="italicstyle">HPI:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='HPI']/saml:AttributeValue"/></td>
 -			      						</tr>
 -								</xsl:if>     
 -								<tr>
 -		    							<td class="italicstyle">Datum:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,9,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,6,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,1,4)"/>
 -		    							</td>
 -		    						</tr>
 -		    						<tr>
 -		    							<td class="italicstyle">Uhrzeit:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,12,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,15,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,18,2)"/>
 -		    							</td>
 -    								</tr>
 -							</table>																																			
 -						</body>
 -					</html>
 -				</xsl:template>
 -			</xsl:stylesheet>
 -		</dsig:Transform>
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
 -	</dsig:Transforms>
 -</VerifyTransformsInfoProfile>
 diff --git a/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_EN.xml.old b/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_EN.xml.old deleted file mode 100644 index 9a067b0ba..000000000 --- a/id/server/data/deploy/conf/moa-spss/profiles/MOAIDTransformAuthBlockTable_EN.xml.old +++ /dev/null @@ -1,159 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
 -<VerifyTransformsInfoProfile xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#">
 -	<dsig:Transforms xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116"><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#" exclude-result-prefixes="pr saml">
 -				<xsl:output method="xml" xml:space="default"/>
 -				<xsl:template match="/" xmlns="http://www.w3.org/1999/xhtml">
 -					<html>
 -						<head>
 -							<title>Signing the authentication data</title>
 -							<style type="text/css" media="screen">.boldstyle { font-weight: bold; } .italicstyle { font-style: italic; } .annotationstyle { font-size: small; } .graybground {background-color: #E0E0E0;}
 -							.titlestyle{ text-decoration:underline; font-weight:bold; font-family: Verdana;  font-size: x-small; } 
 -							.h4style{ font-family: Verdana; }
 -              table.parameters { font-size: x-small; }                                                                        
 -              </style>
 -						</head>
 -						<body>																					
 -							<h4 class="h4style">Authentication Data:</h4>																					
 -							
 -							<p class="titlestyle">Personal Data</p>																					
 -							<table class="parameters">                		    						
 -								<xsl:if test="normalize-space(//@Issuer)">
 -			      						<tr>
 -			      							<td class="italicstyle">Name:</td>
 -			      							<td>
 -			      								<xsl:value-of select="//@Issuer"/>
 -			      							</td>
 -			      						</tr>
 -		      						</xsl:if>
 -			      					<xsl:if test="string(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue)">
 -			      						<tr>
 -			      							<td class="italicstyle">Date of Birth:</td>
 -			      							<td>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,9,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,6,2)"/>
 -			      								<xsl:text>.</xsl:text>
 -			      								<xsl:value-of select="substring(//saml:Attribute[@AttributeName='Geburtsdatum']/saml:AttributeValue,1,4)"/>
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if>
 -			      					<xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">Role:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OIDTextualDescription']/saml:AttributeValue"/></td>
 -			      						</tr>
 -			      					</xsl:if>
 -							</table>
 -							
 -							<xsl:if test="//saml:Attribute[@AttributeName='MandatorName']">
 -								<hr/>								
 -									<xsl:text>I am also authorized as </xsl:text> 
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='RepresentationType']/saml:AttributeValue/text()"/>
 -									<xsl:text> of </xsl:text>
 -									<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorName']/saml:AttributeValue/text()"/>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDateOfBirth']">
 -										<xsl:text>, born on </xsl:text> 
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,9,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,6,2)"/>
 -										<xsl:text>.</xsl:text>
 -										<xsl:value-of select="substring(//saml:Attribute[@AttributeName='MandatorDateOfBirth']/saml:AttributeValue,1,4)"/>
 -									</xsl:if>
 -									<xsl:if test="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']">
 -										<xsl:text>, </xsl:text>
 -										<xsl:value-of select="//saml:Attribute[@AttributeName='MandatorDomainIdentifier']/saml:AttributeValue/text()"/>
 -									</xsl:if>
 -									<xsl:text>, to act on their behalf.</xsl:text>																
 -								<p/>
 -							</xsl:if>
 -														                
 -              <p class="titlestyle">Application Data</p>     																												
 -							<table class="parameters">							  
 -                <tr>
 -		      							<td class="italicstyle">Name:</td>
 -		      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='oaFriendlyName']/saml:AttributeValue"/></td>
 -								</tr>								
 -		    						<tr>
 -		      							<td class="italicstyle">Country:</td>
 -		      							<td>Austria</td>
 -		    						</tr>        																
 -							</table>													
 -														
 -							<p class="titlestyle">Technical Parameters</p>     	
 -							<table class="parameters">														 
 -								<tr>
 -		    							<td class="italicstyle">URL:</td>
 -		    							<td><xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/></td>
 -								</tr>
 -								<xsl:if test="//saml:Attribute[@AttributeName='Geschaeftsbereich']">
 -			      						<tr>
 -			      							<td class="italicstyle">Sector:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='Geschaeftsbereich']/saml:AttributeValue"/></td>
 -			      						</tr>
 -      								</xsl:if>
 -      								<xsl:if test="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']">
 -			      						<tr>
 -			      							<td class="italicstyle"><xsl:value-of select="//saml:Attribute[@AttributeName='IdentityLinkDomainIdentifierType']"/>:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Type"/></td>
 -			      						</tr>
 -      								</xsl:if>    
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='bPK'] or //saml:Attribute[@AttributeName='wbPK']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifier:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='bPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							    <xsl:value-of select="//saml:Attribute[@AttributeName='wbPK']/saml:AttributeValue/pr:Identification/pr:Value"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>  
 -		    						<xsl:if test="//saml:Attribute[@AttributeName='MandatorWbpk']">
 -			      						<tr>    						
 -			      							<td class="italicstyle">Identifier of the principal:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='MandatorWbpk']/saml:AttributeValue/text()"/>
 -			      							</td>			      															
 -			      						</tr>
 -		    						</xsl:if>		    						
 -                    <xsl:if test="//saml:Attribute[@AttributeName='OIDTextualDescription']">
 -			      						<tr>
 -			      							<td class="italicstyle">OID:</td>
 -			      							<td>
 -			      								<xsl:value-of
 -			      									select="//saml:Attribute[@AttributeName='OID']/saml:AttributeValue"/>			      								
 -			      							</td>
 -			      						</tr>
 -			      					</xsl:if> 
 -								<xsl:if test="//saml:Attribute[@AttributeName='HPI']">
 -			      						<tr>
 -			      							<td class="italicstyle">HPI:</td>
 -			      							<td><xsl:value-of select="//saml:Attribute[@AttributeName='HPI']/saml:AttributeValue"/></td>
 -			      						</tr>
 -								</xsl:if>     
 -								<tr>
 -		    							<td class="italicstyle">Date:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,9,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,6,2)"/>
 -		    								<xsl:text>.</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,1,4)"/>
 -		    							</td>
 -		    						</tr>
 -		    						<tr>
 -		    							<td class="italicstyle">Time:</td>
 -		    							<td>
 -		    								<xsl:value-of select="substring(//@IssueInstant,12,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,15,2)"/>
 -		    								<xsl:text>:</xsl:text>
 -		    								<xsl:value-of select="substring(//@IssueInstant,18,2)"/>
 -		    							</td>
 -    								</tr>
 -							</table>																																			
 -						</body>
 -					</html>
 -				</xsl:template>
 -			</xsl:stylesheet>
 -		</dsig:Transform>
 -		<dsig:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"/>
 -	</dsig:Transforms>
 -</VerifyTransformsInfoProfile>
 | 
