You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can access a variety of [commands](reference/visual-studio-commands.md) and windows in Visual Studio by choosing the appropriate keyboard shortcut. This page lists the default command shortcuts for the **General** profile, which you might have chosen when you installed Visual Studio. No matter which profile you chose, you can [identify the shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md) for a command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**. You can also customize your shortcuts by assigning a different shortcut to any given command.
19
+
You can access a variety of [commands](reference/visual-studio-commands.md) and windows in Visual Studio by choosing the appropriate keyboard shortcut. This page lists the default command shortcuts for the **General** profile, which you might have chosen when you installed Visual Studio. No matter which profile you chose, you can [identify the shortcut](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#identify-a-keyboard-shortcut) for a command by opening the **Options** dialog box, expanding the **Environment** node, and then choosing **Keyboard**. You can also [customize your shortcuts](identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md#customize-a-keyboard-shortcut) by assigning a different shortcut to any given command.
20
20
21
21
For a list of common keyboard shortcuts and other productivity information, see:
Copy file name to clipboardExpand all lines: docs/ide/whats-new-visual-studio-2022.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "What's new in Visual Studio 2022"
3
3
titleSuffix: ""
4
4
description: Discover new features in Visual Studio 2022, including answers to questions and AI consultations while you code with a subscription to GitHub Copilot.
5
-
ms.date: 02/13/2024
5
+
ms.date: 05/21/2024
6
6
helpviewer_keywords:
7
7
- "Visual Studio, what's new"
8
8
- "what's new [Visual Studio]"
@@ -15,7 +15,7 @@ ms.topic: whats-new
15
15
---
16
16
# What's new in Visual Studio 2022
17
17
18
-
**Updated for the 17.9 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
18
+
**Updated for the 17.10 release.** See [full release notes](/visualstudio/releases/2022/release-notes) | View [product roadmap](/visualstudio/productinfo/vs-roadmap/)
19
19
20
20
>[!div class="button"]
21
21
>[Download Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta)
Copy file name to clipboardExpand all lines: docs/ide/work-with-multi-factor-authentication.md
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Multi-factor authentication with Visual Studio sign-ins
2
+
title: Multifactor authentication with Visual Studio sign-ins
3
3
titleSuffix: ""
4
-
ms.date: 08/24/2023
4
+
ms.date: 05/21/2024
5
5
ms.topic: how-to
6
6
description: Use Visual Studio with accounts that require multifactor authentication (MFA) to protect your apps and data with conditional access policies.
7
7
author: anandmeg
@@ -10,13 +10,13 @@ manager: mijacobs
10
10
ms.subservice: general-ide
11
11
---
12
12
13
-
# Sign in to Visual Studio with accounts that require multi-factor authentication (MFA)
13
+
# Sign in to Visual Studio with accounts that require multifactor authentication (MFA)
14
14
15
-
In this article, you'll learn how to use Visual Studio with accounts that require multi-factor authentication (MFA).
15
+
In this article, you'll learn how to use Visual Studio with accounts that require multifactor authentication (MFA).
16
16
17
17
## Why enable MFA policies?
18
18
19
-
When collaborating with external guest users, it's a good idea to protect your apps and data with **conditional access (CA)** policies such as **multi-factor authentication (MFA)**.
19
+
When collaborating with external guest users, it's a good idea to protect your apps and data with **conditional access (CA)** policies such as **multifactor authentication (MFA)**.
20
20
21
21
Once enabled, guest users will need more than just a username and password to access your resources, and must satisfy additional security requirements. MFA policies can be enforced at the tenant, app, or individual guest user level, the same way that they are enabled for members of your own organization.
22
22
@@ -47,13 +47,13 @@ You can access resources secured via CA policies such as MFA in Visual Studio. T
47
47
### Enabling Windows authentication broker
48
48
49
49
>[!NOTE]
50
-
>Web Account Manager(WAM) is only available on Windows 10 and above, as well as Windows Server 2019 and above.
50
+
>Web Account Manager(WAM) is only available on Windows 10 and above, as well as Windows Server 2019 and above.
51
51
52
52
To enable this workflow, go to Visual Studio's Options dialog **(Tools > Options…)**, select the **Accounts** tab, and then select **Windows authentication broker** from the **Add and reauthenticate accounts using:** dropdown.
53
53
54
54
:::image type="content" source="media/vs-2022/windows-authentication-broker.png" alt-text="Select web authentication broker from the dropdown.":::
55
55
56
-
Windows authentication broker uses [Web Account Manager(WAM)](/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam) and offers many benefits such as security, improved MFA support, and seamless integration between accounts added to the OS and Visual Studio.
56
+
Windows authentication broker uses [Web Account Manager(WAM)](/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam) and offers many benefits such as security, improved MFA support, and seamless integration between accounts added to the OS and Visual Studio.
57
57
58
58
::: moniker-end
59
59
@@ -72,7 +72,7 @@ To enable this workflow, go to Visual Studio's Options dialog **(Tools > Options
72
72
73
73
**Windows authentication broker**
74
74
75
-
Once the Windows authentication broker workflow is enabled, you can sign in or add accounts to Visual Studio as you normally would, via the Account Settings dialog **(File > Account Settings…)**. Web Account Manager(WAM) simplifies the sign in experience by allowing users to log in with accounts known to Windows, such as the account signed into your Windows session.
75
+
Once the Windows authentication broker workflow is enabled, you can sign in or add accounts to Visual Studio as you normally would, via the Account Settings dialog **(File > Account Settings…)**. Web Account Manager(WAM) simplifies the sign in experience by allowing users to log in with accounts known to Windows, such as the account signed into your Windows session.
76
76
77
77
:::image type="content" source="media/vs-2022/add-personalization-account-web-account-manager.png" alt-text="Add additional accounts to Visual Studio with the Windows authentication broker workflow.":::
78
78
@@ -149,6 +149,17 @@ Starting with Visual Studio 2022 version 17.5, if you see the previous error dia
If you run into errors when using the [Windows authentication broker workflow for signing in to Visual Studio](#enabling-windows-authentication-broker), follow the action listed on the error dialog to resolve or report the issue. Use the links on the dialog to learn more about the error or to see error logs.
156
+
157
+
For example, if you see the following error dialog, you can resolve the issue by selecting **change authentication mechanism** to open **Sign-in options** and switch to the [system web browser](#enabling-system-web-browser).
158
+
159
+
:::image type="content" source="media/vs-2022/work-with-multi-factor-authentication/change-authentication-mechanism-error.png" alt-text="Screenshot of a WAM error dialog with the change authentication mechanism option to resolve the error." border="false":::
160
+
161
+
::: moniker-end
162
+
152
163
## How to opt out of using a specific Microsoft Entra tenant in Visual Studio
153
164
154
165
Visual Studio 2019 version 16.6 and above offers the flexibility to filter out tenants individually or globally, effectively hiding them from Visual Studio. Filtering eliminates the need to authenticate with that tenant, but it also means that you won't be able to access any associated resources.
0 commit comments