About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page lists a variety of code samples for integrating Azure AD B2C across multiple platforms and languages. However, in the desktop application section, only a Windows Desktop .NET (WPF) sample is provided, with no equivalent Linux or cross-platform desktop sample. Additionally, .NET samples are prominently featured and listed first in several sections, which may give the impression of a Windows-first approach.
Recommendations:
- Add cross-platform desktop application samples (e.g., using .NET MAUI, Electron, or Qt) that run on Linux and macOS, not just Windows.
- Explicitly note platform compatibility for each sample, and provide Linux/macOS instructions or alternatives where possible.
- Balance the order of presentation so that non-Windows and cross-platform samples are not consistently listed after Windows/.NET samples.
- Where .NET is used, clarify if the sample is Windows-only or cross-platform (e.g., .NET Core vs. .NET Framework).
- Consider adding shell/bash scripts or Linux-specific setup instructions where relevant.
Create pull request