Skip to content

Commit 05ed5ea

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents b283015 + 8200dab commit 05ed5ea

File tree

79 files changed

+809
-576
lines changed

Some content is hidden

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

79 files changed

+809
-576
lines changed

articles/active-directory-b2c/custom-policies-series-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ While you can use pre-made [custom policy starter pack](./tutorial-create-user-f
3030

3131
## Select an article
3232

33-
This how-to guide series consists of multiple articles. We recommend that you start this series from the fist article. For each article (except the first one), you're expected to use the custom policy you write in the preceding article.
33+
This how-to guide series consists of multiple articles. We recommend that you start this series from the first article. For each article (except the first one), you're expected to use the custom policy you write in the preceding article.
3434

3535
|Article | What you'll learn |
3636
|---------|---------|

articles/active-directory-b2c/custom-policies-series-sign-up-or-sign-in-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Use the following steps to add a combined local and social account:
674674
</UserJourneys>-->
675675
```
676676

677-
In the fist step, we specify the options a user needs to choose from in their journey, local or social authentication. In the steps that follow, we use preconditions to track the option the user picked or the stage of the journey at which the user is. For example, we use the `authenticationSource` claim to differentiate between a local authentication journey and a social authentication journey.
677+
In the first step, we specify the options a user needs to choose from in their journey, local or social authentication. In the steps that follow, we use preconditions to track the option the user picked or the stage of the journey at which the user is. For example, we use the `authenticationSource` claim to differentiate between a local authentication journey and a social authentication journey.
678678

679679
1. In the `RelyingParty` section, change *DefaultUserJourney's* `ReferenceId` to `LocalAndSocialSignInAndSignUp`
680680

articles/active-directory/develop/how-to-integrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ROBOTS: NOINDEX
1818

1919
# Integrating with the Microsoft identity platform
2020

21-
[!INCLUDE [active-directory-devguide](../../../includes/active-directory-devguide.md)]
21+
[!INCLUDE [active-directory-devguide](../../../includes/devguide.md)]
2222

2323
In this article, you learn about the benefits of integrating your application with the Microsoft identity platform and get resources for integration. The Microsoft identity platform and Azure Active Directory (AD) provides organizations with enterprise-grade identity management for cloud applications. The Microsoft identity platform integration gives your users a streamlined sign-in experience, and helps your application conform to IT policy.
2424

articles/active-directory/develop/includes/web-api/quickstart-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Start both projects. For Visual Studio users;
136136

137137
1. For both projects choose **Start** as the action
138138

139-
1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
139+
1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
140140

141141
Sign in to run your TodoListClient project.
142142

articles/active-directory/develop/quickstart-v2-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
147147
>
148148
> 1. For both projects choose **Start** as the action
149149
>
150-
> 1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
150+
> 1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
151151
>
152152
> Sign in to run your TodoListClient project.
153153
>

articles/active-directory/develop/web-api-quickstart-portal-dotnet-native-aspnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ms.custom: devx-track-csharp, aaddev, identityplatformtop40, "scenarios:getting-
148148
>
149149
> 1. For both projects choose **Start** as the action
150150
>
151-
> 1. Ensure the TodoListService service starts first by moving it to the fist position in the list, using the up arrow.
151+
> 1. Ensure the TodoListService service starts first by moving it to the first position in the list, using the up arrow.
152152
>
153153
> Sign in to run your TodoListClient project.
154154
>

0 commit comments

Comments
 (0)