Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 17 additions & 14 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"locale": "en-us",
"monikers": [],
"moniker_ranges": [],
"open_to_public_contributors": true,
"xref_query_tags": [
"/python"
],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content"
},
Expand All @@ -65,6 +65,22 @@
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "",
"git_repository_branch_open_to_public_contributors": "",
"need_preview_pull_request": true,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"targets": {},
"skip_source_output_uploading": false,
"contribution_branch_mappings": {},
"need_generate_pdf_url_template": true,
"JoinTOCPlugin": [
{
"TopLevelTOC": "python/docs-ref-mapping/ref-toc.yml",
Expand All @@ -79,19 +95,6 @@
}
}
],
"need_preview_pull_request": true,
"dependent_repositories": [
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "main",
"branch_mapping": {}
}
],
"branch_target_mapping": {},
"skip_source_output_uploading": false,
"contribution_branch_mappings": {},
"need_generate_pdf_url_template": true,
"redirection_files": [
"redirections/.openpublishing.redirection.simplify-package-structure.json"
]
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions msal-python-conceptual/advanced/linux-broker-py-wsl.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Using MSAL Python with Windows Subsystem for Linux
description: Learn how to integrate Microsoft Entra ID authentication in WSL apps using MSAL Python and the Microsoft Single Sign-on for Linux broker.
author: ploegert
ms.author: jploegert
author: Dickson-Mwendia
ms.author: dmwendia
ms.service: msal
ms.topic: how-to
ms.date: 05/08/2025
Expand Down
4 changes: 2 additions & 2 deletions msal-python-conceptual/advanced/linux-broker-py.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Using MSAL Python with an Auth Broker on Linux
description: MSAL is able to call Microsoft Single Sign-on for Linux, which is a component that ships as a dependency of Intune Portal. This component acts as an authentication broker allowing the users of your app to benefit from integration with accounts known to the broker.
author: ploegert
ms.author: jploegert
author: Dickson-Mwendia
ms.author: dmwendia
ms.service: msal
ms.topic: how-to
ms.date: 06/03/2025
Expand Down
2 changes: 1 addition & 1 deletion msal-python-conceptual/advanced/managed-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ms.reviewer: rayluo, dmwendia
MSAL Python supports acquiring tokens through the managed identity service when used with applications running inside Azure infrastructure, such as:

- [Azure App Service](https://azure.microsoft.com/products/app-service/) (API version `2019-08-01`)
- [Azure VMs](https://azure.microsoft.com/free/virtual-machines/)
- [Azure VMs](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn)
- [Azure Arc](/azure/azure-arc/overview)
- [Azure Cloud Shell](/azure/cloud-shell/overview)
- [Azure Service Fabric](/azure/service-fabric/service-fabric-overview)
Expand Down
Loading