Skip to content

Commit 3a7d236

Browse files
authored
Merge pull request #190798 from MicrosoftDocs/main
3/07 AM Publish
2 parents 8dfd3d8 + 54182b3 commit 3a7d236

File tree

76 files changed

+718
-201
lines changed

Some content is hidden

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

76 files changed

+718
-201
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Under the project root folder, open the *appsettings.json* file. This file conta
113113
|---------|---------|---------|
114114
|AzureAdB2C|Instance| The first part of your Azure AD B2C [tenant name](tenant-management.md#get-your-tenant-name) (for example, `https://contoso.b2clogin.com`).|
115115
|AzureAdB2C|Domain| Your Azure AD B2C tenant full [tenant name](tenant-management.md#get-your-tenant-name) (for example, `contoso.onmicrosoft.com`).|
116-
|AzureAdB2C|ClientId| The web API application ID from [step 2](#step-2-register-a-web-application).|
116+
|AzureAdB2C|ClientId| The Web App Application (client) ID from [step 2](#step-2-register-a-web-application).|
117117
|AzureAdB2C|SignUpSignInPolicyId|The user flows or custom policy you created in [step 1](#step-1-configure-your-user-flow).|
118118

119119
Your final configuration file should look like the following JSON:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/oauth2/v2.0/authorize
3434
https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/oauth2/v2.0/token
3535
```
3636

37+
If you're using a [custom domain](custom-domain.md), replace `{tenant}.b2clogin.com` with the custom domain, such as `contoso.com`, in the endpoints.
38+
3739
In nearly all OAuth and OpenID Connect flows, four parties are involved in the exchange:
3840

3941

articles/active-directory/develop/includes/web-app/quickstart-aspnet-core.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Quickstart: ASP.NET Core web app that signs in users and calls Microsoft Graph | Azure"
33
titleSuffix: Microsoft identity platform
4-
description: In this quickstart, you learn how an app leverages Microsoft.Identity.Web to implement Microsoft sign-in in an ASP.NET Core web app using OpenID Connect and calls Microsoft Graph
4+
description: Learn how an ASP.NET Core web app leverages Microsoft.Identity.Web to implement Microsoft sign-in using OpenID Connect and call Microsoft Graph
55
services: active-directory
66
author: jmprieur
77
manager: CelesteDG
@@ -22,7 +22,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2222

2323
## Prerequisites
2424

25-
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) or [Visual Studio Code](https://code.visualstudio.com/)
25+
* [Visual Studio](https://visualstudio.microsoft.com/vs/) or [Visual Studio Code](https://code.visualstudio.com/)
2626
* [.NET Core SDK 3.1+](https://dotnet.microsoft.com/download)
2727

2828
## Register and download your quickstart application
@@ -46,7 +46,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
4646

4747
#### Step 2: Download the ASP.NET Core project
4848

49-
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1.zip)
49+
[Download the ASP.NET Core solution](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/archive/aspnetcore3-1-callsgraph.zip)
5050

5151
[!INCLUDE [active-directory-develop-path-length-tip](../../../../../includes/active-directory-develop-path-length-tip.md)]
5252

@@ -84,6 +84,7 @@ After consenting to the requested permissions, the app displays that you've succ
8484

8585
:::image type="content" source="../../media/quickstart-v2-aspnet-core-webapp-calls-graph/webapp-02-signed-in.png" alt-text="Web browser displaying the running web app and the user signed in":::
8686

87+
8788
## More information
8889

8990
This section gives an overview of the code required to sign in users and call the Microsoft Graph API on their behalf. This overview can be useful to understand how the code works, main arguments, and also if you want to add sign-in to an existing ASP.NET Core application and call Microsoft Graph. It uses [Microsoft.Identity.Web](../../microsoft-identity-web.md), which is a wrapper around [MSAL.NET](../../msal-overview.md).

articles/active-directory/develop/msal-net-web-browsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ MSAL.NET is able to respond with an HTTP message when a token is received or in
110110
```csharp
111111
var options = new SystemWebViewOptions()
112112
{
113-
HtmlMessageError = "<p> An error occured: {0}. Details {1}</p>",
113+
HtmlMessageError = "<p> An error occurred: {0}. Details {1}</p>",
114114
BrowserRedirectSuccess = new Uri("https://www.microsoft.com");
115115
}
116116

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
---
2+
title: 'Tutorial: Configure AlexisHR 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 AlexisHR.
4+
services: active-directory
5+
author: twimmers
6+
writer: twimmers
7+
manager: beatrizd
8+
ms.assetid: 438a007c-2c3f-466f-ac9a-7e752e2532a4
9+
ms.service: active-directory
10+
ms.subservice: saas-app-tutorial
11+
ms.workload: identity
12+
ms.topic: tutorial
13+
ms.date: 03/05/2022
14+
ms.author: thwimmer
15+
---
16+
17+
# Tutorial: Configure AlexisHR for automatic user provisioning
18+
19+
This tutorial describes the steps you need to perform in both AlexisHR and Azure Active Directory (Azure AD) to configure automatic user provisioning. When configured, Azure AD automatically provisions and de-provisions users and groups to [AlexisHR](https://alexishr.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).
20+
21+
22+
## Capabilities Supported
23+
> [!div class="checklist"]
24+
> * Create users in AlexisHR.
25+
> * Remove users in AlexisHR when they do not require access anymore.
26+
> * Keep user attributes synchronized between Azure AD and AlexisHR.
27+
> * [Single sign-on](alexishr-tutorial.md) to AlexisHR (recommended).
28+
29+
## Prerequisites
30+
31+
The scenario outlined in this tutorial assumes that you already have the following prerequisites:
32+
33+
* [An Azure AD tenant](../develop/quickstart-create-new-tenant.md).
34+
* 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).
35+
* A user account in AlexisHR with Admin permissions.
36+
37+
38+
## Step 1. Plan your provisioning deployment
39+
1. Learn about [how the provisioning service works](../app-provisioning/user-provisioning.md).
40+
1. Determine who will be in [scope for provisioning](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
41+
1. Determine what data to [map between Azure AD and AlexisHR](../app-provisioning/customize-application-attributes.md).
42+
43+
## Step 2. Configure AlexisHR to support provisioning with Azure AD
44+
45+
1. Log in to [AlexisHR Admin Console](https://app.alexishr.com/login/). Navigate to **Settings > Access tokens**.
46+
47+
![Access User Management](media/alexishr-provisioning-tutorial/login.png)
48+
49+
1. Once on the Access token page, fill in the **Name** and **Description** textbox and click on **Save**.A pop-up window will appear with the token in it.Copy and save the token. This value will be entered in the **Secret Token** * field in the Provisioning tab of your AlexisHR application in the Azure portal.
50+
51+
![Access tokens](media/alexishr-provisioning-tutorial/token.png)
52+
53+
## Step 3. Add AlexisHR from the Azure AD application gallery
54+
55+
Add AlexisHR from the Azure AD application gallery to start managing provisioning to AlexisHR. If you have previously setup AlexisHR 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).
56+
57+
## Step 4. Define who will be in scope for provisioning
58+
59+
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).
60+
61+
* When assigning users and groups to AlexisHR, 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.
62+
63+
* 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).
64+
65+
66+
## Step 5. Configure automatic user provisioning to AlexisHR
67+
68+
This section guides you through the steps to configure the Azure AD provisioning service to create, update, and disable users and/or groups in AlexisHR based on user and/or group assignments in Azure AD.
69+
70+
### To configure automatic user provisioning for AlexisHR in Azure AD:
71+
72+
1. Sign in to the [Azure portal](https://portal.azure.com). Select **Enterprise Applications**, then select **All applications**.
73+
74+
![Enterprise applications blade](common/enterprise-applications.png)
75+
76+
1. In the applications list, select **AlexisHR**.
77+
78+
![The AlexisHR link in the Applications list](common/all-applications.png)
79+
80+
1. Select the **Provisioning** tab.
81+
82+
![Provisioning tab](common/provisioning.png)
83+
84+
1. Set the **Provisioning Mode** to **Automatic**.
85+
86+
![Provisioning tab automatic](common/provisioning-automatic.png)
87+
88+
1. In the **Admin Credentials** section, input your AlexisHR **Tenant URL** and **Secret Token**. Click **Test Connection** to ensure Azure AD can connect to AlexisHR. If the connection fails , ensure your AlexisHR account has Admin permissions and try again.
89+
90+
![Token](common/provisioning-testconnection-tenanturltoken.png)
91+
92+
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.
93+
94+
![Notification Email](common/provisioning-notification-email.png)
95+
96+
1. Select **Save**.
97+
98+
1. In the **Mappings** section, select **Synchronize Azure Active Directory Users to AlexisHR**.
99+
100+
1. Review the user attributes that are synchronized from Azure AD to AlexisHR in the **Attribute-Mapping** section. The attributes selected as **Matching** properties are used to match the user accounts in AlexisHR 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 AlexisHR API supports filtering users based on that attribute. Select the **Save** button to commit any changes.
101+
102+
|Attribute|Type|Supported for filtering|Required by AlexisHR
103+
|---|---|---|---|
104+
|userName|String|&check;|&check;
105+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager|Reference||
106+
|active|Boolean||&check;
107+
|title|String||
108+
|emails[type eq "work"].value|String||&check;
109+
|name.givenName|String||&check;
110+
|name.familyName|String||&check;
111+
|phoneNumbers[type eq "work"].value|String||&check;
112+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department|String||
113+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:costCenter|String||
114+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division|String||
115+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:organization|String||
116+
117+
> [!NOTE]
118+
> phonenumbers value should be in E164 format. For example +16175551212
119+
120+
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).
121+
122+
1. To enable the Azure AD provisioning service for AlexisHR, change the **Provisioning Status** to **On** in the **Settings** section.
123+
124+
![Provisioning Status Toggled On](common/provisioning-toggle-on.png)
125+
126+
1. Define the users and/or groups that you would like to provision to AlexisHR by choosing the desired values in **Scope** in the **Settings** section.
127+
128+
![Provisioning Scope](common/provisioning-scope.png)
129+
130+
1. When you are ready to provision, click **Save**.
131+
132+
![Saving Provisioning Configuration](common/provisioning-configuration-save.png)
133+
134+
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.
135+
136+
## Step 6. Monitor your deployment
137+
Once you've configured provisioning, use the following resources to monitor your deployment:
138+
139+
* Use the [provisioning logs](../reports-monitoring/concept-provisioning-logs.md) to determine which users have been provisioned successfully or unsuccessfully
140+
* 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
141+
* 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).
142+
143+
144+
## More resources
145+
146+
* [Managing user account provisioning for Enterprise Apps](../app-provisioning/configure-automatic-user-provisioning-portal.md)
147+
* [What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
148+
149+
## Next steps
150+
151+
* [Learn how to review logs and get reports on provisioning activity](../app-provisioning/check-status-user-account-provisioning.md)

articles/active-directory/saas-apps/atea-provisioning-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The scenario outlined in this tutorial assumes that you already have the followi
4040

4141
## Step 2. Configure Atea to support provisioning with Azure AD
4242

43-
To configure Atea to support provisioning with Azure AD - please write an email to Atea support team <[email protected]>
43+
Contact [Atea support](mailto:[email protected]) to configure Atea to support provisioning with Azure AD.
4444

4545
## Step 3. Add Atea from the Azure AD application gallery
4646

0 commit comments

Comments
 (0)