Questions tagged [waffle]

WAFFLE is a Windows authentication framework for Java and C#.

WAFFLE is a native Windows Authentication Framework consisting of two C# and Java libraries that perform functions related to Windows authentication, supporting , and . Waffle also includes libraries that enable drop-in Windows Single Sign On for popular Java web servers, when running on Windows.

118 questions
1
vote
0 answers

Spring Security + Waffle: Kerberos authentication fails with IE 11, in Firefox works fine

I have a Spring Boot + Spring Security + Waffle application which can authenticate very well if the pages are visited from Firefox. If I do the same from IE 11, the first authentication sequence performs correctly, but as soon as I try to click on a…
Scorchio
  • 2,763
  • 2
  • 20
  • 28
1
vote
0 answers

Waffle: How to move issue to "in-progress" stage?

We are planning to use waffle for project tracking. We want to move the issue to "in-progress" automatically when work start. As per the recommendation here We move an issue into "In Progress" if you put the issue number at the beginning of the…
LP13
  • 30,567
  • 53
  • 217
  • 400
1
vote
1 answer

UnsatisfiedLinkError - Native Library - jnidispatch.dll

I have a problem using waffle and tomcat 7 to enable login via windows authentication. Everything is working fine but everytime I deploy the application, I get this error: java.lang.UnsatisfiedLinkError: Native Library C:\Program Files …
henriquels
  • 518
  • 4
  • 20
1
vote
0 answers

Waffle authentication not working in Windows

I'm trying to use Waffle in my Java with Tomcat 7 application, but the authentication with windows isn't working. I have an web application which works fine, so I added Maven dependency to Waffle:
Giuseppe Lopes
  • 101
  • 1
  • 7
1
vote
1 answer

How to get detailed information of users authenticated with Waffle?

I am using Spring Security combined with Waffle to authenticate the users of my webapp. I configured Spring Security with the following configuration: import org.springframework.beans.factory.annotation.Autowired; import…
stevecross
  • 5,588
  • 7
  • 47
  • 85
1
vote
2 answers

give access with spring security in xml file for one user

I was using waffle and spring security 3.2 to set access to jsf2 pages. I used this example Everything works fine, but I am curious, if posible to set access to page via xml file for one user??? Something like that:
Darka
  • 2,762
  • 1
  • 14
  • 31
1
vote
1 answer

Windows authentication and email address retrieval using jsp

I am trying to implement the windows authentication using a third party library 'Waffle'. The challenge I am facing is how to retrieve the mail id of the user if we know the User ID and the domain. For example I am able to get the User Id as…
1
vote
2 answers

Is there a way to add a third party servlet in a grails application?

I'm new to grails and wondering whether there is a way to add a third party servlet in a grails application? I'm trying to use Waffle with grails. I was successfully able to use Waffle in an MVC app using spring security as described here:…
Omnipresent
  • 29,434
  • 47
  • 142
  • 186
1
vote
0 answers

restarting tomcat after redeploying a web application

Hi I'm using tomcat and using Waffle for windows authentication. I'm also connecting to an SQL server using the windows credentials too using microsoft's driver. I have a problem that everytime I reload or redeploy the application, i have to…
1
vote
0 answers

Java SSO using waffle on Windows 2003 Server from a C++ client

We have a legacy client-server application with the client written in C++ and server in Java (both running on Windows) using CORBA for communication. Note that the Java application on the server doesn't use TomCat or other application servers. To…
saukap
  • 11
  • 1
0
votes
0 answers

Waffle not working on nginx - error “The token supplied to the function is invalid”

My application runs on tomcat (http) and I use nginx (https) for load balancing. When I authenticate window with waffle using http then everything works fine, but if I run waffle using nginx (https) I get the error “The token supplied to the…
phiphophe
  • 1
  • 4
0
votes
0 answers

Custom application error messages not working when using Waffle

I have Waffle in a Java Spring Boot application. When I throw a custom error, such as the one below, Waffle gets in the middle and sends a different error message to the caller. throw new ResponseStatusException(HttpStatus.BAD_REQUEST); That should…
jkfe
  • 549
  • 7
  • 29
0
votes
0 answers

How to make postman work with Spring Security httpBasic waffle authentication

I configured Spring Security with Waffle as follows. Using waffle to return the Windows logged user as that is needed in the authentication process. pom.xml ... com.github.waffle
jkfe
  • 549
  • 7
  • 29
0
votes
0 answers

Change Order of Spring Boot Security CRSFFilter

I have the following FilterChain (@EnableWebSecurity(debug = true) Logger:) Security filter chain: [ DisableEncodeUrlFilter WebAsyncManagerIntegrationFilter SecurityContextHolderFilter HeaderWriterFilter CorsFilter CsrfFilter …
Jonny
  • 78
  • 1
  • 11
0
votes
1 answer

How to use CreateProcessWithTokenW in Java using JNA

We are using createProcessAsUser function to create a child process running in the context of logged in/Impersonated user using waffle and JNA libraries. But we need to load the user profile after the impersonation, but the LoadUserProfile function…
Chandru
  • 81
  • 1
  • 9