Skip to content

Commit 08efc6b

Browse files
authored
Merge pull request #239408 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 5/26
2 parents f589c66 + 1a2d337 commit 08efc6b

File tree

123 files changed

+1800
-1447
lines changed

Some content is hidden

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

123 files changed

+1800
-1447
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6580,6 +6580,11 @@
65806580
"redirect_url": "/troubleshoot/azure/active-directory/troubleshoot-adding-apps",
65816581
"redirect_document_id": false
65826582
},
6583+
{
6584+
"source_path_from_root": "/articles/active-directory/manage-apps/scripts/powershell-export-apps-with-expriring-secrets.md",
6585+
"redirect_url": "/troubleshoot/azure/active-directory/manage-apps/scripts/powershell-export-apps-with-expiring-secrets",
6586+
"redirect_document_id": false
6587+
},
65836588
{
65846589
"source_path_from_root": "/articles/active-directory/application-config-add-app-problem-problem-adding-gallery-app.md",
65856590
"redirect_url": "/troubleshoot/azure/active-directory/troubleshoot-adding-apps",

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6150,6 +6150,11 @@
61506150
"source_path_from_root": "/articles/azure-monitor/logs/dashboard-upgrade.md",
61516151
"redirect_url": "/azure/azure-monitor/visualize/tutorial-logs-dashboards",
61526152
"redirect_document_id": false
6153+
},
6154+
{
6155+
"source_path_from_root": "/articles/azure-monitor/app/opentelemetry-dotnet-exporter.md",
6156+
"redirect_url": "/azure/azure-monitor/app/opentelemetry-enable",
6157+
"redirect_document_id": false
61536158
}
61546159

61556160
]
Loading

articles/active-directory/external-identities/customers/concept-planning-your-solution.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: ciam
1010
ms.topic: conceptual
11-
ms.date: 05/09/2023
11+
ms.date: 05/24/2023
1212
ms.author: cmulligan
1313
ms.custom: it-pro
1414

@@ -27,10 +27,9 @@ Adding secure sign-in to your app and setting up a customer identity and access
2727
This article describes each of these steps and outlines important planning considerations. In the following table, select a **Step** for details and planning considerations, or go directly to the **How-to guides**.
2828

2929

30-
3130
| Step | How-to guides |
3231
|---------|---------|
33-
| **[Step 1: Create a customer tenant](#step-1-create-a-customer-tenant)** | &#8226; [Create a customer tenant](how-to-create-customer-tenant-portal.md)</br>&#8226; [Or start a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl) |
32+
|**[Step 1: Create a customer tenant](#step-1-create-a-customer-tenant)** | &#8226; [Create a customer tenant](how-to-create-customer-tenant-portal.md)</br>&#8226; <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">Or start a free trial</a> |
3433
|**[Step 2: Register your application](#step-2-register-your-application)** | &#8226; [Register your application](how-to-register-ciam-app.md) |
3534
|**[Step 3: Integrate a sign-in flow with your app](#step-3-integrate-a-sign-in-flow-with-your-app)** | &#8226; [Create a user flow](how-to-user-flow-sign-up-sign-in-customers.md) </br>&#8226; [Add your app to the user flow](how-to-user-flow-add-application.md) |
3635
|**[Step 4: Customize and secure your sign-in](#step-4-customize-and-secure-your-sign-in)** | &#8226; [Customize branding](concept-branding-customers.md) </br>&#8226; [Add identity providers](concept-authentication-methods-customers.md) </br>&#8226; [Collect attributes during sign-up](how-to-define-custom-attributes.md)</br>&#8226; [Add attributes to the token](how-to-add-attributes-to-token.md) </br>&#8226; [Add multifactor authentication (MFA)](concept-security-customers.md) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This how-to guide uses a sample ASP.NET browserless app to show how to add authe
2626

2727
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
2828

29-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
29+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
3030

3131
## Register the headless app
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The article series is broken down into the following steps:
3232

3333
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
3434

35-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial).
35+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
3636

3737
## OAuth 2.0 device authorization grant flow
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this article, you complete the following tasks:
3838

3939
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
4040

41-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
41+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
4242

4343
## Register the browserless app
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The device code flow is an OAuth2.0 grant flow that allows users to sign in to i
4141

4242
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
4343

44-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-hub-free-trial).
44+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
4545

4646

4747
If you want to run a sample Node.js browserless application rather than building it from scratch, complete the steps in [Sign in users in a sample Node.js browserless application by using the Device Code flow](how-to-browserless-app-node-sample-sign-in.md)

articles/active-directory/external-identities/customers/how-to-create-customer-tenant-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ In this article, you learn how to:
2727

2828
## Prerequisites
2929

30-
- An Azure subscription. If you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30+
- An Azure subscription. If you don't have one, create a <a href="https://azure.microsoft.com/free/?WT.mc_id=A261C142F" target="_blank">free account</a> before you begin.
3131
- An Azure account that's been assigned at least the [Contributor](/azure/role-based-access-control/built-in-roles#contributor) role scoped to the subscription or to a resource group within the subscription.
32-
- If you don't have an Azure account, sign up for a [30-day free trial](quickstart-trial-setup.md).
3332

3433
## Create a new customer tenant
3534

articles/active-directory/external-identities/customers/how-to-daemon-node-call-api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The application you build uses [Microsoft Authentication Library (MSAL) for Node
4343

4444
- [Visual Studio Code](https://code.visualstudio.com/download) or another code editor.
4545

46-
- Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
46+
- Azure AD for customers tenant. If you don't already have one, <a href="https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl" target="_blank">sign up for a free trial</a>.
4747

4848

4949
If you want to run a sample Node.js daemon application to get a feel of how things work, complete the steps in [Call an API in a sample Node.js daemon application](how-to-daemon-node-sample-call-api.md).

0 commit comments

Comments
 (0)