MFA on windows login

Hi everyone,

I’d like to know if it’s possible to use keycloak to login into windows with MFA. I have an Active Directory on premise (I don’t want to use Azure) and I’d like my users to use MFA. Can you help me please.

Thank you :slight_smile:

Keycloak focuses on integration with OpenID Connect + OAuth 2.0, catering to both web apps and RESTful web services. Consequently, you can seamlessly integrate Active Directory (AD) with Keycloak as User Federation, incorporate OIDC in your web apps, and enable Multi-Factor Authentication (MFA).
However, Windows login, referring to logging into your Windows workstation on your domain controller, is beyond the scope of the supported standard.

1 Like

Thank you for you answer ! I will try to find something else then :slight_smile: !