I am setting up a two server environment. The two servers would be ServerA(Workflow + Server) and ServerB Web + Forms + Weblink + Audit). Both are 2012R2. I am running into an issue where Kerberos just isn't passing through correctly.
I have given delegate access to the Web server in active directory and attempted this as was recommended by someone else in answers. The white paper I read said this should be the only setup that is needed though it was written for IIS7 and WebAccess8. Both application pools are running as ApplicationPoolIdentity. Anonymous access is disabled in the virtual directories.
I am able to login with Kerberos from the machine with Web Access(ServerB) without issues using both a FQDN as well as just the hostname. When I attempt to login from the Laserfiche server I receive a 9013 error in WebAccess and a plain permission denied from Weblink. I have enabled Kerberos logging, and whenever an account is not allowed login, I get a KDC_ERR_BADOPTION error logged in event viewer shown as attached.
Any help would be appreciated.