Multiple chained Credential Providers for Windows logon

瘦欲@ 提交于 2021-02-08 10:33:50

问题


I would like to implement the following authentication scenario on Windows:

  • User provides username and password
  • If username and password authentication succeeds, they are asked one additional question, such as translate a word in a different language or a math question.

This sounds like a MFA/2FA scenario. I am not sure of the "right way" implement it:

  • Do I implement a separate credential provider for the challenge question and chain it to the password credential provider? If so, how do I tell windows to run it?
  • Or do I implement a single credential provider that does both?

Also I want to implement all this locally without the need to use an external server.

Thank you

来源:https://stackoverflow.com/questions/64919778/multiple-chained-credential-providers-for-windows-logon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!