Skip to content

Commit 4b1e695

Browse files
committed
Merge remote-tracking branch 'upstream/main' into december-synapse-freshness
2 parents 5511b70 + 4b3ed72 commit 4b1e695

File tree

1,986 files changed

+15571
-14402
lines changed

Some content is hidden

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

1,986 files changed

+15571
-14402
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,6 +1970,11 @@
19701970
"redirect_url": "/azure/firewall/tutorial-protect-firewall-ddos",
19711971
"redirect_document_id": false
19721972
},
1973+
{
1974+
"source_path_from_root": "/articles/firewall-manager/check-point-overview.md",
1975+
"redirect_url": "/azure/firewall-manager/deploy-trusted-security-partner",
1976+
"redirect_document_id": false
1977+
},
19731978
{
19741979
"source_path_from_root": "/articles/flexible-server/concepts-high-availability.md",
19751980
"redirect_url": "/azure/reliability/reliability-postgre-flexible",
@@ -4015,10 +4020,35 @@
40154020
"redirect_url": "/azure/managed-grafana/overview",
40164021
"redirect_document_id": false
40174022
},
4023+
{
4024+
"source_path_from_root": "/articles/managed-grafana/concept-whats-new.md",
4025+
"redirect_url": "/azure/managed-grafana/overview",
4026+
"redirect_document_id": false
4027+
},
40184028
{
40194029
"source_path_from_root": "/articles/managed-grafana/how-to-transition-domain.md",
40204030
"redirect_url": "/azure/managed-grafana/overview",
40214031
"redirect_document_id": false
4032+
},
4033+
{
4034+
"source_path_from_root": "/articles/load-balancer/move-across-regions-external-load-balancer-portal.md",
4035+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4036+
"redirect_document_id": false
4037+
},
4038+
{
4039+
"source_path_from_root": "/articles/load-balancer/move-across-regions-external-load-balancer-powershell.md",
4040+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4041+
"redirect_document_id": false
4042+
},
4043+
{
4044+
"source_path_from_root": "/articles/load-balancer/move-across-regions-internal-load-balancer-portal.md",
4045+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4046+
"redirect_document_id": false
4047+
},
4048+
{
4049+
"source_path_from_root": "/articles/load-balancer/move-across-regions-internal-load-balancer-powershell.md",
4050+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4051+
"redirect_document_id": false
40224052
}
40234053
]
40244054
}

articles/active-directory-b2c/configure-authentication-sample-angular-spa-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following diagram describes the app registrations and the app architecture.
6262
Before you follow the procedures in this article, make sure that your computer is running:
6363

6464
* [Visual Studio Code](https://code.visualstudio.com/) or any other code editor.
65-
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
65+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
6666
* [Angular CLI](https://angular.io/cli).
6767

6868
## Step 1: Configure your user flow

articles/active-directory-b2c/configure-authentication-sample-react-spa-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following diagram describes the app registrations and the app architecture.
6262
Before you follow the procedures in this article, make sure that your computer is running:
6363

6464
* [Visual Studio Code](https://code.visualstudio.com/) or another code editor.
65-
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/). To test that you have Node.js and npm correctly installed on your machine, you can type `node --version` and `npm --version` in a terminal or command prompt.
65+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/). To test that you have Node.js and npm correctly installed on your machine, you can type `node --version` and `npm --version` in a terminal or command prompt.
6666

6767
## Step 1: Configure your user flow
6868

articles/active-directory-b2c/configure-authentication-sample-spa-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The app architecture and registrations are illustrated in the following diagram:
6060
A computer that's running:
6161

6262
* [Visual Studio Code](https://code.visualstudio.com/), or another code editor.
63-
* [Node.js runtime](https://nodejs.org/en/download/)
63+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/)
6464

6565
## Step 1: Configure your user flow
6666

articles/active-directory-b2c/enable-authentication-in-node-web-app-with-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you learn how to create your web app that calls your web API. T
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/), or another code editor
3131

32-
- [Node.js runtime](https://nodejs.org/en/download/)
32+
- [Node.js runtime](https://nodejs.org/en/download/package-manager/)
3333

3434
## Step 1: Create a protected web API
3535

articles/active-directory-b2c/enable-authentication-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the next sections, you create a new web API project. Select your programming
7676
# [Node.js](#tab/nodejsgeneric)
7777
7878
* [Visual Studio Code](https://code.visualstudio.com/), or another code editor
79-
* [Node.js runtime](https://nodejs.org/en/download/)
79+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/)
8080
8181
---
8282

articles/active-directory-b2c/partner-nok-nok.md

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,62 @@
11
---
22
title: Tutorial to configure Nok Nok S3 Authentication Suite with Azure Active Directory B2C for FIDO passkey authentication
33
titleSuffix: Azure AD B2C
4-
description: Configure Nok Nok S3 Authentication Suite with Azure AD B2C to enable FIDO passkey authentication
4+
description: Configure Nok Nok S3 Authentication Suite with Azure AD B2C to enable FIDO passkey authentication.
55
author: gargi-sinha
66
manager: martinco
77
ms.reviewer: kengaderdus
88
ms.service: azure-active-directory
99
ms.topic: how-to
10-
ms.date: 06/21/2024
11-
10+
ms.date: 12/09/2024
1211
ms.author: gasinh
1312
ms.subservice: b2c
1413

15-
# Customer intent: I'm a developer integrating Azure AD B2C with a third-party authentication provider. I want to learn how to configure Nok Nok S3 Authentication Suite as an identity provider (IdP) in Azure AD B2C. My goal is to implement FIDO Passkey authentication for my users.
14+
# Customer intent: I'm a developer integrating Azure AD B2C with a third-party authentication provider. I want to learn how to configure Nok Nok S3 Authentication Suite as an identity provider (IdP) in Azure AD B2C. My goal is to implement FIDO passkey authentication for my users.
1615
---
17-
# Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO Passkey Authentication
16+
# Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO passkey authentication
1817

19-
Learn to integrate the Nok Nok S3 Authentication Suite into your Azure Active Directory (AD) B2C tenant. The Nok Nok solution enables FIDO-certified multifactor authentication such as FIDO UAF, FIDO U2F, WebAuthn, and FIDO2 for mobile and web applications. The Nok Nok solution strengthens your security while maintaining an optimal user experience.
18+
In this article, you learn to integrate the Nok Nok S3 Authentication Suite into your Azure Active Directory (AD) B2C tenant. The Nok Nok solution enables FIDO-certified multifactor authentication, such as FIDO Universal Authentication Framework (UAF), FIDO Universal Second Factor (U2F), WebAuthn, and FIDO2, for mobile and web applications. The Nok Nok solution strengthens your security while maintaining an optimal user experience.
2019

21-
Learn more at [Nok Nok](https://noknok.com/)
20+
Learn more at [Nok Nok](https://noknok.com/).
2221

2322
## Prerequisites
2423

2524
To get started, you need:
2625

2726
* An Azure subscription. If you don't have one, get an [Azure free account](https://azure.microsoft.com/free/).
28-
* An Azure AD B2C tenant linked to the Azure subscription [Tutorial: Create an Azure AD B2C tenant](tutorial-create-tenant.md).
27+
* An Azure AD B2C tenant linked to the Azure subscription. Learn how to [Create an Azure AD B2C tenant](tutorial-create-tenant.md).
2928
* A Nok Nok Cloud evaluation tenant for FIDO registration and authentication.
3029

3130
## Scenario description
3231

33-
To enable Passkey authentication for your users, enable Nok Nok as an identity provider (IdP) in your Azure AD B2C tenant. The Nok Nok integration includes the following components:
32+
To enable passkey authentication for your users, enable Nok Nok as an identity provider (IdP) in your Azure AD B2C tenant. The Nok Nok integration includes the following components:
3433

3534
* **Azure AD B2C** – authorization server that verifies user credentials.
3635
* **Web and mobile applications** – mobile or web apps to protect with Nok Nok solutions and Azure AD B2C.
37-
* **Nok Nok Tutorial Web App** – application to register the passkey on your device.
38-
* **Nok Nok Sign in App** – application for authenticating Azure AD B2C applications using passkey.
39-
36+
* **Nok Nok tutorial web app** – application to register the passkey on your device.
37+
* **Nok Nok sign-in app** – application for authenticating Azure AD B2C applications with passkey.
4038

41-
The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2C by using OpenID Connect (OIDC) for Passkey authentication.
39+
The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2C by using OpenID Connect (OIDC) for passkey authentication.
4240

43-
![Diagram of Nok Nok as IdP for Azure AD B2C using OpenID Connect (OIDC) for Passkey authentication.](./media/partner-nok-nok/nok-nok-architecture-diagram.png)
41+
![Diagram of Nok Nok as IdP for Azure AD B2C using OpenID Connect (OIDC) for passkey authentication.](./media/partner-nok-nok/nok-nok-architecture-diagram.png)
4442

45-
### Scenario 1: Passkey Registration
46-
1. The user navigates to the Nok Nok Tutorial Web App using the link provided by Nok Nok.
43+
### Scenario 1: Passkey registration
44+
1. The user navigates to the Nok Nok tutorial web app using the link provided by Nok Nok.
4745
2. The user enters their Azure AD B2C username and default tutorial app password.
4846
3. The user receives a prompt to register the passkey.
4947
4. The Nok Nok server validates the passkey credential and confirms successful passkey registration to the user.
5048
5. The passkey on the user's device is ready for authentication.
5149

52-
### Scenario 2: Passkey Authentication
53-
1. The user selects the Sign in with Nok Nok Cloud button on the Azure AD B2C Sign in page.
54-
2. Azure AD B2C redirects the user to the Nok Nok Signin App.
55-
3. User authenticates with their passkey.
50+
### Scenario 2: Passkey authentication
51+
1. The user selects the sign-in with Nok Nok Cloud button on the Azure AD B2C sign-in page.
52+
2. Azure AD B2C redirects the user to the Nok Nok sign-in app.
53+
3. The user authenticates with their passkey.
5654
4. The Nok Nok server validates the passkey assertion and sends an OIDC authentication response to Azure AD B2C.
5755
5. Based on the authentication result, Azure AD B2C either grants or denies access to the target application.
5856

59-
6057
## Get started with Nok Nok
6158

62-
1. [Contact](https://noknok.com/contact/) Nok Nok.
59+
1. [Contact Nok Nok](https://noknok.com/contact/).
6360
2. Fill out the form for a Nok Nok tenant.
6461
3. An email arrives with tenant access information and links to documentation.
6562
4. Use the Nok Nok integration documentation to complete the tenant OIDC configuration.
@@ -68,11 +65,11 @@ The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2
6865

6966
Use the following instructions to add and configure an IdP, and then configure a user flow.
7067

71-
### Add a new Identity provider
68+
### Add a new identity provider
7269

7370
For the following instructions, use the directory with the Azure AD B2C tenant. To add a new IdP:
7471

75-
1. Sign in to the [Azure portal](https://portal.azure.com/#home) as at least as the B2C IEF Policy Administrator of the Azure AD B2C tenant.
72+
1. Sign in to the [Azure portal](https://portal.azure.com/#home) as at least as the B2C Identity Experience Framework (IEF) Policy Administrator of the Azure AD B2C tenant.
7673
2. In the portal toolbar, select **Directories + subscriptions**.
7774
3. On **Portal settings, Directories + subscriptions**, in the **Directory name** list, locate the Azure AD B2C directory.
7875
4. Select **Switch**.
@@ -82,13 +79,13 @@ For the following instructions, use the directory with the Azure AD B2C tenant.
8279
8. Select **Identity providers**.
8380
9. Select **Add**.
8481

85-
### Configure an Identity provider
82+
### Configure an identity provider
8683

8784
To configure an IdP:
8885

8986
1. Select **Identity provider type** > **OpenID Connect (Preview)**.
90-
2. For **Name**, enter the Nok Nok Authentication Provider, or another name.
91-
3. For **Metadata URL**, enter the following URL after replacing the placeholder with the tenant ID provided by Nok Nok: `https://cloud.noknok.com/<tenant_id>/webapps/nnlfed/realms/<tenant_id>/.well-known/openid-configuration`.
87+
2. For **Name**, enter the Nok Nok Authentication Provider or another name.
88+
3. For **Metadata URL**, enter the following URL after replacing the placeholder with the tenant ID that Nok Nok provides: `https://cloud.noknok.com/<tenant_id>/webapps/nnlfed/realms/<tenant_id>/.well-known/openid-configuration`.
9289
4. For **Client Secret**, use the Client Secret from Nok Nok.
9390
5. For **Client ID**, use the Client ID provided by Nok Nok.
9491
6. For **Scope**, use **openid**.
@@ -109,19 +106,19 @@ For the following instructions, Nok Nok is a new OIDC IdP in the B2C identity pr
109106
5. Select **Create**.
110107
6. Enter a policy **Name**.
111108
7. In **Identity providers**, select the created Nok Nok IdP.
112-
8. Check **Email signup** under **Local accounts** to display an intermediate Azure AD B2C signin/signup page with a button that redirects the user to the Nok Nok Signin App.
109+
8. Check **Email signup** under **Local accounts** to display an intermediate Azure AD B2C signin/signup page with a button that redirects the user to the Nok Nok sign-in app.
113110
9. Leave the **Multi-factor Authentication** field.
114-
10. Click **Create** to save.
111+
10. Select **Create** to save.
115112

116113
## Test the user flow
117114

118115
1. Open the Azure AD B2C tenant. Under **Policies**, select **Identity Experience Framework**.
119116
2. Select the created **SignUpSignIn**.
120117
3. Select **Run user flow**.
121-
4. For **Application**, select the registered app. The example is JWT.
122-
5. For **Reply URL**, select the redirect URL of the application that you previously selected at the previous step.
118+
4. For **Application**, select the registered app. The example is JSON Web Token (JWT).
119+
5. For **Reply URL**, select the redirect URL of the application that you selected at the previous step.
123120
6. Select **Run user flow**.
124-
7. Perform signin using the Azure AD B2C username and the passkey that you previously registered for the same user.
121+
7. Perform sign-in using the Azure AD B2C username and the passkey that you previously registered for the same user.
125122
8. Verify that you received the token after authentication.
126123

127124
If the flow is incomplete, confirm the user is or isn't saved in the directory.

articles/active-directory-b2c/quickstart-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this quickstart, you use a single-page application to sign in using a social
2828
## Prerequisites
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/)
31-
- [Node.js](https://nodejs.org/en/download/)
31+
- [Node.js](https://nodejs.org/en/download/package-manager/)
3232
- Social account from Facebook, Google, or Microsoft
3333
- Code sample from GitHub: [ms-identity-b2c-javascript-spa](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa):
3434

articles/api-center/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ landingContent:
6161
- linkListType: how-to-guide
6262
links:
6363
- text: Analyze APIs using linting rules
64-
url: enable-api-analysis-linting.md
64+
url: enable-managed-api-analysis-linting.md
6565
- linkListType: concept
6666
links:
6767
- text: Use metadata for governance

articles/api-management/api-management-gateways-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Managed and self-hosted gateways support all available [policies](api-management
126126
| [GraphQL resolvers](api-management-policies.md#graphql-resolvers) and [GraphQL validation](api-management-policies.md#content-validation)| ✔️ | ✔️ |✔️ |||
127127
| [Get authorization context](get-authorization-context-policy.md) | ✔️ | ✔️ |✔️ |||
128128
| [Authenticate with managed identity](authentication-managed-identity-policy.md) | ✔️ | ✔️ |✔️ | ✔️ ||
129-
| [Azure OpenAI and LLM semantic caching](api-management-policies.md#caching) | | ✔️ | |||
129+
| [Azure OpenAI and LLM semantic caching](api-management-policies.md#caching) | ✔️ | ✔️ |✔️ |||
130130
| [Quota and rate limit](api-management-policies.md#rate-limiting-and-quotas) | ✔️ | ✔️<sup>2</sup> | ✔️<sup>3</sup> | ✔️<sup>4</sup> | ✔️ |
131131

132132
<sup>1</sup> Configured policies that aren't supported by the self-hosted gateway are skipped during policy execution.<br/>

0 commit comments

Comments
 (0)