Skip to content

Commit ba8f036

Browse files
authored
Merge pull request #157760 from MicrosoftDocs/master
5/07 PM Publish
2 parents c1b0d0b + be949c2 commit ba8f036

File tree

149 files changed

+2134
-763
lines changed

Some content is hidden

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

149 files changed

+2134
-763
lines changed

articles/active-directory-b2c/microsoft-graph-operations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ ms.subservice: B2C
1818

1919
Microsoft Graph allows you to manage resources in your Azure AD B2C directory. The following Microsoft Graph API operations are supported for the management of Azure AD B2C resources, including users, identity providers, user flows, custom policies, and policy keys. Each link in the following sections targets the corresponding page within the Microsoft Graph API reference for that operation.
2020

21+
> [!NOTE]
22+
> You can also programmatically create an Azure AD B2C directory itself, along with the corresponding Azure resource linked to an Azure subscription. This functionality isn't exposed through the Microsoft Graph API, but through the Azure REST API. For more information, see [B2C Tenants - Create](https://docs.microsoft.com/rest/api/activedirectory/b2ctenants/create).
23+
2124
## Prerequisites
2225

2326
To use MS Graph API, and interact with resources in your Azure AD B2C tenant, you need an application registration that grants the permissions to do so. Follow the steps in the [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-get-started.md) article to create an application registration that your management application can use.

articles/active-directory/app-proxy/what-is-application-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Many organizations believe they are in control and protected when resources exis
2626

2727
Perhaps you're already using Azure AD to manage users in the cloud who need to access Microsoft 365 and other SaaS applications, as well as web apps hosted on-premises. If you already have Azure AD, you can leverage it as one control plane to allow seamless and secure access to your on-premises applications. Or, maybe you're still contemplating a move to the cloud. If so, you can begin your journey to the cloud by implementing Application Proxy and taking the first step towards building a strong identity foundation.
2828

29-
While not comprehensive, the list below illustrates some of the things you can enable by implementing App Proxy in a hybrid coexistence scenario:
29+
While not comprehensive, the list below illustrates some of the things you can enable by implementing Application Proxy in a hybrid coexistence scenario:
3030

3131
* Publish on-premises web apps externally in a simplified way without a DMZ
3232
* Support single sign-on (SSO) across devices, resources, and apps in the cloud and on-premises

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
items:
8383
- name: Angular
8484
href: tutorial-v2-angular.md
85+
- name: Angular - Auth code flow
86+
href: tutorial-v2-angular-auth-code.md
8587
- name: Blazor WebAssembly
8688
href: tutorial-blazor-webassembly.md
8789
- name: JavaScript
15.4 KB
Loading
17.3 KB
Loading
18.6 KB
Loading
76.9 KB
Loading

articles/active-directory/develop/msal-net-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ If you are already familiar with the Azure AD for developers (v1.0) endpoint (an
4747
However, you still need to use ADAL.NET if your application needs to sign in users with earlier versions of [Active Directory Federation Services (ADFS)](/windows-server/identity/active-directory-federation-services). For more information, see [ADFS support](https://aka.ms/msal-net-adfs-support).
4848

4949
The following picture summarizes some of the differences between ADAL.NET and MSAL.NET for a public client application
50-
[![Side-by-side code for public client applications](./media/msal-compare-msaldotnet-and-adaldotnet/differences.png)](./media/msal-compare-msaldotnet-and-adaldotnet/differences.png#lightbox)
50+
[![Screenshot showing some of the differences between ADAL.NET and MSAL.NET for a public client application.](./media/msal-compare-msaldotnet-and-adaldotnet/differences.png)](./media/msal-compare-msaldotnet-and-adaldotnet/differences.png#lightbox)
5151

5252
And the following picture summarizes some of the differences between ADAL.NET and MSAL.NET for a confidential client application
53-
[![Side-by-side code for confidential client applications](./media/msal-net-migration/confidential-client-application.png)](./media/msal-net-migration/confidential-client-application.png#lightbox)
53+
[![Screenshot showing some of the differences between ADAL.NET and MSAL.NET for a confidential client application.](./media/msal-net-migration/confidential-client-application.png)](./media/msal-net-migration/confidential-client-application.png#lightbox)
5454

5555
### NuGet packages and Namespaces
5656

articles/active-directory/develop/quickstart-v2-javascript-auth-code-angular.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2424

2525
This quickstart uses MSAL Angular v2 with the authorization code flow. For a similar quickstart that uses MSAL Angular 1.x with the implicit flow, see [Quickstart: Sign in users in JavaScript single-page apps](./quickstart-v2-angular.md).
2626

27-
> [!IMPORTANT]
28-
> MSAL Angular v2 [!INCLUDE [PREVIEW BOILERPLATE](../../../includes/active-directory-develop-preview.md)]
29-
3027
## Prerequisites
3128

3229
* Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)

0 commit comments

Comments
 (0)