You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/customers/tutorial-browserless-app-dotnet-sign-in-prepare-tenant.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,7 @@ In this tutorial, you learn how to:
29
29
30
30
## Prerequisites
31
31
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).
Copy file name to clipboardExpand all lines: articles/active-directory/external-identities/customers/tutorial-daemon-dotnet-call-api-prepare-tenant.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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"
3
3
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
4
4
services: active-directorya
5
5
author: SHERMANOUKO
@@ -10,10 +10,10 @@ ms.service: active-directory
10
10
ms.subservice: ciam
11
11
ms.custom: devx-track-dotnet
12
12
ms.topic: tutorial
13
-
ms.date: 07/13/2023
13
+
ms.date: 07/28/2023
14
14
---
15
15
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
17
17
18
18
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.
19
19
@@ -25,6 +25,10 @@ In this tutorial, you learn how to:
25
25
> - Register a client daemon application and grant it app permissions in the Microsoft Entra admin center
26
26
> - Create a client secret for your daemon application in the Microsoft Entra admin center.
27
27
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).
The next step after this tutorial is to build a daemon app that calls your web API. Ensure you have the following details:
55
59
56
60
- 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.
59
63
- The Application (client) ID of the web API app you registered.
60
64
61
65
## Next steps
62
66
63
67
In the next tutorial, you configure your daemon and web API applications.
64
68
65
69
> [!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