From 2be47dbf28bcaff2f3025566e3925ad569cfef8d Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Fri, 14 Feb 2025 15:01:43 +0100 Subject: [PATCH] chore: add docs for code MFA (#2019) --- docs/kratos/emails-sms/05_custom-email-templates.mdx | 2 +- docs/kratos/mfa/30_sms.mdx | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/kratos/emails-sms/05_custom-email-templates.mdx b/docs/kratos/emails-sms/05_custom-email-templates.mdx index 74592ba0c..23b896d1b 100644 --- a/docs/kratos/emails-sms/05_custom-email-templates.mdx +++ b/docs/kratos/emails-sms/05_custom-email-templates.mdx @@ -112,7 +112,7 @@ automatically uses the built-in template. :::info -The recovery & verification templates only show the versions for the method (**One time code** or **link**) you have selected in +The recovery & verification templates only show the versions for the method (**one-time code** or **link**) you have selected in the flow configuration. - diff --git a/docs/kratos/mfa/30_sms.mdx b/docs/kratos/mfa/30_sms.mdx index 7d13b4be0..2c60f7524 100644 --- a/docs/kratos/mfa/30_sms.mdx +++ b/docs/kratos/mfa/30_sms.mdx @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'; import BrowserWindow from "@site/src/theme/BrowserWindow" ``` -SMS and email can be used to deliver one time codes to users. Ory will deliver a 6-digit code to an SMS / email gateway of your +SMS and email can be used to deliver one-time codes to users. Ory will deliver a 6-digit code to an SMS / email gateway of your choice, such as Twilio, Amazon SNS, SMTP, or your own application. These codes are valid for a short amount of time, usually 15 minutes or less. Once the user completes the challenge, by entering the code, the AAL of the session is upgraded to AAL2. @@ -30,6 +30,15 @@ To enable MFA via SMS, you need to configure an SMS channel in the Ory configura ```mdx-code-block + +``` + +1. Go to . +2. Toggle **Enable one-time code multi factor authentication**. +3. Click **Save**. + +```mdx-code-block + ```