summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
diff options
context:
space:
mode:
authorJonathan Bauer2016-04-13 18:08:59 +0200
committerJonathan Bauer2016-04-13 18:08:59 +0200
commitf540599721c8c47b39b0855c9ec85b61f7727a54 (patch)
tree0d558f81eb93fc2fd12ceaba9846edaaabf94fe3 /remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
parent[rfs-stage31] Support multiple SLX_LOCAL_CONFIGs (space separated) (diff)
downloadtm-scripts-f540599721c8c47b39b0855c9ec85b61f7727a54.tar.gz
tm-scripts-f540599721c8c47b39b0855c9ec85b61f7727a54.tar.xz
tm-scripts-f540599721c8c47b39b0855c9ec85b61f7727a54.zip
[pam-bwidm] initial commit
Diffstat (limited to 'remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml')
-rw-r--r--remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml b/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
new file mode 100644
index 00000000..ef2c9490
--- /dev/null
+++ b/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
@@ -0,0 +1,22 @@
+<SOAP-ENV:Envelope
+ xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
+ xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
+ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns:ecp="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp">
+ <SOAP-ENV:Header>
+ </SOAP-ENV:Header>
+ <SOAP-ENV:Body>
+ <samlp:AuthnRequest
+ ID="__RANDOM_STRING__2"
+ ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
+ AssertionConsumerServiceURL="__AssertionConsumerUrl__"
+ IssueInstant="__2016-04-11T1:24:00Z__"
+ Version="2.0"
+ >
+ <saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
+ __REMOTE_ENTITY_ID__
+ </saml:Issuer>
+ <samlp:NameIDPolicy AllowCreate="1"/>
+ </samlp:AuthnRequest>
+ </SOAP-ENV:Body>
+</SOAP-ENV:Envelope>