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

Apache CXF not working with waffle windows authentication framework

We are using waffle for NTLM login in our application. we are able to successfully achieve the windows authentication but with waffle, Apache CXF is not when Service.create method tries to get the WSDL file by hitting URL it gets a 401 error. please…
Farhat
  • 1
  • 1
0
votes
1 answer

Waffle SSPI not possible against Windows Integrated Authentication (ADFS/STS)

I try to do real SSO on a windows-client with a java-rich-client to an STS (Secure Token Service). GSSAPI works but I need to at least do a java kinit in front of the call to aquire a TGT. I tried a lot of different approaches until now and I'm…
Andreas
  • 1
  • 1
0
votes
0 answers

Spring security : managing two Authentication Provider

I need to have 2 implementations of AuthenticationProvider required for spring security. One is WindowsAuthenticationProvider (retrieve the user logged in windows - through waffle connector) So I configure like this…
François F.
  • 229
  • 2
  • 17
0
votes
0 answers

How to config Waffle Windows SSO to use only Kerberos not NTLM V2?

Seems waffle-spring-security4 is only configured to use NTLM, not Kerberos. But Kerberos tickets need to perform user delegation and run the openSSH by GSSAPI authentication. NTLM and Kerberos(successor) both are different authentication protocols…
Chandru
  • 81
  • 1
  • 9
0
votes
1 answer

Hardhat waffle local smart contracts testing: Not enough ether to mint NFT

Error message is: Unit tests Governor mint first nft: Error: VM Exception while processing transaction: reverted with reason string 'Not enough ether to purchase NFTs.' at MyNftToken.approve (@openzeppelin/contracts/token/ERC721/ERC721.sol:114) at…
Julia
  • 981
  • 1
  • 8
  • 16
0
votes
0 answers

Mock with Waffle return undefined

I have two contracts, one returns a static value (10) I'd like to mock this value and return 2 (for instance), I'm trying with "mock" according to the documentation, but I still get 10 my test is: describe('test', () => { async function setup() { …
monkeyUser
  • 4,301
  • 7
  • 46
  • 95
0
votes
0 answers

Waffle SpringBoot error logging - Invalid Authorization header: Negotiate

Our application uses Waffle SpringBoot starter to identify the Active Directory user for user authentication of our application. However, everytime a user logs in, there is an error logged though it does not prevent authentication. This has resulted…
Suvo
  • 31
  • 1
  • 2
  • 4
0
votes
1 answer

How do I resolve Java.lang.ClassNotFoundException: waffle. Apache.MixedAuthenticator with Tomcat 9?

I am using Apache Tomcat 9 for running a java project using below pom & encountering the following issue while starting tomcat server. Please provide suggestions to resolve this issue. I am not facing any such issues in apache tomcat 7 but while…
0
votes
1 answer

Get Angular working with Waffle Spring boot + Spring Security and embedded tomcat

I am using this example to find out more about waffle: https://github.com/Waffle/waffle/tree/master/Source/JNA/waffle-demo/waffle-spring-boot-filter2 I am happy because everything works nice in this example. But adding a static HTML document to this…
0
votes
1 answer

Glassfish4 : Waffle SSO Servlet Filter gives Basic auth login popup

I'm trying to implement SSO in my application (using Waffle's example) , where I have kept following jars in app server's lib…
A W
  • 1,041
  • 11
  • 18
0
votes
1 answer

Waffle SSPI how to set the SPNEGO mutualFlag

While trying to solve this problem we noticed a difference between the SPNEGO Requests (KRB_AP_REQ) from our GSSAPI and SSPI client implementations: Using GSSPI the mutalFlag is set to False Using SSPI the mutualFlag is set to True. In our Java…
FlyingSheep
  • 804
  • 1
  • 9
  • 20
0
votes
0 answers

Waffle SSPI Kerberos Single Sign On: Configuring the Encryption Ciphers, and Debugging

How can we configure which Encryption Ciphers a Java Waffle SSPI Kerberos Single Sign On (SSO) client should use? How can we best debug which ciphers are actually being used by the client and server? Background We need to restrict the Encryption…
FlyingSheep
  • 804
  • 1
  • 9
  • 20
0
votes
0 answers

SSPI unexpectedly authenticates for accounts with same passwords

I have written a Java client and server (on Win7 hosts) communicating remotely with RMI. I want the Server to authenticate the Client user without the Client user needing to provide credentials (i.e. single sign on). In order to avail of Window's…
smillied
  • 23
  • 6
0
votes
0 answers

Is There an Authentication Token Stored in Active Directory? Single-Sign On and WAFFLE/KERBEROS

I am tasked with creating SSO (single-sign on) for my company's application. I am straight out of college so am still fresh to the majority of the things at play here. I have done tons of research, I don't fully understand all of it but am doing my…
0
votes
1 answer

How to retrieve user's group/role using Waffle?

I have setup Active Directory and would like to setup SSO. I am using Waffles and would like to know the user's group in my Servlet. How can I retrieve the user's group?
xxestter
  • 441
  • 7
  • 19