ADFS KDFv2 Event-ID: 185

TheBob 21 Reputation points
2021-07-29T05:34:27.583+00:00

Hello @all ,

we gettings the Error Message that KDFv2 are not enabled Event-ID: 185:

Das KDFv2-Feature ist in der AD FS-Farm nicht aktiviert. Bitte stellen Sie sicher, dass alle Farmknoten mit den neuesten Windows-Updates gepatcht sind und die KDFv2-Funktion aktiviert ist, um die Sicherheit der Farm zu erhöhen. Weiter Informationen darüber finden Sie unter https://go.microsoft.com/fwlink/?linkid=2153807.

We using ADFS for Passwort Selfservice and i don't know how to solve the Problem?
Can someone help me?

many thanks in advanced.

TheBob

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,203 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pierre Audonnet - MSFT 10,166 Reputation points Microsoft Employee
    2021-07-29T14:45:26.31+00:00

    FYI - Here is the message in English

    119124-image.png

    It stands for Key Derivation Function version 2. It is used to sign JWT token in OAuth2 scenarios.

    If you don't use OAuth2 on your ADFS farm, you don't really care about it. And could disable it with Set-ADFSProperties -Kdfv2Support:Disabled. I think the documentation will follow soon (I hope :)).

    [MS-OAPXBC]: OAuth 2.0 Protocol Extensions for Broker Clients seems to explain what that’s about: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-winerrata/ec170978-562d-4087-96e4-a80b10dd9fee.


2 additional answers

Sort by: Most helpful
  1. Brownmattc 6 Reputation points
    2021-12-10T16:43:44.227+00:00

    For anyone that finds this thread - you should enable KDFv2

    https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/operations/what-is-kdfv2

    If your servers are 2019 or later and fully patched run this on the primary server: Set-AdfsProperties -KdfV2Support enforce

    If your servers are 2016 or earlier or not fully patched then run this on the primary server: Set-AdfsProperties -KdfV2Support enable

    You need to restart ADFS services on all machines afterwards.

    1 person found this answer helpful.

  2. TheBob 21 Reputation points
    2021-08-04T05:36:56.983+00:00

    Good Morning piaudonn,
    thank's again for helping!
    Now i have no more adfs error or warning Messages.

    Thank you very much and have a good day!

    0 comments No comments