-
Notifications
You must be signed in to change notification settings - Fork 242
Feature/doc modernization #3566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jmprieur
wants to merge
26
commits into
master
Choose a base branch
from
feature/doc-modernization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…th GitHub Copilot
…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>
…tion (#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>
* 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
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.
bgavrilMS
approved these changes
Dec 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Microsoft.Identity.Web doc modernization (in progress)