UNPKG

488 BXMLView Raw
1<?xml version="1.0" encoding="UTF-8"?>
2<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
3 xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
4 >
5 <S:Body>
6 <samlp:ArtifactResolve
7 ID="{{ ECP_REQUEST_ID }}" Version="2.0"
8 IssueInstant="{{ ECP_REQUEST_INSTANT }}">
9
10 <saml:Issuer>{{ &ECP_SP_ID }}</saml:Issuer>
11 <samlp:Artifact>{{ &ARTIFACT }}</samlp:Artifact>
12
13 </samlp:ArtifactResolve>
14 </S:Body>
15</S:Envelope>