Skip to content

Commit 2d7bad6

Browse files
authored
Update scenario-desktop-acquire-token-wam.md
1 parent 1c76f9d commit 2d7bad6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token-wam.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,13 @@ Using an authentication broker such as WAM has numerous benefits.
3535
- Available on Win10+ and Win Server 2019+. On Mac, Linux, and earlier versions of Windows, MSAL will automatically fall back to a browser.
3636
- B2C and ADFS authorities aren't supported. MSAL will fall back to a browser.
3737

38+
## WAM integration package
39+
40+
Most apps will need to reference `Microsoft.Identity.Client.Broker` package to use this integration. MAUI apps are not required to do this, the functionality is inside MSAL when targetting `net6-windows` and above.
41+
3842
## WAM calling pattern
3943

40-
You can use the following pattern to use WAM.
44+
You can use the following pattern to use WAM.
4145

4246
```csharp
4347
// 1. Configuration - read below about redirect URI

0 commit comments

Comments
 (0)