umbraco / UmbracoDocs

The official Umbraco Documentation
https://docs.umbraco.com
MIT License
268 stars 782 forks source link

Two-factor-Authentification #5337

Closed Dreadhorn closed 1 year ago

Dreadhorn commented 1 year ago

What type of issue is it? (Choose one - delete the others)

Missing documentation

What article/section is this about?

(link here)

Describe the issue

The Page is no longe availible, but i would like to use 2fa with Umbraco Members. There is a documentation about 2fa for v12, can i use that for v8?

alina-tincas commented 1 year ago

Hi @Dreadhorn! 👋

That seems interesting! I have looked further into this, and the link you have shared is referencing this documentation which is for v9+. We have moved all documentation from v9 and above from https://our.umbraco.com/ to https://docs.umbraco.com/welcome/ therefore the link cannot be found anymore in our.

The 2fa for members implementation guide can be used only from v9.3.0 as per this PR

However, I have looked further and found some other references that you can use for v8:

biapar commented 1 year ago

Is there an example for 2FA that use SMS/Email and with SPA application?

alina-tincas commented 1 year ago

Hi @biapar, I believe in this case (specific to only SPA) you can take a look at the following Microsoft documentation

Otherwise, you can take a look at our current 2fa documentation for Umbraco 😊