Shibboleth 3.x UsernamePassword profile support

Alex Moskvin moskvin.aleksey at gmail.com
Wed Oct 18 16:38:34 EDT 2017


Hi,

Does Shibboleth 3.x supports UsernamePassword profile as described here
https://www.oasis-open.org/committees/download.php/13392/wss-v1.1-spec-pr-UsernameTokenProfile-01.htm
?
If yes then how is it possible to send SOAP authentication request like
this one (specifically I am interested in URL and request semantics -
headers and other mandatory details) -

<S11:Envelope xmlns:S11="..." xmlns:wsse="..." xmlns:wsu= "...">
  <S11:Header>
  ...
    <wsse:Security>
      <wsse:UsernameToken>
        <wsse:Username>NNK</wsse:Username>
        <wsse:Password
Type="...#PasswordDigest">weYI3nXd8LjMNVksCKFV8t3rgHh3Rw==</wsse:Password>
        <wsse:Nonce>WScqanjCEAC4mQoBE07sAQ==</wsse:Nonce>
        <wsu:Created>2003-07-16T01:24:32</wsu:Created>
      </wsse:UsernameToken>
    </wsse:Security>
  ...
  </S11:Header>
...
</S11:Envelope>

Thank you,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20171018/269875f0/attachment.html>


More information about the users mailing list