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
1 answer

IIOP1002: Principal propagation: Cannot find principal information in subject]]

I have Waffle SSO filter working perfectly fine , but our server logs are now totally filled with lines like below : [2021-05-18T08:54:24.525+0100] [Payara 5.2021.1] [SEVERE] []…
A W
  • 1,041
  • 11
  • 18
1
vote
0 answers

Spring Boot: StackOverflowError HttpServletRequestWrapper getUserPrincipal

in our production log we got the following very long stack traces: java.lang.StackOverflowError: null at javax.servlet.http.HttpServletRequestWrapper.getUserPrincipal(HttpServletRequestWrapper.java:199) ~[tomcat-embed-core-9.0.37.jar!/:4.0.FR] …
1
vote
1 answer

Waffle Bar Chart with scale

I'm trying to recreate this waffle bar chart: https://github.com/hrbrmstr/waffle#waffle-bar-charts-with-scales library(dplyr) library(waffle) storms %>% filter(year >= 2010) %>% count(year, status) -> storms_df ggplot(storms_df, aes(fill =…
Liza
  • 1,066
  • 2
  • 16
  • 26
1
vote
2 answers

Post Parameters Lost with Waffle and IE

For debugging i wrote a really simple Web-Application which contains only a simple JSP Page with a small Form containing a textfield and a submit button. The tomcat is configured to use the Waffle Filter on this page. I know send the Form to the…
Chris
  • 7,675
  • 8
  • 51
  • 101
1
vote
0 answers

Getting error java.lang.NoSuchFieldError: pBuffers

I'm trying to implement SSO (using waffle) in Glassfish 4 . I'm using following jars in Java + Glassfish (I have tweaked glassfish to use JNA 5.5): jna-5.5.0.jar jna-platform-5.5.0.jar waffle-jna-1.9.0.jar (tried with 2.2 as well) As soon as I…
A W
  • 1,041
  • 11
  • 18
1
vote
1 answer

How to configure waffle to use automatic login?

I've got a webpage on Tomcat 8.5 which uses Waffle 1.9.0 to handle single sign on. On localhost it automatically logs me in but since I deployed it on a remote server, it sporadically asks me for credentials and tells me that the website is not…
Merha
  • 119
  • 13
1
vote
0 answers

Waffle Java Client: How to use a specific domain user to authenticate against a web service

The short version: I have a Tomcat hosted Java Spring app and am trying to access a local OData web service that uses Kerberos/NTLM authentication. The app calls the web service automatically on a schedule. As such I have no logged in user. My…
Jon C
  • 306
  • 1
  • 4
  • 10
1
vote
1 answer

Getting Kerberos Service Ticket Using Waffle in Java

I am working on true SSO in Java application running on Windows 10. My application already has Kerberos auth using Java's GSSAPI (but it obviously does not work on any modern Windows, especially with strict security policies and domain users), so I…
Chlorek
  • 138
  • 7
1
vote
2 answers

Waffle: how to force kerberos?

I'm using Waffle for SingleSignOn to a Web Application. It's working fine but I'm wondering if it is possible to force Kerberos avoiding fallback to NTLM.
Neo
  • 1,337
  • 4
  • 21
  • 50
1
vote
0 answers

GSS_S_CONTINUE_NEEDED with apache http client

I'm trying to setup up an http client to authenticate with spnego (apache http client 4.5.2) Here's the code that setups the client System.setProperty("javax.security.auth.useSubjectCredsOnly", "false"); final CredentialsProvider…
Martin Cassidy
  • 686
  • 1
  • 9
  • 28
1
vote
1 answer

Difference between sourceforge SPNEGO vs WAFFLE

Can someone clarify to me the difference between http://spnego.sourceforge.net/ vs https://dblock.github.io/waffle/README.html? I know that the SPNEGO in sourceforge is a small servlet filter that implements the SPNEGO mechanism, but requires…
1
vote
1 answer

Waffle-filter-demo not working

I'm trying to use waffle with java, using a tomcat. When i try to deploy the waffle-filter-demo: https://github.com/Waffle/waffle/tree/master/Source/JNA/waffle-demo/waffle-filter I get this errors on tomcat's log: 02-Feb-2017 09:36:21.252 GRAVE…
Thiago Souza
  • 61
  • 1
  • 8
1
vote
1 answer

Get windows user logged in on WebApp (JAVA)

I´ve been stucked with this task for days now.. In the login form of my web application, before the user could enter the username and password, I want to receive in the request the username of his Windows account. After a lot of research I´ve found…
Santiago
  • 25
  • 1
  • 4
1
vote
0 answers

Using a custom form for Spring Security Waffle authentication instead of the browser popup

I am creating a Spring MVC application that authenticates using Waffle. I have successfully configured it and it works just fine, but I would like to use a custom form instead of the browser popup when the browser does not automatically send their…
secondbreakfast
  • 4,194
  • 5
  • 47
  • 101
1
vote
1 answer

WSO2IS 5.1.0 - IWA not working in Internet Explorer - com.sun.jna.platform.win32.Win32Exception: The token supplied to the function is invalid

We are using WSO2 identity server for user authentication in our product suite. Recently we have upgraded its version from 5.0.0 to 5.1.0. After upgrading to WSO2 identity server 5.1.0 version we are getting following exception when we enable IWA…
ChetanP
  • 65
  • 3