-
Notifications
You must be signed in to change notification settings - Fork 153
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
Add MFA support #555
Comments
Does Cofoundry support OpenID Connect out of the box (Asp.Net Core does)? If so, wouldn't it make sense to redelegate auth to an external IdP - in which you could use all sorts of authentication mechanisms - instead of trying to keep up with all the ways to do auth? |
@JornWildt We only support local user accounts at present. #200 and #163 cover external auth. Yes it would be ideal to redelegate auth, but a local user accounts system will always be required as a baseline feature. External providers would be a higher priority to MFA support for local user accounts because like you say, it's easier to defer to a 3rd party than trying to keep up. |
Thanks. I'm missing something here or simply using the wrong words. For me "external auth" is the same as "External providers" as well as "single sign on" (using an external identity provider) - but it sounds like there is a difference? You can combine external identity providers with local accounts by associating local accounts with a login to an external IdP. So requiring local accounts is just fine. |
Never mind :-) Lets not use more time on that. |
Add MFA support to the user auth system. As referenced by #554.
The text was updated successfully, but these errors were encountered: