Skip to content

Commit 03ca9c8

Browse files
Merge pull request #246591 from SHERMANOUKO/ciam-dotnet-fixes
CIAM .NET improve daemon browserless docs
2 parents c6f1e4b + d3898a3 commit 03ca9c8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ In this tutorial, you learn how to:
2929
3030
## Prerequisites
3131

32-
- [.NET 7.0](https://dotnet.microsoft.com/download/dotnet/7.0) or later.
33-
34-
- [Visual Studio 2022](https://code.visualstudio.com/download) or another code editor.
35-
36-
- 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).
32+
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).
3733

3834
## Register the browserless app
3935

articles/active-directory/external-identities/customers/tutorial-daemon-dotnet-call-api-prepare-tenant.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Register and configure .NET daemon app authentication details in a customer tenant"
2+
title: "Tutorial: Prepare your customer tenant to authorize a .NET daemon application"
33
description: Learn about how to prepare your Azure Active Directory (Azure AD) for customers tenant to acquire an access token using client credentials flow in your .NET daemon application
44
services: active-directorya
55
author: SHERMANOUKO
@@ -10,10 +10,10 @@ ms.service: active-directory
1010
ms.subservice: ciam
1111
ms.custom: devx-track-dotnet
1212
ms.topic: tutorial
13-
ms.date: 07/13/2023
13+
ms.date: 07/28/2023
1414
---
1515

16-
# Tutorial: Register and configure .NET daemon app authentication details in a customer tenant
16+
# Tutorial: Prepare your customer tenant to authorize a .NET daemon application
1717

1818
The first step in securing your applications is to register them. In this tutorial, you prepare your Azure Active Directory (Azure AD) for customers tenant for authorization. This tutorial is part of a series that guides you to develop a .NET daemon app that calls your own custom protected web API using Azure AD for customers.
1919

@@ -25,6 +25,10 @@ In this tutorial, you learn how to:
2525
> - Register a client daemon application and grant it app permissions in the Microsoft Entra admin center
2626
> - Create a client secret for your daemon application in the Microsoft Entra admin center.
2727
28+
## Prerequisites
29+
30+
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).
31+
2832
## 1. Register a web API application
2933

3034
[!INCLUDE [active-directory-b2c-app-integration-add-user-flow](./includes/register-app/register-api-app.md)]
@@ -49,18 +53,18 @@ In this tutorial, you learn how to:
4953

5054
[!INCLUDE [active-directory-b2c-app-integration-add-user-flow](./includes/register-app/grant-api-permissions-app-permissions.md)]
5155

52-
## 6. Pick your registration details
56+
## 6. Record your app registration details
5357

5458
The next step after this tutorial is to build a daemon app that calls your web API. Ensure you have the following details:
5559

5660
- The Application (client) ID of the client daemon app that you registered.
57-
- The Directory (tenant) subdomain where you registered your daemon app.
58-
- The secret value for the daemon app you created.
61+
- The Directory (tenant) subdomain where you registered your daemon app. If you don't have your tenant name, learn how to [read your tenant details](how-to-create-customer-tenant-portal.md#get-the-customer-tenant-details).
62+
- The application secret value for the daemon app you created.
5963
- The Application (client) ID of the web API app you registered.
6064

6165
## Next steps
6266

6367
In the next tutorial, you configure your daemon and web API applications.
6468

6569
> [!div class="nextstepaction"]
66-
> [Prepare your daemon application >](tutorial-daemon-dotnet-call-api-build-app.md)
70+
> [Build your daemon application >](tutorial-daemon-dotnet-call-api-build-app.md)

0 commit comments

Comments
 (0)