Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you are facing the situation where the ADFS 3.0 (Active Directory Federation Services) service hangs after a restart, the reason might be that the "Microsoft Key Distribution Service" has not started up on-demand as needed by ADFS. This issue seems to occur when ADFS is hosted on a box that is also acting as a domain controller. A nice solution to this issue is to tie startup of "Microsoft Key Distribution Service" to network startup via the following command
sc triggerinfo kdssvc start/networkon
as suggested in the following forum thread:
You might also be interested in reading the following blog post:
https://www.markbrilman.nl/2014/02/ad-fs-2012-r2-hangs-when-installed-on-a-domain-controller/
Comments
- Anonymous
May 08, 2017
Thank you! This saved my bacon...