waffle icon indicating copy to clipboard operation
waffle copied to clipboard

Enable drop-in Windows Single Sign On for popular Java web servers.

Results 85 waffle issues
Sort by recently updated
recently updated
newest added

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...

bug?

Hi ! Chrome display pop-up authentication windows. But I search results about that, all the answers told that "Google chrome is automatically configured to send the proper credential." , so...

Hi, We are trying to integrate Waffle 1.8.3 NTLM authentication (Negotiate) into one of our legacy application i.e., based on java v7. We have the following existing application architecture i.e,...

See #1214 , try/finally block is being used to perform action that is not directly part of the try block need. This is a bit confusing and causal coding in...

Currently two methods for translating Windows Groups to Application Roles are defined in Waffle: SID and FQN. There is a use case where using neither the SID or the FQN...

question
new feature

Would be nice to use native wildfly integrations. I've played around some trying to figure this out but haven't quite got a native solution. In the meantime, continuing to use...

new feature
chore

I need to access web-services through a network-proxy. The network-proxy requires authentication. The customer expects silent authentication as the current Windows-user (single-sign-on, _no_ password-prompt!). I did lots of research and...

new feature

I'm using waffle mixed-authentication on Glassfish4 , I managed to change the waffle-tomcat jar to comply with web-core jar present in Glassfish . However , Glassfish does not treat 'waffle.apache.WindowsRealm'...

question

hi i am using waffle for windows authentication both in the web tier for authentication and for delegating tickets from server to server to support double hopping nevertheless i can...

We have used Waffle to implement a Java SPENGO SSO Client using SSPI to login to a Java GSSAPI application server running on Windows Server. Everything works fine if RC4...