forked from ehealthsuisse/EPR-by-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path09_ArtifactResolve_raw.xml
28 lines (28 loc) · 1.44 KB
/
09_ArtifactResolve_raw.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<ArtifactResolve xmlns="urn:oasis:names:tc:SAML:2.0:protocol" ID="SAML-D76F77F0-FE57-11EA-8007-9DB4CDFD82EF" Version="2.0" IssueInstant="2020-09-24T13:19:41.822+02:00" Destination="https://fed.idp.ch/nevisauth/services/artifactresolution">
<Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion">https://epdtest.mycompany.local</Issuer>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
<Reference URI="#SAML-D76F77F0-FE57-11EA-8007-9DB4CDFD82EF">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
<DigestValue>R+bMs3semvJBgae/3wnNVZp0eTpIhQQK4+S2KqRj1bM=</DigestValue>
</Reference>
</SignedInfo>s
<SignatureValue> <!-- omitted for brevity --> </SignatureValue>
<KeyInfo>
<X509Data>
<X509Certificate> <!-- omitted for brevity --> </X509Certificate>
</X509Data>
</KeyInfo>
</Signature>
<Artifact>AAQAAOjXNPPr/r7FO5WpiZ+2vAl5KMFibkRaAGwIkwXh+o7DgsG2LMDE58c=</Artifact>
</ArtifactResolve>
</Body>
</Envelope>