summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam-bwidm/data/opt/openslx/bwidm_soap.xml
blob: ec7f3ff82c126a6a87a29ae2445437317ca3f0b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>