Skip to content

Commit d87f040

Browse files
authored
Merge pull request #239144 from csmulligan/csmulligan-ciam-bug91256
[CIAM] Free trial link update related to Bug #91256
2 parents addd34d + f7427d8 commit d87f040

25 files changed

+28
-31
lines changed

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).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A daemon app uses the standard [OAuth 2.0 client credentials grant](../../develo
3333

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

36-
- Azure AD for customers tenant. If you don't already have one, [sign up for free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
36+
- 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>.
3737

3838
## Register a daemon application and a web API
3939

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ In this article, you do 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).
42-
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>.
4342
<!--Awaiting this link http://developer.microsoft.com/identity/customers to go live on Developer hub-->
4443

4544
## Register desktop app

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this article, you do the following tasks:
3232
- [Visual Studio Code](https://code.visualstudio.com/download) with the MAUI workload installed:
3333
- [Instructions for Windows](/dotnet/maui/get-started/installation?tabs=vswin)
3434
- [Instructions for macOS](/dotnet/maui/get-started/installation?tabs=vsmac)
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?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
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
## Register .NET MAUI desktop application
3838

0 commit comments

Comments
 (0)