Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12113

HTTP authentication with only Digest SHA mechanisms fails

XMLWordPrintable

         <cache-container name="clustered" default-cache="sessionCache" statistics="true">
           <transport stack="tcp-stack" site="z9" cluster="clustered" node-name="rhdgserver" />
           <security>
               <authorization>
                  <identity-role-mapper />
                  <role name="admin" permissions="ALL" />
                  <role name="reader" permissions="READ" />
                  <role name="writer" permissions="WRITE" />
               </authorization>
            </security>
           <metrics gauges="true" histograms="true" />
         </cache-container>
         (...)
            <endpoints socket-binding="default" security-realm="default">
               <hotrod-connector name="hotrod">
                 <authentication>
                   <sasl server-name="rhdgserver" mechanisms="DIGEST-SHA-256" qop="auth" />
                 </authentication>
               </hotrod-connector>
               <rest-connector name="rest">
                 <authentication mechanisms="DIGEST-SHA-256"/>
               </rest-connector>
            </endpoints>
      

            fdemeloj1@redhat.com Francisco De Melo Junior
            fdemeloj1@redhat.com Francisco De Melo Junior
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: