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
3
votes
0 answers

Waffle with Spring Security fails in IE

I am using Spring Security and Waffle within a Spring Boot application. I have configured waffle using Java-based Spring configuration. (See below.) I have Spring Boot configured to use Tomcat (default) with SSL, but the problem exists even if I…
Mike
  • 1,791
  • 1
  • 17
  • 23
3
votes
2 answers

Waffle Authentication using Tomcat on Linux

UseCase: I will be looking at possible ways to achieve SSO with a Java (Spring based) web app where users belong to a Windows domain and where the users (and their credentials) gets stored in a Windows Active Directory (against which authentication…
Kuldeep Singh
  • 31
  • 1
  • 2
3
votes
1 answer

Java EE WebLogic and Spring with SSO

I'm trying to get SSO working in my Spring app deployed on WebLogic 11. I'm using Waffle implementation for this. I set: entry-point-ref="negotiateSecurityFilterEntryPoint" and
Mungo
  • 61
  • 5
2
votes
0 answers

Impersonating user in remote machine and creating a process as logged in user

We are developing Java web application, it will be deployed and used in the pure Windows platform. Our use case is, couple of licensed Tools/Software in Server needs to be accessed by the associates who has license to those tools. Our plan is to use…
Chandru
  • 81
  • 1
  • 9
2
votes
1 answer

Waffle Chart - FontAwesome issue

there are a few posts about this issue posted elsewhere and I've tried the solutions but can't seem to get it to work. If there is an alternative to waffle that will give me a similar output I'd be keen to know too. I am trying to plot a waffle…
user19250276
  • 101
  • 5
2
votes
1 answer

Identify Windows AD Remote User Spring Boot + Waffle

We are migrating a Struts 1.3 web Application to SpringBoot. A feature of our application is to identify the Windows AD user and then call custom web services to authenticate, assign roles and automatically log into application. In Struts, we used…
user2739655
  • 141
  • 1
  • 3
  • 14
2
votes
0 answers

How to implement mixed authentication using Spring Security providing single sign-on with WAFFLE and form based authentication?

In my Spring Boot based web application there should be two authentication options. On the one hand, single sign-on should be used, which is the default way. On the other hand, a form-based authentication should also be offered. This is commonly…
2
votes
0 answers

LDAP SSO with waffle

I am using a spring 5 web application. I'm totally new to Waffle I would like to use waffle for users to authenticate on my web app with their Windows credentials. Once I get the username, I will do LDAP serach. But I am not sure where I can write…
2
votes
0 answers

Waffle SSO authentication with Basic fallback

I have configured Tomcat SSO authentication with Waffle: This works fine, and supports…
slobo
  • 761
  • 2
  • 9
  • 16
2
votes
1 answer

Run Web Application on Glassfish with newer version of jna library

I hava a web application that should run on glassfish. The application uses jna version 4.1.0 and the jna-4.1.0.jar is packed with the application inside its lib folder. Howerver, as far as I can tell the glassfish itself uses version 3.1 of the…
PKey
  • 3,715
  • 1
  • 14
  • 39
2
votes
0 answers

What are steps to setup SSO in spnego or waffle in embedded JETTY?

What are steps to setup SSO in spnego or waffle in embedded Jetty? I tried Embedded Jetty Validation approach. It fails when i try to setup filter init filter params and add it to context via handler java.lang.IllegalStateException: Context…
2
votes
1 answer

Waffle Kerberos SSO - impersonate changes tomcat user

I have following problem with Waffle and Kerberos. I have Java Servlet application which works on Tomcat and has SSO on Kerberos for which I'm using waffle. To make SSO work I had to enable: impersonate
Martin K.
  • 29
  • 2
2
votes
0 answers

Enabling windows authentication for Java application

We are running a Java application hosted on a windows service. We have the latest version of Jetty web server embedded on the java application. We are running servlets on the Jetty webserver. We have a VB application and another Java application…
Karthick
  • 21
  • 1
2
votes
0 answers

Waffle authentication error

When doing windows authentication using waffle api i am getting this error "waffle.servlet.NegotiateSecurityFilter : error logging in user: The token supplied to the function is invalid" Not sure why.
user3249353
  • 239
  • 1
  • 6
  • 16
2
votes
1 answer

Get list of Active Directory users with authenticated identity thru Waffle (Java)?

I want to allow a user to authenticate and retrieve a full list of Active Directory users without having to enter their password. I'm able to authenticate easily through Waffle and can query information specific to the authenticated user, like the…
bkaiser
  • 647
  • 8
  • 22