Git Product home page Git Product logo

Comments (3)

andrusieczko avatar andrusieczko commented on July 20, 2024

Hi Jagadeesh,

I'm sorry for a late response, I was unavailable yesterday.

I have never used neither IIS nor Websphere. Though the library should be agnostic to the system you are using.

How do you try to download the library? Is it through npm? Manual download?

This is a configuration problem on your side, please read about how to use npm modules or github repositories (read access) with your setup.

Also, please let me know if I can close the issue.

Cheers,
Karol

from clip-path-polygon.

Jagadeesh9 avatar Jagadeesh9 commented on July 20, 2024

Hi Karol,

Step1) i have the Jar files guava-13.0.1.jar , jna-3.5.0.jar , platform-3.5.0.jar , slf4j-api-1.7.2.jar , waffle-jna.jar added in lib folder.

Step2)and web.xml have the below configurations

SecurityFilter
waffle.servlet.NegotiateSecurityFilter

          <init-param>
                 <param-name>principalFormat</param-name>
                 <param-value>fqn</param-value>
          </init-param>
          <init-param>
                 <param-name>roleFormat</param-name>
                 <param-value>both</param-value>
          </init-param>
          <init-param>
                 <param-name>allowGuestLogin</param-name>
                 <param-value>true</param-value>
          </init-param>
          <init-param>
                 <param-name>waffle.servlet.spi.NegotiateSecurityFilterProvider/protocols</param-name>
                 <param-value>
                       Negotiate
                       NTLM</param-value>
          </init-param>
   </filter>

   <filter-mapping>
          <filter-name>SecurityFilter</filter-name>
          <url-pattern>/*</url-pattern>
   </filter-mapping>

Step3)request.getUserPrincipal().getName(). --> getting domainuserid

The setup is working fine when I access application using Server name and port # in my Local machine where we are not using any IIS and Websphere plugins.

but if we hit the application URL without port throwing windows authentication 401 error.

regards,
Jagadeesh

from clip-path-polygon.

andrusieczko avatar andrusieczko commented on July 20, 2024

Hi Jagadeesh,

In the code you shared, I don't see any references to my library. Hence I can't even suspect how are you trying to use it.

Cheers,
Karol

from clip-path-polygon.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.