-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IUserTwoFactorTokenProvider #37
Comments
@mausch Duo published a few guides that should be helpful in explaining the new flow, and the differences from the prior (Web SDK 2) based prompt. |
Yep sure, thanks. I guess since this is a .NET repo that has a example app I was expecting it to use the standard .NET APIs for 2FA integration. Or if the standard APIs are not to be used with the new Universal Prompt then why? |
@mausch The Duo prompt in general is not a "token" provider suitable for use with the built-in abstractions. It is a web-based flow that involves redirecting the user out of the application and back. While we do have a data object we refer to as a 'token' it is not the type of token that IUserTwoFactorTokenProvider deals with, as far as I can tell. |
Thanks for the quick reply! |
Well, I can see how the old method (what we call "Web SDK 2") could be stretched to be considered a 'token', subject to special validation rules. But I don't think the new scheme can unfortunately. |
We're currently implementing the "Traditional Prompt" and part of this is implementing IUserTwoFactorTokenProvider for Duo.
How do we migrate this to the new "universal prompt"? There seems to be no mention of this anywhere.
Many thanks.
The text was updated successfully, but these errors were encountered: