Skip to content

Commit 56e141b

Browse files
authored
Merge pull request #175030 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents bee5905 + e3f34ab commit 56e141b

File tree

280 files changed

+4800
-2656
lines changed

Some content is hidden

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

280 files changed

+4800
-2656
lines changed

.openpublishing.redirection.json

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28129,7 +28129,7 @@
2812928129
"redirect_document_id": false
2813028130
},
2813128131
{
28132-
"source_path_from_root": "/articles/blobs/storage-blob-storage-tiers.md",
28132+
"source_path_from_root": "/articles/storage/blobs/storage-blob-storage-tiers.md",
2813328133
"redirect_url": "/azure/storage/blobs/access-tiers-overview",
2813428134
"redirect_document_id": true
2813528135
},
@@ -46412,7 +46412,36 @@
4641246412
"source_path_from_root": "/articles/iot-dps/quick-enroll-device-tpm-python.md",
4641346413
"redirect_url": "/azure/iot-dps/quick-enroll-device-tpm",
4641446414
"redirect_document_id": false
46415+
},
46416+
{
46417+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/get-started-with-form-recognizer.md",
46418+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sample-label-tool",
46419+
"redirect_document_id": false
46420+
},
46421+
{
46422+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/quickstarts/client-library.md",
46423+
"redirect_url": "/azure/applied-ai-services/form-recognizer/quickstarts/try-sdk-rest-api",
46424+
"redirect_document_id": false
46425+
},
46426+
{
46427+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-receipts.md",
46428+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-receipt",
46429+
"redirect_document_id": false
46430+
},
46431+
{
46432+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-business-cards.md",
46433+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-business-card",
46434+
"redirect_document_id": false
46435+
},
46436+
{
46437+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-identification-cards.md",
46438+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-id-document",
46439+
"redirect_document_id": false
46440+
},
46441+
{
46442+
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/concept-invoices.md",
46443+
"redirect_url": "/azure/applied-ai-services/form-recognizer/concept-invoice",
46444+
"redirect_document_id": false
4641546445
}
46416-
4641746446
]
46418-
}
46447+
}

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

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
---
2+
title: 'Tutorial: Configure Klaxoon for automatic user provisioning with Azure Active Directory | Microsoft Docs'
3+
description: Learn how to automatically provision and de-provision user accounts from Azure AD to Klaxoon.
4+
services: active-directory
5+
documentationcenter: ''
6+
author: twimmer
7+
writer: Thwimmer
8+
manager: beatrizd
9+
10+
ms.assetid: b7a61926-171c-415b-858f-54f6e53515f2
11+
ms.service: active-directory
12+
ms.subservice: saas-app-tutorial
13+
ms.workload: identity
14+
ms.tgt_pltfrm: na
15+
ms.devlang: na
16+
ms.topic: article
17+
ms.date: 09/22/2021
18+
ms.author: Thwimmer
19+
---
20+
21+
# Tutorial: Configure Klaxoon for automatic user provisioning
22+
23+
This tutorial describes the steps you need to perform in both Klaxoon and Azure Active Directory (Azure AD) to configure automatic user provisioning. When configured, Azure AD automatically provisions and de-provisions users and groups to [Klaxoon](https://www.Klaxoon.com/) using the Azure AD Provisioning service. For important details on what this service does, how it works, and frequently asked questions, see [Automate user provisioning and deprovisioning to SaaS applications with Azure Active Directory](../app-provisioning/user-provisioning.md).
24+
25+
26+
## Capabilities supported
27+
> [!div class="checklist"]
28+
> * Create users in Klaxoon.
29+
> * Disable users in Klaxoon when they do not require access anymore.
30+
> * Keep user attributes synchronized between Azure AD and Klaxoon.
31+
> * Provide licenses to users in Klaxoon based on Azure AD Groups.
32+
> * [Single sign-on](klaxoon-saml-tutorial.md) to Klaxoon (recommended).
33+
34+
## Prerequisites
35+
36+
The scenario outlined in this tutorial assumes that you already have the following prerequisites:
37+
38+
* [An Azure AD tenant](../develop/quickstart-create-new-tenant.md).
39+
* A user account in Azure AD with [permission](../roles/permissions-reference.md) to configure provisioning (for example, Application Administrator, Cloud Application administrator, Application Owner, or Global Administrator).
40+
* An existing [Klaxoon contract](https://klaxoon.com/enterprise).
41+
42+
## Step 1. Plan your provisioning deployment
43+
1. Learn about [how the provisioning service works](../app-provisioning/user-provisioning.md).
44+
1. Determine who will be in [scope for provisioning](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
45+
1. Determine what data to [map between Azure AD and Klaxoon](../app-provisioning/customize-application-attributes.md).
46+
47+
## Step 2. Configure Klaxoon to support provisioning with Azure AD
48+
49+
* Contact [Klaxoon](https://klaxoon.com/) to receive a unique **Tenant URL** and a **Secret Token**.
50+
51+
## Step 3. Add Klaxoon from the Azure AD application gallery
52+
53+
Add Klaxoon from the Azure AD application gallery to start managing provisioning to Klaxoon. If you have previously setup Klaxoon for SSO you can use the same application. However it is recommended that you create a separate app when testing out the integration initially. Learn more about adding an application from the gallery [here](../manage-apps/add-application-portal.md).
54+
55+
## Step 4. Define who will be in scope for provisioning
56+
57+
The Azure AD provisioning service allows you to scope who will be provisioned based on assignment to the application and or based on attributes of the user / group. If you choose to scope who will be provisioned to your app based on assignment, you can use the following [steps](../manage-apps/assign-user-or-group-access-portal.md) to assign users and groups to the application. If you choose to scope who will be provisioned based solely on attributes of the user or group, you can use a scoping filter as described [here](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
58+
59+
* When assigning users and groups to Klaxoon, you must select a role other than **Default Access**. Users with the Default Access role are excluded from provisioning and will be marked as not effectively entitled in the provisioning logs. If the only role available on the application is the default access role, you can [update the application manifest](../develop/howto-add-app-roles-in-azure-ad-apps.md) to add additional roles.
60+
61+
* Start small. Test with a small set of users and groups before rolling out to everyone. When scope for provisioning is set to assigned users and groups, you can control this by assigning one or two users or groups to the app. When scope is set to all users and groups, you can specify an [attribute based scoping filter](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
62+
63+
64+
## Step 5. Configure automatic user provisioning to Klaxoon
65+
66+
This section guides you through the steps to configure the Azure AD provisioning service to create, update, and disable users and/or groups in Klaxoon based on user and/or group assignments in Azure AD.
67+
68+
### To configure automatic user provisioning for Klaxoon in Azure AD:
69+
70+
1. Sign in to the [Azure portal](https://portal.azure.com). Select **Enterprise Applications**, then select **All applications**.
71+
72+
![Enterprise applications blade](common/enterprise-applications.png)
73+
74+
1. In the applications list, select **Klaxoon**.
75+
76+
![The Klaxoon link in the Applications list](common/all-applications.png)
77+
78+
1. Select the **Provisioning** tab.
79+
80+
![Provisioning tab](common/provisioning.png)
81+
82+
1. Set the **Provisioning Mode** to **Automatic**.
83+
84+
![Provisioning tab automatic](common/provisioning-automatic.png)
85+
86+
1. Under the **Admin Credentials** section, input your Klaxoon Tenant URL and Secret Token provided by Klaxoon. Click **Test Connection** to ensure Azure AD can connect to Klaxoon. If the connection fails, please contact Klaxoon to check your account setup.
87+
88+
![Token](common/provisioning-testconnection-tenanturltoken.png)
89+
90+
1. In the **Notification Email** field, enter the email address of a person or group who should receive the provisioning error notifications and select the **Send an email notification when a failure occurs** check box.
91+
92+
![Notification Email](common/provisioning-notification-email.png)
93+
94+
1. Select **Save**.
95+
96+
1. Under the **Mappings** section, select **Synchronize Azure Active Directory Users to Klaxoon**.
97+
98+
1. Review the user attributes that are synchronized from Azure AD to Klaxoon in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the user accounts in Klaxoon for update operations. If you choose to change the [matching target attribute](../app-provisioning/customize-application-attributes.md), you will need to ensure that the Klaxoon API supports filtering users based on that attribute. Select the **Save** button to commit any changes.
99+
100+
|Attribute|Type|Supported for filtering|Required by Klaxoon|
101+
|---|---|---|---|
102+
|userName|String|✓|✓|
103+
|emails[type eq "work"].value|String|✓|✓|
104+
|externalId|String||✓|
105+
|name.givenName|String||✓|
106+
|name.familyName|String||✓|
107+
|active|Boolean||✓|
108+
109+
1. Under the **Mappings** section, select **Synchronize Azure Active Directory Groups to Klaxoon**.
110+
111+
1. Review the group attributes that are synchronized from Azure AD to Klaxoon in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the groups in Klaxoon for update operations. Select the **Save** button to commit any changes.
112+
113+
|Attribute|Type|Supported for filtering|Required by Klaxoon|
114+
|---|---|---|---|
115+
|displayName|String|✓|✓
116+
|externalId|String||✓
117+
|members|Reference||
118+
|urn:ietf:params:scim:schemas:extension:klaxoon:2.0:Group:license|String||
119+
120+
121+
1. Define **urn:ietf:params:scim:schemas:extension:klaxoon:2.0:Group:license** attribute to provide Klaxoon PRO licenses to users linked to a group.
122+
123+
|Value|Group with Klaxoon PRO license|
124+
|---|---|
125+
|true|✓|
126+
|false|No|
127+
|not specified (default value)|✓|
128+
129+
1. To configure scoping filters, refer to the following instructions provided in the [Scoping filter tutorial](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
130+
131+
1. To enable the Azure AD provisioning service for Klaxoon, change the **Provisioning Status** to **On** in the **Settings** section.
132+
133+
![Provisioning Status Toggled On](common/provisioning-toggle-on.png)
134+
135+
1. Define the users and/or groups that you would like to provision to Klaxoon by choosing the desired values in **Scope** in the **Settings** section.
136+
137+
![Provisioning Scope](common/provisioning-scope.png)
138+
139+
1. When you are ready to provision, click **Save**.
140+
141+
![Saving Provisioning Configuration](common/provisioning-configuration-save.png)
142+
143+
This operation starts the initial synchronization cycle of all users and groups defined in **Scope** in the **Settings** section. The initial cycle takes longer to perform than subsequent cycles, which occur approximately every 40 minutes as long as the Azure AD provisioning service is running.
144+
145+
## Step 6. Monitor your deployment
146+
Once you've configured provisioning, use the following resources to monitor your deployment:
147+
148+
* Use the [provisioning logs](../reports-monitoring/concept-provisioning-logs.md) to determine which users have been provisioned successfully or unsuccessfully
149+
* Check the [progress bar](../app-provisioning/application-provisioning-when-will-provisioning-finish-specific-user.md) to see the status of the provisioning cycle and how close it is to completion
150+
* If the provisioning configuration seems to be in an unhealthy state, the application will go into quarantine. Learn more about quarantine states [here](../app-provisioning/application-provisioning-quarantine-status.md).
151+
152+
## More resources
153+
154+
* [Managing user account provisioning for Enterprise Apps](../app-provisioning/configure-automatic-user-provisioning-portal.md)
155+
* [What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
156+
157+
## Next steps
158+
159+
* [Learn how to review logs and get reports on provisioning activity](../app-provisioning/check-status-user-account-provisioning.md)

articles/active-directory/saas-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2535,6 +2535,8 @@
25352535
href: jostle-provisioning-tutorial.md
25362536
- name: Juno Journey
25372537
href: juno-journey-provisioning-tutorial.md
2538+
- name: Klaxoon
2539+
href: klaxoon-provisioning-tutorial.md
25382540
- name: Keeper Password Manager & Digital Vault
25392541
href: keeper-password-manager-digitalvault-provisioning-tutorial.md
25402542
- name: Klaxoon SAML

articles/aks/monitor-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [Cloud Monitoring Guide](/azure/cloud-adoption-framework/manage/monitor/) de
1717
## Scope of the scenario
1818
This scenario is intended for customers using Azure Monitor to monitor AKS. It does not include the following, although this content may be added in subsequent updates to the scenario.
1919

20-
- Monitoring of Kubernetes clusters outside of Azure except for referring to existing content for Azure Arc enabled Kubernetes.
20+
- Monitoring of Kubernetes clusters outside of Azure except for referring to existing content for Azure Arc-enabled Kubernetes.
2121
- Monitoring of AKS with tools other than Azure Monitor except to fill gaps in Azure Monitor and Container Insights.
2222

2323
> [!NOTE]

articles/api-management/api-management-howto-provision-self-hosted-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ Now the gateway resource has been provisioned in your API Management instance. Y
4747

4848
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md)
4949
* Learn more about how to [Deploy a self-hosted gateway to Kubernetes](how-to-deploy-self-hosted-gateway-kubernetes.md)
50-
- Learn more about how to [Deploy a self-hosted gateway to an Azure Arc enabled Kubernetes cluster](how-to-deploy-self-hosted-gateway-azure-arc.md)
50+
- Learn more about how to [Deploy a self-hosted gateway to an Azure Arc-enabled Kubernetes cluster](how-to-deploy-self-hosted-gateway-azure-arc.md)
5151
* Learn more about how to [Deploy a self-hosted gateway to Docker](how-to-deploy-self-hosted-gateway-docker.md)

articles/api-management/how-to-deploy-self-hosted-gateway-azure-arc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.date: 05/25/2021
1010

1111
# Deploy an Azure API Management gateway on Azure Arc (preview)
1212

13-
With the integration between Azure API Management and [Azure Arc on Kubernetes](../azure-arc/kubernetes/overview.md), you can deploy the API Management gateway component as an [extension in an Azure Arc enabled Kubernetes cluster](../azure-arc/kubernetes/extensions.md).
13+
With the integration between Azure API Management and [Azure Arc on Kubernetes](../azure-arc/kubernetes/overview.md), you can deploy the API Management gateway component as an [extension in an Azure Arc-enabled Kubernetes cluster](../azure-arc/kubernetes/extensions.md).
1414

15-
Deploying the API Management gateway on an Arc-enabled Kubernetes cluster expands API Management support for hybrid and multi-cloud environments. Enable the deployment using a cluster extension to make managing and applying policies to your Arc-enabled cluster a consistent experience.
15+
Deploying the API Management gateway on an Azure Arc-enabled Kubernetes cluster expands API Management support for hybrid and multi-cloud environments. Enable the deployment using a cluster extension to make managing and applying policies to your Azure Arc-enabled cluster a consistent experience.
1616

1717
[!INCLUDE [preview](./includes/preview/preview-callout-self-hosted-gateway-azure-arc.md)]
1818

@@ -67,7 +67,7 @@ Deploying the API Management gateway on an Arc-enabled Kubernetes cluster expand
6767
6868
## Deploy the API Management gateway extension using Azure portal
6969
70-
1. In the Azure portal, navigate to your Azure Arc connected cluster.
70+
1. In the Azure portal, navigate to your Azure Arc-connected cluster.
7171
1. In the left menu, select **Extensions (preview)** > **+ Add** > **API Management gateway (preview)**.
7272
1. Select **Create**.
7373
1. In the **Install API Management gateway** window, configure the gateway extension:
@@ -108,5 +108,5 @@ To enable monitoring of the self-hosted gateway, configure the following Log Ana
108108
## Next Steps
109109
110110
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md).
111-
* Discover all [Azure Arc enabled Kubernetes extensions](../azure-arc/kubernetes/extensions.md).
112-
* Learn more about [Azure Arc enabled Kubernetes](../azure-arc/kubernetes/overview.md).
111+
* Discover all [Azure Arc-enabled Kubernetes extensions](../azure-arc/kubernetes/extensions.md).
112+
* Learn more about [Azure Arc-enabled Kubernetes](../azure-arc/kubernetes/overview.md).

0 commit comments

Comments
 (0)