Search code examples
single-sign-onwildflywildfly-10spnegogssapi

WildFly 10.1 Load Balancer + Kerberos/SPNEGO


How can I add SPNEGO authentication to a WildFly 10.1 load balancer?

Background:

  • All nodes are running on Windows.
  • The nodes themselves are running on WildFly 8.2.1 (because the application is tight to it) in a Wildfly 8.2.1 domain
  • The load balancer is running WildFly 10.1
  • The nodes are registering with mod_cluster

Solution

  • There isn't much to go by in your post as to what is and is not working. This forum is more about what custom code you have created that isn't working, and we can help you there. It seems in this instance you are looking more for an approach on how to setup Kerberos authentication into your WildFly nodes through a load-balancer. As info, it doesn't matter that there is a load-balancer involved, except that you specify a VIP name for the nodes in DNS and have the VIP name be the fully-qualified DNS host part of the name in the SPN which you will need to setup in order for clients to do Kerberos SSO against the WildFly nodes. I don't know anything about WildFly specifically, but I found this link for you which may help get you started: WildFly 9 - Kerberos Authentication for Domain Management Over HTTP