Skip to content

Commit 5a84501

Browse files
committed
Put in correct folder and fixed links
1 parent e64d07a commit 5a84501

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+78
-77
lines changed

articles/hooks/extensibility-points/send-phone-message.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ v2: true
1515
---
1616
# Send Phone Message
1717

18-
If you decide to use SMS as a factor for <dfn data-key="multifactor-authentication">Multi-factor Authentication (MFA)</dfn>, you can configure how you want Auth0 to send the messages in the [SMS configuration dialog](/multifactor-authentication/factors/sms#administrative-setup).
18+
If you decide to use SMS as a factor for <dfn data-key="multifactor-authentication">Multi-factor Authentication (MFA)</dfn>, you can configure how you want Auth0 to send the messages in the [SMS configuration dialog](/mfa/guides/configure-sms#administrative-setup).
1919

2020
If you select the 'Custom' SMS delivery method, you must create a **Send Phone Message Hook** that will let you write your own code to send the message. This allows you to use whatever SMS provider you want.
2121

@@ -118,11 +118,11 @@ The `context.language` parameter will always have one of the [languages configur
118118
## Keep reading
119119

120120
::: next-steps
121-
- [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
122-
- [Configure a Custom SMS Provider for MFA using Twilio](/multifactor-authentication/send-phone-message-hook-twilio)
123-
- [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
124-
- [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
125-
- [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
121+
- [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
122+
- [Configure a Custom SMS Provider for MFA using Twilio](/mfa/send-phone-message-hook-twilio)
123+
- [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
124+
- [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
125+
- [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
126126
- [Configure SMS Notifications for MFA](/mfa/guides/configure-sms)
127127
- [Extensibility Points](/hooks/extensibility-points)
128128
:::

articles/mfa/_includes/_enable-push-notifications.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
2. Toggle the **Push Notification** slider to enable it.
66

7-
![Enable Push Notifications](/media/articles/multifactor-authentication/mfa-dashboard.png)
7+
![Enable Push Notifications](/media/articles/mfa/mfa-dashboard.png)

articles/mfa/concepts/guardian.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ See the documentation for [Apple Push Notification service (APNs)](https://devel
3535

3636
Instead of integrating with each vendor-specific push notification service, Auth0 push notification is implemented using AWS Simple Notification Service (SNS) which handles the vendor specific integration.
3737

38-
![Guardian Functionality](/media/articles/multifactor-authentication/guardian-functionality.png)
38+
![Guardian Functionality](/media/articles/mfa/guardian-functionality.png)
3939

4040
## Guardian and push notifications
4141

@@ -45,21 +45,21 @@ End users will be prompted to download Auth0 Guardian when trying to sign up or
4545

4646
Once this is all set up, when the user attempts to authenticate as normal, their device will receive a push notification via the app, and once they approve the request, they will be logged in.
4747

48-
<div class="phone-mockup"><img src="/media/articles/multifactor-authentication/guardian-push.png" alt="Guardian Push"/></div>
48+
<div class="phone-mockup"><img src="/media/articles/mfa/guardian-push.png" alt="Guardian Push"/></div>
4949

5050
## Guardian and One-Time Passwords
5151

52-
![MFA OTP Signup](/media/articles/multifactor-authentication/mfa-otp-setup.png)
52+
![MFA OTP Signup](/media/articles/mfa/mfa-otp-setup.png)
5353

5454
Upon signup, they can scan a code and set up the app, upon which it will begin generating one-time codes.
5555

5656
Afterwards, when logging in to the app, the user can simply check the authenticator app for the current one-time code:
5757

58-
<div class="phone-mockup"><img src="/media/articles/multifactor-authentication/google-auth-screenshot.png" alt="Google Authenticator OTP"/></div>
58+
<div class="phone-mockup"><img src="/media/articles/mfa/google-auth-screenshot.png" alt="Google Authenticator OTP"/></div>
5959

6060
And enter the code at the prompt:
6161

62-
![MFA OTP Login](/media/articles/multifactor-authentication/mfa-otp-login.png)
62+
![MFA OTP Login](/media/articles/mfa/mfa-otp-login.png)
6363

6464
Your users will need to have an OTP Authenticator app installed in their mobile devices.
6565

articles/mfa/concepts/mfa-factors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you don’t want your customers to have to download a separate application, A
1616

1717
On the [Dashboard > Multifactor Auth](${manage_url}/#/mfa) page, you can select the factors to use for MFA for your tenant.
1818

19-
![MFA Dashboard Page](/media/articles/multifactor-authentication/mfa-dashboard.png)
19+
![MFA Dashboard Page](/media/articles/mfa/mfa-dashboard.png)
2020

2121
Auth0 supports the following factors for implementing MFA. You must enable at least one to use MFA, but you can choose to enable and make available more than one factor if you wish. Available factors are dependent on your subscription plan.
2222

articles/mfa/guides/configure-cisco-duo.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Create an integration in Duo Security of type **Web SDK** and use those credenti
2222

2323
When enabling Duo in the Dashboard, you will need to click on the Duo factor and fill in a few settings fields in order to link your Duo account to Auth0.
2424

25-
![MFA Duo Settings](/media/articles/multifactor-authentication/duo-settings.png)
25+
![MFA Duo Settings](/media/articles/mfa/duo-settings.png)
2626

2727
::: warning
2828
If other factors are enabled alongside Duo, Duo will be unavailable. Duo is only available to end users when it is the **sole** factor enabled.
@@ -47,6 +47,6 @@ function (user, context, callback) {
4747

4848
The user will see a prompt for the second factor with Duo, listing the options you have enabled in your Duo account.
4949

50-
![Duo Login](/media/articles/multifactor-authentication/duo-login.png)
50+
![Duo Login](/media/articles/mfa/duo-login.png)
5151

5252
Your end users can download Duo from [Google Play](https://play.google.com/store/apps/details?id=com.duosecurity.duomobile) or from the [App Store](https://itunes.apple.com/us/app/duo-mobile/id422663827?mt=8) for use as a second factor.

articles/mfa/guides/configure-email-universal-login.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note that Email is not true <dfn data-key="multifactor-authentication">multi-fac
2424

2525
After the login step, users will be prompted with the most secure enabled factor. If they select 'Try another method', and then pick Email, they will be sent an email with a six-digit code that they will need to enter to complete the authentication flow.
2626

27-
![Email End User 1](/media/articles/multifactor-authentication/mfa-email.png)
27+
![Email End User 1](/media/articles/mfa/mfa-email.png)
2828

2929
## Using the MFA API
3030

@@ -34,6 +34,6 @@ You can explicitly enroll an email for MFA [using the MFA API](/mfa/guides/mfa-a
3434

3535
In order to set up Email, you need to enable the Email factor in the Dashboard. You will only be able to enable it if there is another factor enabled.
3636

37-
![MFA Email Settings](/media/articles/multifactor-authentication/email-settings.png)
37+
![MFA Email Settings](/media/articles/mfa/email-settings.png)
3838

3939
[Auth0 provides a test email provider](/email) but it only allows a limited amount of emails, so you should [configure your own email provider](/email/providers).

articles/mfa/guides/configure-otp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ To use one time passwords as an authentication factor, users need an Authenticat
1717
* Auth0 Guardian ([Google Play](https://play.google.com/store/apps/details?id=com.auth0.guardian) / [App Store](https://itunes.apple.com/us/app/auth0-guardian/id1093447833)).
1818
* Microsoft Authenticator ([Google Play](https://play.google.com/store/apps/details?id=com.azure.authenticator) / [App Store](https://itunes.apple.com/us/app/microsoft-authenticator/id983156458)).
1919

20-
![MFA OTP Signup](/media/articles/multifactor-authentication/mfa-otp-setup.png)
20+
![MFA OTP Signup](/media/articles/mfa/mfa-otp-setup.png)
2121

2222
Upon signup, they can scan a code and set up the app, upon which it will begin generating one-time codes.
2323

2424
Afterwards, when logging in to the app, the user can simply check the authenticator app for the current one-time code:
2525

26-
<div class="phone-mockup"><img src="/media/articles/multifactor-authentication/google-auth-screenshot.png" alt="Google Authenticator OTP"/></div>
26+
<div class="phone-mockup"><img src="/media/articles/mfa/google-auth-screenshot.png" alt="Google Authenticator OTP"/></div>
2727

2828
And enter the code at the prompt:
2929

30-
![MFA OTP Login](/media/articles/multifactor-authentication/mfa-otp-login.png)
30+
![MFA OTP Login](/media/articles/mfa/mfa-otp-login.png)
3131

3232
Your users will need to have an OTP Authenticator app installed in their mobile devices.

articles/mfa/guides/configure-sms.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ When testing Twilio, you should use the **Live Credentials**, not the **Test Cre
2121

2222
## End user experience
2323

24-
![SMS End User 1](/media/articles/multifactor-authentication/mfa-sms1.png)
24+
![SMS End User 1](/media/articles/mfa/mfa-sms1.png)
2525

2626
After signing up and entering a country code and phone number, the user will receive a six-digit code on their device, which they must enter to authenticate.
2727

28-
![SMS End User 2](/media/articles/multifactor-authentication/mfa-sms2.png)
28+
![SMS End User 2](/media/articles/mfa/mfa-sms2.png)
2929

3030
To use this option, your users must have a device capable of receiving SMS messages. If users cannot receive SMS messages, they will not be able to authenticate with this factor. If they already enrolled with SMS and do not have such a device, they will need to use their recovery code to complete the MFA flow (and then enroll another MFA method in place of this one).
3131

@@ -39,9 +39,9 @@ To allow users to authenticate with SMS, you must enable the SMS factor and sele
3939

4040
* **Custom**: Sends the messages by invoking the [Send Phone Message Hook](/hooks/extensibility-points/send-phone-message).
4141

42-
Optionally, you can [customize your SMS notification templates](/multifactor-authentication/sms-templates).
42+
Optionally, you can [customize your SMS notification templates](/mfa/guides/guardian/customize-sms-messages).
4343

44-
![MFA SMS Settings](/media/articles/multifactor-authentication/sms-settings.png)
44+
![MFA SMS Settings](/media/articles/mfa/sms-settings.png)
4545

4646
## Twilio configuration
4747

@@ -68,8 +68,9 @@ If you choose to deliver SMS via Twilio, follow these steps to configure your SM
6868
SMS providers not currently integrated with Auth0 can be supported by using the [Send Phone Message](/hooks/extensibility-points/send-phone-message) Hook. To learn how to implement this in your MFA flow, see the guides below.
6969

7070
::: next-steps
71-
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
72-
* [Configure a Custom SMS Provider for MFA using Twilio](/multifactor-authentication/send-phone-message-hook-twilio)
73-
* [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
74-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
75-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage) :::
71+
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
72+
* [Configure a Custom SMS Provider for MFA using Twilio](/mfa/send-phone-message-hook-twilio)
73+
* [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
74+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
75+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
76+
* [Configure a Custom SMS Provider for MFA using Esendex](/mfa/send-phone-message-hook-esendex) :::

articles/mfa/guides/enable-mfa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can also customize your MFA flow with Auth0 [Rules](/rules/references/use-ca
1515

1616
1. To enable the factors you require, go to [Dashboard > Multifactor Auth](${manage_url}/#/mfa). Here you will find a series of toggles for the MFA factors supported by Auth0.
1717

18-
![MFA Dashboard Page](/media/articles/multifactor-authentication/mfa-dashboard.png)
18+
![MFA Dashboard Page](/media/articles/mfa/mfa-dashboard.png)
1919

2020
Any or all of these factors can be enabled simultaneously. When logging in the first time, the user will be shown the most secure factor available, but will be allowed to choose another factor to use if you have more than one factor enabled in the Dashboard. The SMS and the Duo factors require further setup. You will have to click on the factor and fill in a few further settings before continuing.
2121

articles/mfa/guides/reset-user-mfa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ As an admin, you can also use the Management API to delete a user's MFA enrollme
3939

4040
With most MFA factors, the end user will be given a recovery code upon signup, which should be noted and kept secret. If they do not have their device or are otherwise temporarily unable to use their normal MFA process, the user can log in by entering this code after their username and password.
4141

42-
![MFA Recovery Code](/media/articles/multifactor-authentication/recovery-code.png)
42+
![MFA Recovery Code](/media/articles/mfa/recovery-code.png)
4343

4444
::: note
4545
If a recovery code is used, a new recovery code will be provided at that time.

articles/multifactor-authentication/send-phone-message-hook-amazon-sns.md renamed to articles/mfa/send-phone-message-hook-amazon-sns.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ If you do not receive the SMS, please look at the logs for clues and ensure that
143143
## Additional providers
144144

145145
::: next-steps
146-
* [Configure a Custom SMS Provider for MFA using Twilio](/multifactor-authentication/send-phone-message-hook-twilio)
147-
* [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
148-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
149-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
150-
* [Configure a Custom SMS Provider for MFA using Esendex](/multifactor-authentication/send-phone-message-hook-esendex)
146+
* [Configure a Custom SMS Provider for MFA using Twilio](/mfa/send-phone-message-hook-twilio)
147+
* [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
148+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
149+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
150+
* [Configure a Custom SMS Provider for MFA using Esendex](/mfa/send-phone-message-hook-esendex)
151151
:::

articles/multifactor-authentication/send-phone-message-hook-esendex.md renamed to articles/mfa/send-phone-message-hook-esendex.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ If you do not receive the SMS, please look at the logs for clues and make sure t
141141
## Additional providers
142142

143143
::: next-steps
144-
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
145-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-twilio)
146-
* [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
147-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
148-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
144+
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
145+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-twilio)
146+
* [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
147+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
148+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
149149
:::

articles/multifactor-authentication/send-phone-message-hook-infobip.md renamed to articles/mfa/send-phone-message-hook-infobip.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ If you do not receive the SMS, please look at the logs for clues and make sure t
147147
## Additional providers
148148

149149
::: next-steps
150-
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
151-
* [Configure a Custom SMS Provider for MFA using Twilio](/multifactor-authentication/send-phone-message-hook-twilio)
152-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
153-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
154-
* [Configure a Custom SMS Provider for MFA using Esendex](/multifactor-authentication/send-phone-message-hook-esendex)
150+
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
151+
* [Configure a Custom SMS Provider for MFA using Twilio](/mfa/send-phone-message-hook-twilio)
152+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
153+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
154+
* [Configure a Custom SMS Provider for MFA using Esendex](/mfa/send-phone-message-hook-esendex)
155155
:::

articles/multifactor-authentication/send-phone-message-hook-telesign.md renamed to articles/mfa/send-phone-message-hook-telesign.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ If you do not receive the SMS, please look at the logs for clues and make sure t
198198
## Additional providers
199199

200200
::: next-steps
201-
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
202-
* [Configure a Custom SMS Provider for MFA using Twilio](/multifactor-authentication/send-phone-message-hook-twilio)
203-
* [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
204-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
205-
* [Configure a Custom SMS Provider for MFA using Esendex](/multifactor-authentication/send-phone-message-hook-esendex)
201+
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
202+
* [Configure a Custom SMS Provider for MFA using Twilio](/mfa/send-phone-message-hook-twilio)
203+
* [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
204+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
205+
* [Configure a Custom SMS Provider for MFA using Esendex](/mfa/send-phone-message-hook-esendex)
206206
:::

articles/multifactor-authentication/send-phone-message-hook-twilio.md renamed to articles/mfa/send-phone-message-hook-twilio.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ If you do not receive the SMS, please look at the logs for clues and make sure t
180180
## Additional providers
181181

182182
::: next-steps
183-
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/multifactor-authentication/send-phone-message-hook-amazon-sns)
184-
* [Configure a Custom SMS Provider for MFA using Infobip](/multifactor-authentication/send-phone-message-hook-infobip)
185-
* [Configure a Custom SMS Provider for MFA using TeleSign](/multifactor-authentication/send-phone-message-hook-telesign)
186-
* [Configure a Custom SMS Provider for MFA using Vonage](/multifactor-authentication/send-phone-message-hook-vonage)
187-
* [Configure a Custom SMS Provider for MFA using Esendex](/multifactor-authentication/send-phone-message-hook-esendex)
183+
* [Configure a Custom SMS Provider for MFA using Amazon SNS](/mfa/send-phone-message-hook-amazon-sns)
184+
* [Configure a Custom SMS Provider for MFA using Infobip](/mfa/send-phone-message-hook-infobip)
185+
* [Configure a Custom SMS Provider for MFA using TeleSign](/mfa/send-phone-message-hook-telesign)
186+
* [Configure a Custom SMS Provider for MFA using Vonage](/mfa/send-phone-message-hook-vonage)
187+
* [Configure a Custom SMS Provider for MFA using Esendex](/mfa/send-phone-message-hook-esendex)
188188
:::

0 commit comments

Comments
 (0)