Hello,
Thank you for posting in Q&A forum.
To further troubleshoot this Kerberos authentication issue, please kindly try below steps:
1.Check and ensure that SPN host/hfcyotpdaf1v01.niwashfc.intra is only registered on service account srvadfapp.
Open CMD Window as administrator and run below command:
a.Check SPN
setspn -Q host/hfcyotpdaf1v01.niwashfc.intra
b.Remove incorrect SPN:
setspn -D host/hfcyotpdaf1v01.niwashfc.intra <incorrect_account>
c.Add correct SPN:
setspn -S host/hfcyotpdaf1v01.niwashfc.intra srvadfapp
2.Check if the service account password is correct or not.
3.Restart ADFS service on the primary and secondary server to get changes taken effect by CMD command:
Restart-Service adfssrv
To help other customers who may be facing the same issue, please don't forget to vote if the reply is helpful.
Best Regards
Zunhui