-
Hello, We would like to setup TOTP in our AD environment. We have basic ADFS setup for our on-prem D365 - no issues there. However we want to use Google Authenticator in Windows login - is this even possible? `Yes, the pluggin natively manages rfc6238, for TOTP. this rfc works with authenticator apps I undestand the general logic, however I'm missing a step how to tell Windows 10/11 at login to use adfsmfa plugin.
How far I got.
I have read the guide word for word - 3x times. Also in forums I read that it is possible for users to "set their own" stuff - meaning that there should be some kind of webservice ? Please any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, @EBG-DEV I directly put some remarks in your post. To use adfsmfa:
This is a starting point to follow. then, if you test, you will see that the pluggin is configurable as desired. regards |
Beta Was this translation helpful? Give feedback.
Hi, @EBG-DEV
I directly put some remarks in your post.
To use adfsmfa:
install adfsmfa on each ADFS server in your farm (not on ADFS proxies)
on a Primary ADFS server register the plugin with ADFS (Wiki 01)
Activate the MFA at the ADFS console level in the "Access Control Policies"
follow all Wiki articles
01 - Installation
04 - System Management
05 - General Settings
06 - Data Storage (ADDS/SQL)
07 - Security (You can use the defaults for testing)
08 - MFA Providers (activate and configure the desired providers)
08A - TOTP Provider
08B - Biometric Provider
08C - Email Provider
This is a starting point to follow. then, if you test, you will see that the pluggin is configurable a…