Initial MFA page shows with delay #323
-
Question Config: 2xADFS servers within same subnet, AD with ~40K objects, SQL as DB in always on availability mode, PDC is located in another site. checked Network connectivity but couldn't find anything weird, however can investigate more if you provide what other things (i.e. CA server, etc) is involved and might be checked. I'll be more than happy to provide more details in case you need.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
If this problem occurs for every user and every new login. I invite you to look at the “Anti-Replay” side. Have you opened the firewall rules between your 2 ADFS servers tcp port 5987 as indicated in the documentation [Firewall Rules] ??(https://github.com/neos-sdi/adfsmfa/wiki/01-Installation#configure-windows-firewall-rules) Test-NetConnection -ComputerName fqdn.adfsserver.1 -Port 5987
Test-NetConnection -ComputerName fqdn.adfsserver.2 -Port 5987 Another point, your ADFS servers must be located near a domain controller in your LAN. regards |
Beta Was this translation helpful? Give feedback.
-
I have tested by disabling Anti-Replay feature, and it did not work. |
Beta Was this translation helpful? Give feedback.
-
@behrouzamiri try to add domain.com record to your host file. Record should contain ip of nearest domain controller. May be it will help. |
Beta Was this translation helpful? Give feedback.
-
Yes, there is a 15 second timeout. |
Beta Was this translation helpful? Give feedback.
Yes, there is a 15 second timeout.
ADFS should be able to call the MFA Service locally without issue.
On the other hand, for anti replay the ADFS servers are always requested with a timeout of 15 seconds.
ADFS security applies.
I think your firewalls are blocking calls