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

tomcat on windows server is asking users to log into server

I'm running a tomcat site on Windows 2012. The site works for me ( I set it up on the server) but other users get a login prompt when they go to the site. Any ideas? The site uses Windows authentication. At the moment I'm using my credentials for…
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
0
votes
1 answer

How to exclude URL from Waffle authentication?

I have a Java application which runs on Tomcat and authenticates with active directory using Waffle. My requirement is to consume certain rest url hosted in this application without any authentication into picture. The configuration settings are…
Vikram
  • 115
  • 1
  • 3
  • 11
0
votes
1 answer

Waffle gives different user names between Tomcat instances

I'm using Waffle in a Spring application to take advantage of Windows authentication. When I run the application from Gradle, everything works great. I get a result such as domain\user. When I compile down to a war and deploy to a standalone…
user2864874
  • 829
  • 1
  • 9
  • 21
0
votes
1 answer

windows single sign on tomcat through IIS Url rewrite

I'm facing a difficult setup where I have to configure single sign on, based on the logged in used on my tomcat application. I already took some steps which allow me to login via single sign on directly on my tomcat application by using waffle. I…
jelle
  • 770
  • 7
  • 26
0
votes
2 answers

waffle custom error page in spring

I am using waffle 1.7 + spring 4 + spring security 3.2 + thymeleaf. My problem is, that I am unable to provide custom error page when fall-back form logging fails. This is my configuration: @Override protected void configure(HttpSecurity…
kulatamicuda
  • 1,603
  • 2
  • 21
  • 40
0
votes
1 answer

unable to implement waffle authentication, using tomcat on linux. javax.security.auth.login.LoginException:

i am using tomcat on linux, trying to authenticate users using waffle. my META_INF/context.xml is
Eswar Yaganti
  • 2,536
  • 1
  • 20
  • 22
0
votes
0 answers

Java SSO using SPNEGO

I'm newbie in this topic. I need help to implement the authentication Java SSO for a web application over Tomcat 6.0.29. I have read about SPNEGO and proven the examples helloKDC.java and hello_spnego.jsp at http://spnego.sourceforge.net/ wich…
vigisselle
  • 23
  • 6
0
votes
1 answer

spring security authorization only

I am trying to develop a User management tool using Waffle to perform windows authentication with Spring Security. Unfortunately, The only thing that provides me is the authentication part. I would like to assign a Role to a particular user session…
Kyle Bauer
  • 83
  • 1
  • 1
  • 9
0
votes
1 answer

Get Windows User Account Name using Java from Server Side

I am writing Java web application using Spring MVC framework, I hava already done authorization through Windows AD with Spring Security framework. But now, I have to get client's Windows account username, how to do that? I am trying to use WAFFLE…
Madi Sagimbekov
  • 319
  • 5
  • 15
0
votes
2 answers

how to add waffle 1.4 dependency in Maven?

I was trying to add dependency in my existing maven project (maven version 3) for Waffle 1.4 jars. Can someone please help me if you have already done this before? Found this dependency XML for Waffle version 1.3 but could not locate for 1.4. …
user08152017
  • 122
  • 9
0
votes
1 answer

insert a domain name into servlet authentication token

I am using Waffle for an SSO solution in my web-app. Everything works fine but I would like to modify some functionality slightly: Currently, if a user is not connected to the domain the SSO fails and opens a little authorization dialog: The…
egerardus
  • 11,316
  • 12
  • 80
  • 123
0
votes
1 answer

Why won't WAFFLE sign me in when I provide the password manually?

I'm using WAFFLE to integrate a web server with Windows authentication. When I visit the web server using the short hostname, the server is considered "trusted" by both Chrome and IE, and everything works as expected. When I visit the exact same web…
Hakanai
  • 12,010
  • 10
  • 62
  • 132
-1
votes
1 answer

java.security.Principal mapping with AD

I need some help in understanding a basic concept. The HttpServletRequest provides a method called getUserPrincipal() that returns a java.security.Principal object. Using this object we can get the user information from the AD using kerberos…
shirjai
  • 243
  • 2
  • 5
  • 20
1 2 3 4 5 6 7
8