Skip to content

Conversation

@fuguiKz
Copy link
Contributor

@fuguiKz fuguiKz commented Dec 19, 2025

Fixes #3596

Updates docs/getting-started/quickstart-webapi.md:

  • Adds the missing using Microsoft.AspNetCore.Authentication.JwtBearer; so JwtBearerDefaults.AuthenticationScheme compiles when copied.
  • Removes a duplicated comment.

Tested:

  • Docs-only change

@fuguiKz fuguiKz requested a review from a team as a code owner December 19, 2025 11:49
@jmprieur jmprieur merged commit b36f173 into AzureAD:feature/doc-modernization Jan 2, 2026
1 check passed
jmprieur added a commit that referenced this pull request Jan 3, 2026
* Adding wiki archive

* Create README.md with revised documentation content

* Adding README, and quickstars for web api and web app, co-authored with GitHub Copilot

* Update the qs with auth scheme

* add the plan (co authored with Copilot

* Adding credentials (with copilot)

* Credentials

* Add main overview for calling downstream APIs

* Add comprehensive documentation for Microsoft Entra Identity Sidecar (#3535)

* Initial plan

* Add core sidecar documentation files

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Add remaining core documentation files

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Add all scenario documentation files

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Address PR feedback: Convert diagram to mermaid, update wording, add validation scenario

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Update docs/sidecar/reverse-proxy.md

* Address PR review feedback: Update agent identity docs, improve examples, fix terminology

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Update docs/sidecar/faq.md

* Replace ASCII diagram with mermaid diagram in comparison.md

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>

* Update docs/sidecar/comparison.md

* Update docs/sidecar/comparison.md

* Address comprehensive PR review feedback

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Remove Service Mesh Integration section from security.md

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Update network security guidance to use Kestrel configuration instead of network policies

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Add input validation guidance and incident response plan reference

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>

* Add table of contents for Sidecar documentation

* Streamline sidecar documentation with table format and remove duplication (#3564)

* Initial plan

* Streamline sidecar documentation with table format and remove duplication

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* Update Microsoft documentation URLs to current learn.microsoft.com domain

Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>

* docs(sidecar): fix endpoints path formatting and clarify wording

* Revise README for clarity and improved navigation

Updated the README to enhance clarity and structure, including new sections and improved descriptions for scenarios and resources.

* Revise Entra Identity Sidecar documentation

Updated the Microsoft Entra Identity Sidecar documentation to enhance clarity and detail on token acquisition, validation, and integration. Added benefits and use cases for the sidecar approach.

* Update endpoints.md

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>

* Docs for Downstream Apis (#3558)

* Downstream Apis

* Update README.md with revised service registration pattern and documentation improvements.

* Revise README for Calling Downstream APIs

This document provides a comprehensive guide for implementing various approaches to call downstream APIs using Microsoft.Identity.Web, including decision trees, comparison tables, token acquisition patterns, and code examples for different scenarios.

* Enhance README for downstream API guidance

Updated README to include .NET applications and agent identities.

* Update README with API selection decision table

Replaced mermaid diagram with a decision table for API selection.

* Update docs/calling-downstream-apis/azure-sdks.md

* Refactor downstream API documentation

Updated the documentation for calling downstream APIs by consolidating API registration and clarifying the request methods. Removed redundant sections and improved the structure.

* Remove Azure SDK examples from documentation

Removed examples for Azure KeyVault, Azure Storage Blobs, Azure KeyVault Secrets, Azure Service Bus, Azure Tables, and Azure Cosmos DB from the documentation.

* Update custom-apis.md

* Update from-web-apis.md

* Update microsoft-graph.md

* Revise documentation modernization plan and status

Updated the documentation modernization plan with completed milestones and revised priorities. Adjusted documentation structure and clarified the status of various sections, including the addition of new documentation for sidecar and agent identities.

* Fixing broken links and updating the plan

* Finishing downstream APIs

* adding token cache

* Adding cross links with token cache

* cross links with token cache

* Updating the plan

* More articles

* Separating MSAL and OWIN

* separating OWIN and MSAL

* Add more cross links

* Adding daemon scenario

* Add gatewatsm proxies and Fix #3596

* Merge the custom-api documentation

* Removing docs we don't need

* Remove sidecar. Rename readme.md

* Adding missing docs, a script to detect broken links, and fixing a few links

* Moving design-docs out of (customer) docs

* docs: fix quickstart web API snippet typos (#3658)

* Fixing links

* Fixing broken links

* Adding missing links

* FIxing docs.

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jmprieur <13203188+jmprieur@users.noreply.github.com>
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
Co-authored-by: kz <74097723+fuguiKz@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants