Error to ADD ADFS Server #256
-
Hi! I am trying to add an ADFS. I have already registered the primary ADFS. When I run x, I get the following error in the powershell console:
The following error appears in the event viewer: Do you know what can be the cause? Thank you, Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi, @jredondo18 Below are the steps you must follow to add a new ADFS server to your farm.
For the MFA
regards |
Beta Was this translation helpful? Give feedback.
-
HI @redhook62, Thank you for your response, I have followed all the steps and have verified port 5987 on each server. On both servers they are open and there is connection. I have also restarted the machines, but I still get the same error. Is there anything else I can check? The servers are Windows 2012R2 I have followed all the steps and have verified port 5987 on each server. On both servers they are open and there is connection. I have also restarted the machines, but I still get the same error. Regards. |
Beta Was this translation helpful? Give feedback.
-
No, there is no problem with 2012r2. As stated in the documentation: https://github.com/neos-sdi/adfsmfa/wiki/01-Installation#summary Servers must be added with their name as FQDN. Eg: server2.domain.local In powershell on the main server: post us the screenshot regards |
Beta Was this translation helpful? Give feedback.
-
No, using the same name for servers that are not in the same domain does not comply with Microsoft's specifications. Your 2 servers must be in the same domain, regards |
Beta Was this translation helpful? Give feedback.
No, using the same name for servers that are not in the same domain does not comply with Microsoft's specifications.
Your 2 servers must be in the same domain,
If there have trust relationships, ADFS will be able to authenticate users in the linked domains.
Verify that the ADFS service account is authorized to read the various ADDS attributes to forge its token.
MFA will require read and write rights on the different domain trusts since you are in ADDS mode.
I remind you that all this is clearly indicated in the documentation - installation.
So your ADFS platform is not correct. make sure to upgrade everything, and reinstall the MFA afterwards.
regards