Skip to content

Commit ec60f68

Browse files
authored
Merge pull request #229937 from garrodonnell/godonnell-ms.topic-updates
[B2C][Update] Correcting ms.topic for some B2C articles.
2 parents 4a31e5f + 4302099 commit ec60f68

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/active-directory-b2c/configure-authentication-sample-ios-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.topic: reference
9+
ms.topic: how-to
1010
ms.date: 01/06/2023
1111
ms.author: kengaderdus
1212
ms.subservice: B2C

articles/active-directory-b2c/custom-policy-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: CelesteDG
77

88
ms.service: active-directory
99
ms.workload: identity
10-
ms.topic: reference
10+
ms.topic: overview
1111
ms.date: 01/10/2023
1212
ms.author: kengaderdus
1313
ms.subservice: B2C

articles/active-directory-b2c/enable-authentication-web-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.workload: identity
9-
ms.topic: reference
9+
ms.topic: how-to
1010
ms.date: 01/10/2023
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
@@ -262,7 +262,7 @@ Add two endpoints to your web API:
262262

263263
# [ASP.NET Core](#tab/csharpclient)
264264

265-
Under the */Controllers* folder, add a *PublicController.cs* file, and then add to it the following code snippet:
265+
Under the */Controllers* folder, add a *PublicController.cs* file, and then add it to the following code snippet:
266266

267267
```csharp
268268
using System;
@@ -307,7 +307,7 @@ app.get('/public', (req, res) => res.send( {'date': new Date() } ));
307307

308308
# [ASP.NET Core](#tab/csharpclient)
309309

310-
Under the */Controllers* folder, add a *HelloController.cs* file, and then add to it the following code:
310+
Under the */Controllers* folder, add a *HelloController.cs* file, and then add it to the following code:
311311

312312
```csharp
313313
using Microsoft.AspNetCore.Authorization;
@@ -438,7 +438,7 @@ In the *appsettings.json* file, update the following properties:
438438

439439
# [Node.js](#tab/nodejsgeneric)
440440

441-
Under the project root folder, create a *config.json* file, and then add to it the following JSON snippet:
441+
Under the project root folder, create a *config.json* file, and then add it to the following JSON snippet:
442442

443443
```json
444444
{

0 commit comments

Comments
 (0)