Support for ADFS 2025 on server core #381
-
|
The MSI install fails on server core. Is there any workaround? Or is this not yet possible? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Never tested this configuration ! |
Beta Was this translation helpful? Give feedback.
-
|
Understood! Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
I got the MSI to install successfully, using "Application Compatibility Feature on Demand". I will let you know whether it actually works. |
Beta Was this translation helpful? Give feedback.
-
|
MFA worked in the lab with the server core hosts as described. I ran into issue with one of the two ADFS servers returning 'object reference not set to an instance of an object', which ended up being due to error with MFA service not able to write to 'C:\Program Files\MFA\Config\config.db'. The NTFS permissions on this folder were identical between servers. I resolved it by adding the AD machine account into the NTFS permissions on that folder on this server. I suspect this was some kind of issue with the test lab environment, and not an issue with your code. Thanks for developing this! Very impresive. |
Beta Was this translation helpful? Give feedback.
MFA worked in the lab with the server core hosts as described. I ran into issue with one of the two ADFS servers returning 'object reference not set to an instance of an object', which ended up being due to error with MFA service not able to write to 'C:\Program Files\MFA\Config\config.db'. The NTFS permissions on this folder were identical between servers. I resolved it by adding the AD machine account into the NTFS permissions on that folder on this server. I suspect this was some kind of issue with the test lab environment, and not an issue with your code. Thanks for developing this! Very impresive.