Aguafrommars / TheIdServer

OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
https://theidserver-duende.herokuapp.com/
Apache License 2.0
689 stars 82 forks source link

How to enable 2FA in WsFed #1118

Open Wavesolid opened 10 months ago

Wavesolid commented 10 months ago

when I'm using regular auth from Microsoft, I can use SignInManager to perform 2FA and the code from Microsoft App Authenticator can be usable. But how do I achieve that if I'm using client type like WS-FED/SAML?

aguacongas commented 10 months ago

Not sure those legacies protocols support 2FA. Did you try to setup 2FA at https://yourtheidserver/Identity/Account/Manage/TwoFactorAuthentication and login ?