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-b2c/publish-app-to-azure-ad-app-gallery.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.subservice: B2C
18
18
19
19
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.
20
20
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.
22
22
23
23
Here are some benefits of adding your Azure AD B2C app to the app gallery:
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/quickstart-native-app-desktop.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "Quickstart: Set up sign-in for a desktop app"
2
+
title: "Quickstart: Set up signin for a desktop app using Azure Active Directory B2C"
3
3
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 signin.
5
5
services: active-directory-b2c
6
6
author: kengaderdus
7
7
manager: CelesteDG
@@ -14,7 +14,7 @@ ms.author: kengaderdus
14
14
ms.subservice: B2C
15
15
---
16
16
17
-
# Quickstart: Set up sign-in for a desktop app using Azure Active Directory B2C
17
+
# Quickstart: Set up signin for a desktop app using Azure Active Directory B2C
18
18
19
19
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.
20
20
@@ -38,40 +38,40 @@ Azure Active Directory B2C (Azure AD B2C) provides cloud identity management to
38
38
39
39
## Sign in using your account
40
40
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.
42
42
43
43

44
44
45
45
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.
46
46
47
47
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 signin 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.
49
49
50
50

51
51
52
52
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.
53
53
54
-
2. Finish the sign-in process for the identity provider.
54
+
2. Finish the signin process for the identity provider.
55
55
56
56
Your new account profile details are pre-populated with information from your social account.
57
57
58
58
## Edit your profile
59
59
60
60
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.
61
61
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.
63
63
64
64

65
65
66
66
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.
67
67
68
-
3. Change your **Display name** or **City**, and then click **Continue**.
68
+
3. Change your **Display name** or **City**, and then select **Continue**.
69
69
70
70
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.
71
71
72
72
## Access a protected API resource
73
73
74
-
Click **Call API** to make a request to the protected resource.
74
+
Select **Call API** to make a request to the protected resource.
0 commit comments