Hi @Karl Layland ,
There are a few things you can check:
Verify that the SQL Server instances in the AOAG are running under a domain account, not a local account. Kerberos authentication requires domain accounts.
Ensure that the service principal names (SPNs) are correctly registered for the SQL Server instances and the DNN listener in Active Directory. You can use the "setspn" command-line tool to register SPNs.
Please refer to this MS blog:
Also, there is a useful tool for you: Microsoft® Kerberos Configuration Manager for SQL Server®
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".