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

Java Waffle - absolute beginner

We have a site with Kerberos authentication. I've never used Java and Eclipse before, thus my knowledge is very limited. What I wish to achieve is something like I did with python: def DownloadFileFromSite(url): FileName = '' if 'download'…
CAJ69I
  • 261
  • 1
  • 2
  • 10
0
votes
1 answer

Struts2 not performing setter occasionally

I used Struts2+JSP+Waffle as my Java EE framework. In one of the JSPs, I made a form with post action to transfer data as an object which is something like: ...and the program will set a new…
evanshwu
  • 43
  • 6
0
votes
0 answers

Allow only one group of Active directory to access resources using Waffle

I'm using Waffle to authenticate users on my Web App like in this tutorial: https://github.com/Waffle/waffle/blob/master/Docs/tomcat/TomcatSingleSignOnValve.md But I only want that users on the group ProdGroup be able to access the pages. How can I…
0
votes
1 answer

Waffle Web Application SSO Authentication

I have requirement to implement SSO Authentication and validate user with LDAP / AD server in our web application. The web application is made using Spring (Java) / Hibernate and application server is Jboss in UAT and Websphere in Production. I am…
vnkotak
  • 129
  • 4
  • 14
0
votes
1 answer

How to integrate waffle NegotiateSecurityFilter spring-security with sparkjava embedded jetty?

Our application is using sparkjava http://sparkjava.com/ as the REST framework. The jetty server is embedded in the application (sparkjava default). We are also using spring for dependency injection. For providing AD authentication, we need to…
VJB
  • 1
  • 2
0
votes
1 answer

Getting Current Login in User name using Angular js

I have used Waffle to get the Current Logged in User using Jsp and Tomcat. But how do i replicate the Same using Angularjs . I have used the Demo code in Git for waffle https://dblock.github.com/waffle/ Please help as i am confused of how to get the…
user7161814
0
votes
0 answers

Java SSO: Prompting user and password

I'm trying to do SSO with java. I have waffle and SPNEGO, both works perfectly, but just if i use localhost on the browser, if i use ip or pc-name, he prompt the browser, any tips? I'm using a Windows Server 2012, running tomcat, java 1.8, and i'm…
Thiago Souza
  • 61
  • 1
  • 8
0
votes
1 answer

Synchronous file save in lua waffle

I have a waffle lua web application and I need to process submitted video file using some command-line tools. The problem is that a call to save function on req.form.file is asynchronous so execution proceeds before the file is actually…
Antonio Simunovic
  • 229
  • 1
  • 2
  • 10
0
votes
1 answer

Circular dependency error configuring Spring Security with Spring Boot and Waffle

I am trying to configre Spring Security for my Spring Boot application using Waffle, but it is failing when I run my application. It is saying something about a circular dependency problem on waffleNegotiateSecurityFilter, but I don't understand it…
secondbreakfast
  • 4,194
  • 5
  • 47
  • 101
0
votes
1 answer

Wildfly 10 Windows authentication

I got stuck on servlet's and security filter for a java web application. so I got my web.xml which looks like this: