Skip to content

Commit

Permalink
Move authN docs to a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie committed Aug 19, 2024
1 parent 59172d1 commit bef6dd3
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 207 deletions.
26 changes: 25 additions & 1 deletion .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,30 @@
{
"source_path": "articles/go/azure-sdk-install.md",
"redirect_url": "/azure/developer/go/"
}
},
{
"source_path": "articles/python/sdk/authentication-additional-methods.md",
"redirect_url": "/azure/python/sdk/authentication/additional-methods"
},
{
"source_path": "articles/python/sdk/authentication-azure-hosted-apps.md",
"redirect_url": "/azure/python/sdk/authentication/azure-hosted-apps"
},
{
"source_path": "articles/python/sdk/authentication-local-development-dev-accounts.md",
"redirect_url": "/azure/python/sdk/authentication/local-development-dev-accounts"
},
{
"source_path": "articles/python/sdk/authentication-local-development-service-principal.md",
"redirect_url": "/azure/python/sdk/authentication/local-development-service-principal"
},
{
"source_path": "articles/python/sdk/authentication-on-premises-apps.md",
"redirect_url": "/azure/python/sdk/authentication/on-premises-apps"
},
{
"source_path": "articles/python/sdk/authentication-overview.md",
"redirect_url": "/azure/python/sdk/authentication/overview"
}
]
}
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
/articles/azure-cli/ @alexwolfmsft

# Azure SDK authentication topics
/articles/python/sdk/authentication-*.md @pvaneck @xiangyan99
/articles/python/sdk/authentication/ @scottaddie @pvaneck @xiangyan99
158 changes: 0 additions & 158 deletions articles/python/sdk/authentication-on-premises-apps.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ For the code to run successfully, your user account must be assigned an Azure ro

The following screenshot shows the user sign-in experience:

:::image type="content" source="./media/web-account-manager-sign-in-account-picker.png" alt-text="A screenshot that shows the sign-in experience when using the interactive browser broker credential to authenticate a user." :::
:::image type="content" source="../media/web-account-manager-sign-in-account-picker.png" alt-text="A screenshot that shows the sign-in experience when using the interactive browser broker credential to authenticate a user." :::

### Authenticate the default system account via WAM

Expand Down
Loading

0 comments on commit bef6dd3

Please sign in to comment.