Skip to content

Commit 915c68a

Browse files
committed
review publish app to Azure AD gallery
1 parent 42cd61f commit 915c68a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/active-directory-b2c/publish-app-to-azure-ad-app-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: B2C
1818

1919
The Azure Active Directory (Azure AD) app gallery is a catalog of thousands of apps. The app gallery makes it easy to deploy and configure single sign-on (SSO) and automate user setup. You can find popular cloud apps in the gallery, such as Workday, ServiceNow, and Zoom.
2020

21-
This article describes how to publish your Azure Active Directory B2C (Azure AD B2C) app in the Azure AD app gallery. When your app is published, it's listed among the options that customers can choose from when they're adding apps to their Azure AD tenant.
21+
This article describes how to publish your Azure Active Directory B2C (Azure AD B2C) app in the Azure AD app gallery. When you publish your app, it's listed among the options that customers can choose from when they're adding apps to their Azure AD tenant.
2222

2323
Here are some benefits of adding your Azure AD B2C app to the app gallery:
2424

articles/active-directory-b2c/quickstart-native-app-desktop.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Quickstart: Set up sign-in for a desktop app"
2+
title: "Quickstart: Set up sign in for a desktop app using Azure Active Directory B2C"
33
titleSuffix: Azure AD B2C
4-
description: In this Quickstart, run a sample WPF desktop application that uses Azure Active Directory B2C to provide account sign-in.
4+
description: In this Quickstart, run a sample WPF desktop application that uses Azure Active Directory B2C to provide account sign in.
55
services: active-directory-b2c
66
author: kengaderdus
77
manager: CelesteDG
@@ -14,7 +14,7 @@ ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
1616

17-
# Quickstart: Set up sign-in for a desktop app using Azure Active Directory B2C
17+
# Quickstart: Set up sign in for a desktop app using Azure Active Directory B2C
1818

1919
Azure Active Directory B2C (Azure AD B2C) provides cloud identity management to keep your application, business, and customers protected. Azure AD B2C enables your applications to authenticate to social accounts and enterprise accounts using open standard protocols. In this quickstart, you use a Windows Presentation Foundation (WPF) desktop application to sign in using a social identity provider and call an Azure AD B2C protected web API.
2020

@@ -38,40 +38,40 @@ Azure Active Directory B2C (Azure AD B2C) provides cloud identity management to
3838
3939
## Sign in using your account
4040
41-
1. Click **Sign in** to start the **Sign Up or Sign In** workflow.
41+
1. Select **Sign in** to start the **Sign Up or Sign In** workflow.
4242
4343
![Screenshot of the sample WPF application](./media/quickstart-native-app-desktop/wpf-sample-application.png)
4444
4545
The sample supports several sign-up options. These options include using a social identity provider or creating a local account using an email address. For this quickstart, use a social identity provider account from either Facebook, Google, or Microsoft.
4646
4747
48-
2. Azure AD B2C presents a sign-in page for a fictitious company called Fabrikam for the sample web application. To sign up using a social identity provider, click the button of the identity provider you want to use.
48+
2. Azure AD B2C presents a sign in page for a fictitious company called Fabrikam for the sample web application. To sign up using a social identity provider, select the button of the identity provider you want to use.
4949
5050
![Sign In or Sign Up page showing identity providers](./media/quickstart-native-app-desktop/sign-in-or-sign-up-wpf.png)
5151
5252
You authenticate (sign in) using your social account credentials and authorize the application to read information from your social account. By granting access, the application can retrieve profile information from the social account such as your name and city.
5353
54-
2. Finish the sign-in process for the identity provider.
54+
2. Finish the sign in process for the identity provider.
5555
5656
Your new account profile details are pre-populated with information from your social account.
5757
5858
## Edit your profile
5959
6060
Azure AD B2C provides functionality to allow users to update their profiles. The sample web app uses an Azure AD B2C edit profile user flow for the workflow.
6161
62-
1. In the application menu bar, click **Edit profile** to edit the profile you created.
62+
1. In the application menu bar, select **Edit profile** to edit the profile you created.
6363
6464
![Edit profile button highlighted in WPF sample app](./media/quickstart-native-app-desktop/edit-profile-wpf.png)
6565
6666
2. Choose the identity provider associated with the account you created. For example, if you used Facebook as the identity provider when you created your account, choose Facebook to modify the associated profile details.
6767
68-
3. Change your **Display name** or **City**, and then click **Continue**.
68+
3. Change your **Display name** or **City**, and then select **Continue**.
6969
7070
A new access token is displayed in the *Token info* text box. If you want to verify the changes to your profile, copy and paste the access token into the token decoder https://jwt.ms.
7171
7272
## Access a protected API resource
7373
74-
Click **Call API** to make a request to the protected resource.
74+
Select **Call API** to make a request to the protected resource.
7575
7676
![Call API](./media/quickstart-native-app-desktop/call-api-wpf.png)
7777
@@ -87,7 +87,7 @@ You can use your Azure AD B2C tenant if you plan to try other Azure AD B2C quick
8787
8888
In this quickstart, you used a sample desktop application to:
8989
90-
* Sign in with a custom login page
90+
* Sign in with a custom sign in page
9191
* Sign in with a social identity provider
9292
* Create an Azure AD B2C account
9393
* Call a web API protected by Azure AD B2C

0 commit comments

Comments
 (0)