Skip to content

Commit 5b05d3f

Browse files
committed
enhance b2c overview
1 parent 903b121 commit 5b05d3f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/active-directory-b2c/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is Azure Active Directory B2C?
3-
description: Learn how you can use Azure Active Directory B2C to support external identities in your applications, including social login with Facebook, Google, and other identity providers.
3+
description: Learn how you can use Azure Active Directory B2C to support external identities in your applications, including social sign up with Facebook, Google, and other identity providers.
44
services: active-directory-b2c
55
author: msmimart
66
manager: celestedg
@@ -21,10 +21,10 @@ Azure Active Directory B2C provides business-to-customer identity as a service.
2121

2222
Azure AD B2C is a customer identity access management (CIAM) solution capable of supporting millions of users and billions of authentications per day. It takes care of the scaling and safety of the authentication platform, monitoring, and automatically handling threats like denial-of-service, password spray, or brute force attacks.
2323

24-
Azure AD B2C is a separate service from [Azure Active Directory (Azure AD)](../active-directory/fundamentals/active-directory-whatis.md). It is built on the same technology as Azure AD but for a different purpose - to allow businesses build customer facing application and then allow anyone to sign up into those applications with no restrictions on user account.
24+
Azure AD B2C is a separate service from [Azure Active Directory (Azure AD)](../active-directory/fundamentals/active-directory-whatis.md). It is built on the same technology as Azure AD but for a different purpose. It allows businesses to build customer facing application, and then allow anyone to sign up into those applications with no restrictions on user account.
2525

2626
## Who uses Azure AD B2C?
27-
Any business or individual who wishes to allow anyone to sign up to their web/mobile applications.
27+
Any business or individual who wishes to authenticate end users to their web/mobile applications using a white-label authentication solution. Apart from authentication, Azure AD B2C service is used for authorization such as access to API resources by authenticated users. Azure AD B2C is meant to be used by **IT administrators** and **developers**.
2828

2929
## Custom-branded identity solution
3030

articles/active-directory-b2c/technical-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,12 @@ By integrating Azure Application Insights into Azure AD B2C custom policies, you
296296

297297
For more information, see [Track user behavior in Azure Active Directory B2C using Application Insights](analytics-with-application-insights.md).
298298

299+
## Automation using Microsoft Graph API
300+
301+
Use MS graph API to manage your Azure AD B2C directory. You can also create the Azure AD B2C directory itself. You can manage users, identity providers, user flows, custom policies and many more.
302+
303+
Learn more about how to [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-operations.md).
304+
299305
## Azure AD B2C service limits and restrictions
300306
Learn more about [Azure AD B2C service limits and restrictions](service-limits.md)
301307

0 commit comments

Comments
 (0)