dashboard
repositories
filestore
activity
search
login
modules
/
keycloak-protocol-cas
mirror of
https://github.com/jacekkow/keycloak-protocol-cas
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add SAML 1.1 test to integration test
Daniel Ramos
2022-03-30
9ed06695889c482c9a634d63581dd73bf6db23a3
[modules/keycloak-protocol-cas]
/
integrationTest
/
samlValidateTemplate.xml
1
2
3
4
5
6
7
8
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<samlp:Request xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" MajorVersion="1" MinorVersion="1" RequestID="_example_request" IssueInstant="TIMESTAMP">
<samlp:AssertionArtifact>CAS_TICKET</samlp:AssertionArtifact>
</samlp:Request>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>