# Multi-Factor Authentication

On Umbraco Cloud, you can add Multi-Factor Authentication (MFA) for your Umbraco Cloud account.

At the organizational level, it is also possible to [enforce Multi-Factor Authentication (MFA)](https://docs.umbraco.com/umbraco-cloud/the-cloud-portal/organizations#multi-factor-authentication-mfa-enforcement) for members.

You can use Email, Phone, or an Authenticator App when logging in to the Umbraco Cloud Portal or the Umbraco Backoffice.

{% hint style="info" %}
You will not be prompted to authenticate your backoffice login if you have already done it for the portal. This is because both logins use the same centralized login service.
{% endhint %}

## Enabling MFA

MFA can be enabled when editing your Umbraco Cloud profile.

To enable MFA, follow these steps:

1. Go to your **Profile** on Umbraco Cloud.
2. Click **Edit Profile** in the **Profile Settings** section.
3. Select the desired **Multifactor Authentication Method** from the drop-down list. ![Edit Profile MFA](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-84f6e37ad59f54370f0e3807ebc2eb591daa3230%2FEdit_Profile_MFA.png?alt=media)
4. Follow the steps shown below to enable MFA.

### Email Authentication

You will get an email with a code that you need to enter when logging in through the Umbraco Cloud portal or the backoffice.

![Email authentication](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-0e850e1de834a84c39d89f4a8994c5eac2e53a92%2Femail-auth.png?alt=media)

### Authenticator App

You have the option to use an Authenticator App when logging in to the Umbraco Cloud Portal or the Umbraco Backoffice.

You can use the Microsoft Authenticator App for both iOS and Android or any other authenticator app of your choice.

![Authenticator app](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-13f8c90bd6ffdcacdd7af9f2de420d0019985147%2Fauth-app.png?alt=media)

In case you want to reset the authenticator app settings for your user, an administrator in your Umbraco Cloud organization can do this. It may be relevant if you want to use another authenticator app on your current phone or transfer the authentication process to another device.

### Phone Authentication

You have the option to use your phone when you log in to the Umbraco Cloud portal or the Umbraco Backoffice. You can choose to receive a text message with a code or a call to log you in.

{% hint style="info" %}
Before deactivating your old phone number, make sure to update the phone number used for your MFA. Changing the phone number used for MFA will require verification through the old number.
{% endhint %}

![Phone authentication](https://3739769070-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPzKn70Piyd2fd5UkYZGf%2Fuploads%2Fgit-blob-d34c94f60a90acbcd24109c40d9ff95f317cfa42%2FPhone-auth.png?alt=media)

## Disabling MFA

You can always disable MFA from your profile.

To disable MFA for your user, you will need to use the authentication method that you had enabled to disable it again.

If you had phone authentication enabled, it will then need to be used to disable it again.

The same is the case for email authentication.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cloud/begin-your-cloud-journey/project-features/multi-factor-authentication-on-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
