I was searching a lot about this topic but can't find a solution.
Short description of the requirements:
- SSO on a WebApp under Wildfly 8.2
- Authenticate the Windows User to the Active Directory
- Fallback to Login Form, when SSO fails
- Running in a Domain Configuration of Wildfly
Environment:
- Microsoft AD Windows Server 2012 R2 (1. Machine)
- Microsoft Server 2012 R2 with Wildfly 8.2 (2. Machine)
- The 2.Machine yas joined the Domain
What I tried so far, is bound the AD and the Wildfly Server via ktpass, kinit, ... it works!
Tried following:
github.com/dstraub/spnego-wildfly
Is NOT working in fact, that there is no fallback (form based) and a Problem with the Java Version 1.8.0_45 sourceforge.net/p/spnego/discussion/1003769/thread/700b6941/#cb84.Tried next:
github.com/kwart/spnego-demo
Also not working, it seems the Wildfly 8.2 has a different behavior.WAFFLE Library: Cannot bring that to work under Wildfly, good support for Tomcat but not more.
Has someone made experience with this configuration an has a solution for that?