<?xml version="1.0" encoding="UTF-8" ?> <sl11:CreateXMLSignatureRequest xmlns:dsig='http://www.w3.org/2000/09/xmldsig#' xmlns:sl10='http://www.buergerkarte.at/namespaces/securitylayer/20020225#' xmlns:sl11='http://www.buergerkarte.at/namespaces/securitylayer/20020831#'> <sl11:KeyboxIdentifier>SecureSignatureKeypair</sl11:KeyboxIdentifier> <sl11:DataObjectInfo Structure='detached'> <sl10:DataObject Reference=''/> <sl10:TransformsInfo> <dsig:Transforms> <dsig:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/> <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"> <xsl:template match="/" xmlns="http://www.w3.org/1999/xhtml"> <html> <body> Bitte bestätigen Sie mit Ihrer Unterschrift folgende Angaben: <br/> <table border="1"> <tr> <td> <b>Name:</b> </td> <td> <xsl:value-of select="//@Issuer"/> </td> </tr> <tr> <td> <b>Zeit:</b> </td> <td> <xsl:value-of select="//@IssueInstant"/> </td> </tr> <tr> <td> <b>Applikation:</b> </td> <td> <xsl:value-of select="//saml:Attribute[@AttributeName='OA']/saml:AttributeValue"/> </td> </tr> <tr> <td> <b>Geschäftsbereich:</b> </td> <td> <xsl:value-of select="//saml:Attribute[@AttributeName='Geschäftsbereich']/saml:AttributeValue"/> </td> </tr> <tr> <td> <b>Anmeldeserver:</b> </td> <td> <xsl:value-of select="//saml:NameIdentifier"/> </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>text/html</sl10:MimeType> </sl10:FinalDataMetaInfo> </sl10:TransformsInfo> </sl11:DataObjectInfo> <sl11:SignatureInfo> <sl11:SignatureEnvironment> <sl10:XMLContent><saml:Assertion xmlns:saml='urn:oasis:names:tc:SAML:1.0:assertion' MajorVersion='1' MinorVersion='0' AssertionID='any' Issuer='Hermann Muster' IssueInstant='2003-04-29T09:40:46+02:00'> <saml:AttributeStatement> <saml:Subject> <saml:NameIdentifier>https://localhost:8443/auth</saml:NameIdentifier> </saml:Subject> <saml:Attribute AttributeName='Geschäftsbereich' AttributeNamespace='http://reference.e-government.gv.at/namespace/moa/20020822#'> <saml:AttributeValue>gb</saml:AttributeValue> </saml:Attribute> <saml:Attribute AttributeName='OA' AttributeNamespace='http://reference.e-government.gv.at/namespace/moa/20020822#'> <saml:AttributeValue>https://localhost:9443/</saml:AttributeValue> </saml:Attribute> </saml:AttributeStatement> </saml:Assertion></sl10:XMLContent> </sl11:SignatureEnvironment> <sl11:SignatureLocation Index='2'>/saml:Assertion</sl11:SignatureLocation> </sl11:SignatureInfo> </sl11:CreateXMLSignatureRequest>