Skip to content

Commit b31ede2

Browse files
authored
Merge pull request #187185 from billmath/fixes1
Fixes1
2 parents d6bd762 + 94deed0 commit b31ede2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

includes/active-directory-app-provisioning-sql.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: The generic SQL connector requires that column names are case-insensitive.
2727
- An Azure AD tenant with Azure AD Premium P1 or Premium P2 (or EMS E3 or E5).
2828

2929
[!INCLUDE [active-directory-p1-license.md](active-directory-p1-license.md)]
30-
- The Hybrid Administrator role for configuring the provisioning agent and the Application Administrator or Cloud Administrator roles for configuring provisioning in the Azure portal.
30+
- The Hybrid identity administrator role for configuring the provisioning agent and the Application Administrator or Cloud Administrator roles for configuring provisioning in the Azure portal.
3131

3232
## Prepare the sample database
3333
On a server running SQL Server, run the SQL script found in [Appendix A](#appendix-a). This script creates a sample database with the name CONTOSO. This is the database that you'll be provisioning users into.
@@ -36,7 +36,7 @@ On a server running SQL Server, run the SQL script found in [Appendix A](#append
3636
## Create the DSN connection file
3737
The generic SQL connector is a DSN file to connect to the SQL server. First, you need to create a file with the ODBC connection information.
3838

39-
1. Start the ODBC management utility on your server.
39+
1. Start the ODBC management utility on your server. Use the 64-bit version.
4040
![Screenshot that shows ODBC management.](./media/active-directory-app-provisioning-sql/odbc.png)</br>
4141
2. Select the **File DSN** tab, and select **Add**.
4242
![Screenshot that shows the File DSN tab.](./media/active-directory-app-provisioning-sql/dsn-2.png)</br>
@@ -69,7 +69,7 @@ The generic SQL connector is a DSN file to connect to the SQL server. First, you
6969
>Please use different provisioning agents for on-premises application provisioning and Azure AD Connect Cloud Sync / HR-driven provisioning. All three scenarios should not be managed on the same agent.
7070
1. Open the provisioning agent installer, agree to the terms of service, and select **next**.
7171
1. Open the provisioning agent wizard, and select **On-premises provisioning** when prompted for the extension you want to enable.
72-
1. Provide credentials for an Azure AD administrator when you're prompted to authorize. Hybrid administrator or global administrator is required.
72+
1. Provide credentials for an Azure AD administrator when you're prompted to authorize. Hybrid identity administrator or global administrator is required.
7373
1. Select **Confirm** to confirm the installation was successful.
7474
1. Sign in to the Azure portal.
7575
1. Go to **Enterprise applications** > **Add a new application**.
@@ -82,7 +82,7 @@ The generic SQL connector is a DSN file to connect to the SQL server. First, you
8282

8383

8484
## Configure the Azure AD ECMA Connector Host certificate
85-
1. On the desktop, select the ECMA shortcut.
85+
1. Launch the Microsoft ECMA2Host Configuration Wizard from the start menu.
8686
2. After the ECMA Connector Host Configuration starts, leave the default port **8585** and select **Generate** to generate a certificate. The autogenerated certificate will be self-signed as part of the trusted root. The SAN matches the host name.
8787
![Screenshot that shows configuring your settings.](.\media\active-directory-app-provisioning-sql\configure-1.png)
8888
3. Select **Save**.
@@ -211,6 +211,9 @@ The generic SQL connector is a DSN file to connect to the SQL server. First, you
211211
## Assign users to an application
212212
Now that you have the Azure AD ECMA Connector Host talking with Azure AD, you can move on to configuring who's in scope for provisioning.
213213

214+
>[!IMPORTANT]
215+
>If you were signed in using a Hybrid identity administrator role, you need to sign-out and sign-in with an account that has the app administrator or global admininistrator role, for this section. The Hybrid identity administrator role does not have permissions to assign users to applications.
216+
214217
1. In the Azure portal, select **Enterprise applications**.
215218
2. Select the **On-premises provisioning** application.
216219
3. On the left, under **Manage**, select **Users and groups**.

0 commit comments

Comments
 (0)