Hi all,
Pulling my hair out over this, as I truly feel it shouldn't be this hard!
Background:
New ADFS deployment on Server 2016 (I believe that makes it ADFS 4.0)
Staged all required service accounts
Opted for gMSA (this is where I believe my issues stem from)
DB on Active/Passive clustered SQL 2017
Domain functional level 2012R2 (althought the majority of DCs are 2016)
Servers:
ADFS1
ADFS2
SQLclstr
Accounts:
svcADFS (gMSA)
fs (domain federation service address)
I've deployed the first node without an issues; ADFS1, the database has been created on SQLclstr and it seems to be operational.
Before I can use this in a production environment I need it to be HA. When I attempt to add a second node to ADFS it receive the below errors from the prerequisites check:
There were no SPNs set on the following service account 'contoso\svcADFS$'. Specify the service account used to configure the other Federation Servers in the farm, or set host SPN for the farm on the service account.
Unable to determine the Service SPN. There were no SPNs set on the following service account 'contoso\svcADFS$'. Specify the service account used to configure the other Federation Servers in the farm, or set host SPN for the farm on the service account.
The SPNs do exist, firstly because ADFS1 wouldn't work if they didn't and I've checked from setspn and ADSIedit
Current configured SPNs against svcADFS are:
host/fs
host/fs.contoso.com
http/fs
http/fs.contoso.com
I've exhausted all the google links I can find for the things I know and I'm stuck. Please help me!
Thanks,
-Damo.