mirror of https://github.com/jacekkow/keycloak-protocol-cas

Jacek Kowalski
2023-11-24 8560e4a392962f6b1bdd40f444f091f6a36cdbd4
commit | author | age
9ed066 1 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
DR 2     <SOAP-ENV:Header/>
3     <SOAP-ENV:Body>
4         <samlp:Request xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" MajorVersion="1" MinorVersion="1" RequestID="_example_request" IssueInstant="TIMESTAMP">
5             <samlp:AssertionArtifact>CAS_TICKET</samlp:AssertionArtifact>
6         </samlp:Request>
7     </SOAP-ENV:Body>
8 </SOAP-ENV:Envelope>