Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
titleHTTP conduit configuration for spnego with single sign on
 ...
 <conduit name="{http://example.com/}HelloWorldServicePort.http-conduit" xmlns="http://cxf.apache.org/transports/http/configuration">
   <authorization>
      <AuthorizationType>negotiate<<AuthorizationType>Negotiate</AuthorizationType>
   </authorization>
 </conduit>
 ...

...