Skip to content

Commit 5d84c55

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents 0f3d790 + 34297e3 commit 5d84c55

File tree

277 files changed

+777
-658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+777
-658
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,26 @@
10251025
"redirect_url": "/azure/active-directory/active-directory-b2b-admin-add-users",
10261026
"redirect_document_id": false
10271027
},
1028+
{
1029+
"source_path_from_root": "/articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-overview.md",
1030+
"redirect_url": "/azure/active-directory/external-identities/customers/tutorial-browserless-app-dotnet-sign-in-prepare-tenant",
1031+
"redirect_document_id": true
1032+
},
1033+
{
1034+
"source_path_from_root": "/articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-prepare-app.md",
1035+
"redirect_url": "/azure/active-directory/external-identities/customers/tutorial-browserless-app-dotnet-sign-in-build-app",
1036+
"redirect_document_id": false
1037+
},
1038+
{
1039+
"source_path_from_root": "/articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-prepare-tenant.md",
1040+
"redirect_url": "/azure/active-directory/external-identities/customers/tutorial-browserless-app-dotnet-sign-in-prepare-tenant",
1041+
"redirect_document_id": false
1042+
},
1043+
{
1044+
"source_path_from_root": "/articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-sign-in.md",
1045+
"redirect_url": "/azure/active-directory/external-identities/customers/tutorial-browserless-app-dotnet-sign-in-build-app",
1046+
"redirect_document_id": false
1047+
},
10281048
{
10291049
"source_path_from_root": "/articles/active-directory/external-identities/delegate-invitations.md",
10301050
"redirect_url": "/azure/active-directory/external-identities/external-collaboration-settings-configure",

articles/active-directory-domain-services/policy-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Built-in policy definitions for Azure Active Directory Domain Services
33
description: Lists Azure Policy built-in policy definitions for Azure Active Directory Domain Services. These built-in policy definitions provide common approaches to managing your Azure resources.
4-
ms.date: 07/18/2023
4+
ms.date: 07/25/2023
55
ms.service: active-directory
66
ms.subservice: domain-services
77
author: justinha

articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-overview.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-prepare-app.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

articles/active-directory/external-identities/customers/how-to-browserless-app-dotnet-sign-in-prepare-tenant.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

articles/active-directory/external-identities/customers/sample-browserless-app-dotnet-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you choose to download the *.zip* file, extract the sample app file to a fold
8181
```console
8282
dotnet run
8383
```
84-
1. When the app launches, copy the suggested URL *https://microsoft.com/devicelogin* from the terminal and visit it in a browser. Then, copy the device code from the terminal and [follow the prompts](./how-to-browserless-app-dotnet-sign-in-sign-in.md#sign-in-to-your-app) on *https://microsoft.com/devicelogin*.
84+
1. When the app launches, copy the suggested URL *https://microsoft.com/devicelogin* from the terminal and visit it in a browser. Then, copy the device code from the terminal and [follow the prompts](./tutorial-browserless-app-dotnet-sign-in-build-app.md#sign-in-to-your-app) on *https://microsoft.com/devicelogin*.
8585

8686
## How it works
8787

@@ -102,4 +102,4 @@ Console.WriteLine($"You signed in as {result.Account.Username}");
102102
Next, learn how to prepare your Azure AD for customers tenant.
103103

104104
> [!div class="nextstepaction"]
105-
> [Build your own ASP.NET browserless app and sign in users >](how-to-browserless-app-dotnet-sign-in-overview.md)
105+
> [Build your own ASP.NET browserless app and sign in users >](./tutorial-browserless-app-dotnet-sign-in-prepare-tenant.md)

articles/active-directory/external-identities/customers/samples-ciam-all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ These samples and how-to guides demonstrate how to write a browserless applicati
6262
> | Language/<br/>Platform | Code sample guide | Build and integrate guide |
6363
> | ------- | -------- | ------------- |
6464
> | JavaScript, Node | &#8226; [Sign in users](how-to-browserless-app-node-sample-sign-in.md) | &#8226; [Sign in users](how-to-browserless-app-node-sign-in-overview.md ) |
65-
> | .NET | &#8226; [Sign in users](how-to-browserless-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](how-to-browserless-app-dotnet-sign-in-overview.md) |
65+
> | .NET | &#8226; [Sign in users](how-to-browserless-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](./tutorial-browserless-app-dotnet-sign-in-prepare-tenant.md) |
6666
6767

6868
### Desktop
@@ -102,7 +102,7 @@ These samples and how-to guides demonstrate how to write a daemon application th
102102
> [!div class="mx-tdCol2BreakAll"]
103103
> | App type | Code sample guide | Build and integrate guide |
104104
> | ------- | -------- | ------------- |
105-
> | Browserless | &#8226; [Sign in users](how-to-browserless-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](how-to-browserless-app-dotnet-sign-in-overview.md) |
105+
> | Browserless | &#8226; [Sign in users](how-to-browserless-app-dotnet-sample-sign-in.md) | &#8226; [Sign in users](./tutorial-browserless-app-dotnet-sign-in-prepare-tenant.md) |
106106
> | Daemon | &#8226; [Call an API](sample-daemon-dotnet-call-api.md) | &#8226; [Call an API](tutorial-daemon-dotnet-call-api-prepare-tenant.md) |
107107
108108

articles/active-directory/external-identities/customers/toc.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,12 @@ items:
169169
href: how-to-browserless-app-node-sign-in-prepare-app.md
170170
- name: Add sign-in and sign-out
171171
href: how-to-browserless-app-node-sign-in-sign-out.md
172-
- name: .NET​ - sign in users
172+
- name: .NET​
173173
items:
174-
- name: Overview
175-
href: how-to-browserless-app-dotnet-sign-in-overview.md
176174
- name: Prepare tenant
177-
href: how-to-browserless-app-dotnet-sign-in-prepare-tenant.md
178-
- name: Prepare app
179-
href: how-to-browserless-app-dotnet-sign-in-prepare-app.md
180-
- name: Add sign-in
181-
href: how-to-browserless-app-dotnet-sign-in-sign-in.md
175+
href: tutorial-browserless-app-dotnet-sign-in-prepare-tenant.md
176+
- name: Sign in user
177+
href: tutorial-browserless-app-dotnet-sign-in-build-app.md
182178
- name: Daemon, service
183179
items:
184180
- name: Node.js

0 commit comments

Comments
 (0)