-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The Quickstart: Web API documentation (docs/getting-started/quickstart-webapi.md) contains code errors: (1) It uses JwtBearertDefaults.AuthenticationScheme (should be JwtBearerDefaults). (2) The code uses .AddMicrosoftIdentityWebApp(...) instead of .AddMicrosoftIdentityWebApi(...) in Option 2. Both are copy-paste hazards for new adopters.
Required Fixes:
- Correct the typo in the authentication scheme identifier
- Replace
AddMicrosoftIdentityWebAppwithAddMicrosoftIdentityWebApiwhere appropriate - Validate all code blocks for similar/copy-paste inconsistencies
PRs must target: feature/doc-modernization branch.
Affected file: docs/getting-started/quickstart-webapi.md
Copilot
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation