Skip to content

Commit 41a7f94

Browse files
committed
standardize
1 parent 6e03fa3 commit 41a7f94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/azure/sdk/authentication/local-development-broker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Brokered authentication offers the following benefits:
1919
- **System integration:** Applications that use the broker plug-and-play with the built-in account picker, allowing the user to quickly pick an existing account instead of reentering the same credentials over and over.
2020
- **Token Protection:** Ensures that the refresh tokens are device bound and enables apps to acquire device bound access tokens. See [Token Protection](/azure/active-directory/conditional-access/concept-token-protection).
2121

22+
:::image type="content" source="../media/mermaidjs/local-broker-authentication.svg" alt-text="A diagram showing how a local .NET app uses the developer's credentials to connect to Azure by using locally installed development tools.":::
23+
2224
:::zone target="docs" pivot="os-windows"
2325

2426
Windows provides an authentication broker called [Web Account Manager (WAM)](/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam). WAM enables identity providers such as Microsoft Entra ID to natively plug into the OS and provide secure login services to apps. Brokered authentication enables the app for all operations allowed by the interactive login credentials.

0 commit comments

Comments
 (0)