Skip to content

Commit b6d632f

Browse files
authored
Merge pull request #108093 from bgavrilMS/patch-26
Update scenario-desktop-acquire-token-wam.md
2 parents 3f6d347 + 75b3d8b commit b6d632f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ MsalClientException: wam_runtime_init_failed: The type initializer for 'Microsof
171171

172172
This error indicates that the native binaries from the [Microsoft.Identity.Client.NativeInterop](https://www.nuget.org/packages/Microsoft.Identity.Client.NativeInterop/) were not packaged into the single file bundle. To embed those files for extraction and get one output file, set the property IncludeNativeLibrariesForSelfExtract to true. Read more about [how to package native binaries into a single file](/dotnet/core/deploying/single-file/overview?tabs=cli#native-libraries).
173173

174+
### Connection issues
175+
176+
The application user sees an error message similar to "Please check your connection and try again." If this issue occurs regularly, see the [troubleshooting guide for Office](/microsoft-365/troubleshoot/authentication/connection-issue-when-sign-in-office-2016), which also uses the broker.
177+
178+
174179
## Sample
175180

176181
[WPF sample that uses WAM](https://github.com/azure-samples/active-directory-dotnet-desktop-msgraph-v2)

0 commit comments

Comments
 (0)