summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
diff options
context:
space:
mode:
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.xml36
1 files changed, 14 insertions, 22 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
index ef2c9490..ec7f3ff8 100644
--- a/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
+++ b/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
@@ -1,22 +1,14 @@
-<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>
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+ <S:Body>
+ <samlp:AuthnRequest
+ xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
+ AssertionConsumerServiceURL="https://bwlp-masterserver.ruf.uni-freiburg.de/Shibboleth.sso/SAML2/ECP"
+ ID="%REQUESTID%"
+ IssueInstant="%TIMESTAMP%"
+ ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS"
+ Version="2.0">
+ <saml:Issuer xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">https://bwlp-masterserver.ruf.uni-freiburg.de/shibboleth</saml:Issuer>
+ <samlp:NameIDPolicy AllowCreate="1"/>
+ </samlp:AuthnRequest>
+ </S:Body>
+</S:Envelope>