You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an example step-by-step deployment plan for outbound user provisioning to an application, see the [Identity Deployment Guide for User Provisioning](https://aka.ms/userprovisioningdeploymentplan)/
233
+
For an example step-by-step deployment plan for outbound user provisioning to an application, see the [Identity Deployment Guide for User Provisioning](https://aka.ms/userprovisioningdeploymentplan).
Copy file name to clipboardExpand all lines: articles/active-directory/connect/active-directory-aadconnect-upgrade-previous-version.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ These steps also work to move from Azure AD Sync or a solution with FIM + Azure
63
63
64
64
### Use a swing migration to upgrade
65
65
1. If you use Azure AD Connect on both servers and plan to only make a configuration change, make sure that your active server and staging server are both using the same version. That makes it easier to compare differences later. If you're upgrading from Azure AD Sync, then these servers have different versions. If you're upgrading from an older version of Azure AD Connect, it's a good idea to start with the two servers that are using the same version, but it's not required.
66
-
2. If you've made a custom configuration and your staging server doesn't have it, follow the steps under [Move a custom configuration from the active server to the staging server](#move-custom-configuration-from-active-to-staging-server).
66
+
2. If you've made a custom configuration and your staging server doesn't have it, follow the steps under [Move a custom configuration from the active server to the staging server](#move-a-custom-configuration-from-the-active-server-to-the-staging-server).
67
67
3. If you're upgrading from an earlier release of Azure AD Connect, upgrade the staging server to the latest version. If you're moving from Azure AD Sync, then install Azure AD Connect on your staging server.
68
68
4. Let the sync engine run full import and full synchronization on your staging server.
69
69
5. Verify that the new configuration didn't cause any unexpected changes by using the steps under "Verify" in [Verify the configuration of a server](active-directory-aadconnectsync-operations.md#verify-the-configuration-of-a-server). If something isn't as expected, correct it, run the import and sync, and verify the data until it looks good, by following the steps.
Copy file name to clipboardExpand all lines: articles/active-directory/managed-service-identity/qs-configure-template-windows-vm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ If you have a VM that no longer needs a managed service identity:
353
353
354
354
1. Whether you sign in to Azure locally or via the Azure portal, use an account that is associated with the Azure subscription that contains the VM.
355
355
356
-
2. Load the template into an [editor](#azure-resource-manager-templates) and locate the `Microsoft.Compute/virtualMachines` resource of interest within the `resources` section. If you have a VM that only has user assigned identity, you can disable it by changing the the identity type to `None`.
356
+
2. Load the template into an [editor](#azure-resource-manager-templates) and locate the `Microsoft.Compute/virtualMachines` resource of interest within the `resources` section. If you have a VM that only has user assigned identity, you can disable it by changing the identity type to `None`.
357
357
358
358
The following example shows you how remove all user assigned identities from a VM with no system assigned identities:
359
359
@@ -376,7 +376,7 @@ If you have a VM that no longer needs a managed service identity:
376
376
377
377
**Microsoft.Compute/virtualMachines API version 2017-12-01**
378
378
379
-
To remove a a single user assigned identity from a VM, remove it from the `identityIds` array.
379
+
To remove a single user assigned identity from a VM, remove it from the `identityIds` array.
380
380
381
381
If you have a system assigned identity, keep it in the in the `type` value under the `identity` value.
Copy file name to clipboardExpand all lines: articles/active-directory/managed-service-identity/qs-configure-template-windows-vmss.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ If you have a virtual machine scale set that no longer needs a managed service i
318
318
319
319
1. Whether you sign in to Azure locally or via the Azure portal, use an account that is associated with the Azure subscription that contains the virtual machine scale set.
320
320
321
-
2. Load the template into an [editor](#azure-resource-manager-templates) and locate the `Microsoft.Compute/virtualMachineScaleSets` resource of interest within the `resources` section. If you have a virtual machine scale set that only has user assigned identity, you can disable it by changing the the identity type to `None`.
321
+
2. Load the template into an [editor](#azure-resource-manager-templates) and locate the `Microsoft.Compute/virtualMachineScaleSets` resource of interest within the `resources` section. If you have a virtual machine scale set that only has user assigned identity, you can disable it by changing the identity type to `None`.
322
322
323
323
The following example shows you how remove all user assigned identities from a VM with no system assigned identities:
324
324
@@ -335,7 +335,7 @@ If you have a virtual machine scale set that no longer needs a managed service i
335
335
336
336
**Microsoft.Compute/virtualMachineScaleSets API version 2018-06-01**
337
337
338
-
To remove a a single user assigned identity from a virtual machine scale set, remove it from the `userAssignedIdentities` dictionary.
338
+
To remove a single user assigned identity from a virtual machine scale set, remove it from the `userAssignedIdentities` dictionary.
339
339
340
340
If you have a system assigned identity, keep it in the in the `type` value under the `identity` value.
Copy file name to clipboardExpand all lines: articles/active-directory/saas-apps/klue-tutorial.md
+55-54Lines changed: 55 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.workload: identity
13
13
ms.tgt_pltfrm: na
14
14
ms.devlang: na
15
15
ms.topic: article
16
-
ms.date: 07/13/2017
16
+
ms.date: 08/28/2018
17
17
ms.author: jeedes
18
18
19
19
---
@@ -45,13 +45,15 @@ To test the steps in this tutorial, you should follow these recommendations:
45
45
- If you don't have an Azure AD trial environment, you can get a one-month trial [here](https://azure.microsoft.com/pricing/free-trial/).
46
46
47
47
## Scenario description
48
+
48
49
In this tutorial, you test Azure AD single sign-on in a test environment.
49
50
The scenario outlined in this tutorial consists of two main building blocks:
50
51
51
52
1. Adding Klue from the gallery
52
-
1. Configuring and testing Azure AD single sign-on
53
+
2. Configuring and testing Azure AD single sign-on
53
54
54
55
## Adding Klue from the gallery
56
+
55
57
To configure the integration of Klue into Azure AD, you need to add Klue from the gallery to your list of managed SaaS apps.
56
58
57
59
**To add Klue from the gallery, perform the following steps:**
@@ -60,23 +62,24 @@ To configure the integration of Klue into Azure AD, you need to add Klue from th
60
62
61
63
![Active Directory][1]
62
64
63
-
1. Navigate to **Enterprise applications**. Then go to **All applications**.
65
+
2. Navigate to **Enterprise applications**. Then go to **All applications**.
64
66
65
67
![Applications][2]
66
-
67
-
1. To add new application, click **New application** button on the top of dialog.
68
+
69
+
3. To add new application, click **New application** button on the top of dialog.
68
70
69
71
![Applications][3]
70
72
71
-
1. In the search box, type **Klue**.
73
+
4. In the search box, type **Klue**.
72
74
73
75

74
76
75
-
1. In the results panel, select **Klue**, and then click **Add** button to add the application.
77
+
5. In the results panel, select **Klue**, and then click **Add** button to add the application.
76
78
77
79

78
80
79
81
## Configuring and testing Azure AD single sign-on
82
+
80
83
In this section, you configure and test Azure AD single sign-on with Klue based on a test user called "Britta Simon".
81
84
82
85
For single sign-on to work, Azure AD needs to know what the counterpart user in Klue is to a user in Azure AD. In other words, a link relationship between an Azure AD user and the related user in Klue needs to be established.
@@ -86,10 +89,10 @@ In Klue, assign the value of the **user name** in Azure AD as the value of the *
86
89
To configure and test Azure AD single sign-on with Klue, you need to complete the following building blocks:
87
90
88
91
1.**[Configuring Azure AD Single Sign-On](#configuring-azure-ad-single-sign-on)** - to enable your users to use this feature.
89
-
1.**[Creating an Azure AD test user](#creating-an-azure-ad-test-user)** - to test Azure AD single sign-on with Britta Simon.
90
-
1.**[Creating a Klue test user](#creating-a-klue-test-user)** - to have a counterpart of Britta Simon in Klue that is linked to the Azure AD representation of user.
91
-
1.**[Assigning the Azure AD test user](#assigning-the-azure-ad-test-user)** - to enable Britta Simon to use Azure AD single sign-on.
92
-
1.**[Testing Single Sign-On](#testing-single-sign-on)** - to verify whether the configuration works.
92
+
2.**[Creating an Azure AD test user](#creating-an-azure-ad-test-user)** - to test Azure AD single sign-on with Britta Simon.
93
+
3.**[Creating a Klue test user](#creating-a-klue-test-user)** - to have a counterpart of Britta Simon in Klue that is linked to the Azure AD representation of user.
94
+
4.**[Assigning the Azure AD test user](#assigning-the-azure-ad-test-user)** - to enable Britta Simon to use Azure AD single sign-on.
95
+
5.**[Testing Single Sign-On](#testing-single-sign-on)** - to verify whether the configuration works.
93
96
94
97
### Configuring Azure AD single sign-on
95
98
@@ -101,39 +104,39 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
101
104
102
105
![Configure Single Sign-On][4]
103
106
104
-
1. On the **Single sign-on** dialog, select **Mode** as **SAML-based Sign-on** to enable single sign-on.
105
-
107
+
2. On the **Single sign-on** dialog, select **Mode** as **SAML-based Sign-on** to enable single sign-on.
108
+
106
109

107
110
108
-
1. On the **Klue Domain and URLs** section, If you wish to configure the application in **IDP** initiated mode:
111
+
3. On the **Klue Domain and URLs** section, If you wish to configure the application in **IDP** initiated mode:
109
112
110
113

111
114
112
115
a. In the **Identifier** textbox, type a URL using the following pattern: `urn:klue:<Customer ID>`
113
116
114
117
b. In the **Reply URL** textbox, type a URL using the following pattern: `https://app.klue.com/account/auth/saml/<Customer UUID>/callback`
115
118
116
-
1. Check **Show advanced URL settings**. If you wish to configure the application in **SP** initiated mode:
119
+
4. Check **Show advanced URL settings**. If you wish to configure the application in **SP** initiated mode:
117
120
118
121

119
122
120
123
In the **Sign-on URL** textbox, type a URL using the following pattern: `https://app.klue.com/account/auth/saml/<Customer UUID>/`
121
-
122
-
> [!NOTE]
124
+
125
+
> [!NOTE]
123
126
> These values are not real. Update these values with the actual Reply URL, Identifier, and Sign-On URL. Contact [Klue Client support team](mailto:[email protected]) to get these values.
124
127
125
-
1. The Klue application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. You can manage the values of these attributes from the "**User Attributes**" section on application integration page.
128
+
5. The Klue application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. You can manage the values of these attributes from the "**User Attributes**" section on application integration page.
126
129
127
130

128
131
129
-
1. In the **User Attributes** section on the **Single sign-on** dialog, configure SAML token attribute as shown in the preceding image and perform the following steps:
130
-
132
+
6. In the **User Attributes** section on the **Single sign-on** dialog, configure SAML token attribute as shown in the preceding image and perform the following steps:
133
+
131
134
| Attribute Name | Attribute Value |
132
135
| ------------------- | -------------------- |
133
136
| first_name | user.givenname |
134
137
| last_name | user.surname |
135
138
| email | user.userprincipalname|
136
-
139
+
137
140
a. Click **Add attribute** to open the **Add Attribute** dialog.
138
141
139
142

@@ -143,27 +146,28 @@ In this section, you enable Azure AD single sign-on in the Azure portal and conf
143
146
b. In the **Name** textbox, type the attribute name shown for that row.
144
147
145
148
c. From the **Value** list, type the attribute value shown for that row.
146
-
149
+
147
150
d. Click **Ok**.
148
151
149
-
1. On the **SAML Signing Certificate** section, click **Certificate(Base64)** and then save the certificate file on your computer.
152
+
> [!NOTE]
153
+
> Please leave the **Namespace** value blank.
154
+
155
+
7. On the **SAML Signing Certificate** section, click **Certificate(Base64)** and then save the certificate file on your computer.
150
156
151
157

152
158
153
-
1. Click **Save** button.
159
+
8. Click **Save** button.
154
160
155
161

156
-
157
-
1. On the **Klue Configuration** section, click **Configure Klue** to open **Configure sign-on** window. Copy the **SAML Entity ID and SAML Single Sign-On Service URL** from the **Quick Reference section.**
158
162
159
-

163
+
9. On the **Klue Configuration** section, click **Configure Klue** to open **Configure sign-on** window. Copy the **SAML Entity ID and SAML Single Sign-On Service URL** from the **Quick Reference section.**
160
164
161
-
1. To configure single sign-on on **Klue** side, you need to send the downloaded **Certificate(Base64), SAML Single Sign-On Service URL, and SAML Entity ID** to [Klue support team](mailto:support@klue.com).
165
+

162
166
163
-
> [!TIP]
164
-
> You can now read a concise version of these instructions inside the [Azure portal](https://portal.azure.com), while you are setting up the app! After adding this app from the **Active Directory > Enterprise Applications** section, simply click the **Single Sign-On** tab and access the embedded documentation through the **Configuration** section at the bottom. You can read more about the embedded documentation feature here: [Azure AD embedded documentation](https://go.microsoft.com/fwlink/?linkid=845985)
167
+
10. To configure single sign-on on **Klue** side, you need to send the downloaded **Certificate(Base64), SAML Single Sign-On Service URL, and SAML Entity ID** to [Klue support team](mailto:[email protected]).
165
168
166
169
### Creating an Azure AD test user
170
+
167
171
The objective of this section is to create a test user in the Azure portal called Britta Simon.
168
172
169
173
![Create Azure AD User][100]
@@ -172,18 +176,18 @@ The objective of this section is to create a test user in the Azure portal calle
172
176
173
177
1. In the **Azure portal**, on the left navigation pane, click **Azure Active Directory** icon.
174
178
175
-

179
+

180
+
181
+
2. To display the list of users, go to **Users and groups** and click **All users**.
182
+
183
+

184
+
185
+
3. To open the **User** dialog, click **Add** on the top of the dialog.
176
186
177
-
1. To display the list of users, go to **Users and groups** and click **All users**.
178
-
179
-

187
+

180
188
181
-
1. To open the **User** dialog, click **Add** on the top of the dialog.
182
-
183
-

189
+
4. On the **User** dialog page, perform the following steps:
184
190
185
-
1. On the **User** dialog page, perform the following steps:
186
-
187
191

188
192
189
193
a. In the **Name** textbox, type **BrittaSimon**.
@@ -193,13 +197,13 @@ The objective of this section is to create a test user in the Azure portal calle
193
197
c. Select **Show Password** and write down the value of the **Password**.
194
198
195
199
d. Click **Create**.
196
-
200
+
197
201
### Creating a Klue test user
198
202
199
203
The objective of this section is to create a user called Britta Simon in Klue. Klue supports just-in-time provisioning, which is by default enabled. There is no action item for you in this section. A new user is created during an attempt to access Klue if it doesn't exist yet.
200
204
201
-
>[!Note]
202
-
>If you need to create a user manually, Contact [Klue support team](mailto:[email protected]).
205
+
>[!Note]
206
+
>If you need to create a user manually, Contact [Klue support team](mailto:[email protected]).
203
207
204
208
### Assigning the Azure AD test user
205
209
@@ -213,24 +217,24 @@ In this section, you enable Britta Simon to use Azure single sign-on by granting
213
217
214
218
![Assign User][201]
215
219
216
-
1. In the applications list, select **Klue**.
220
+
2. In the applications list, select **Klue**.
217
221
218
222

219
223
220
-
1. In the menu on the left, click **Users and groups**.
224
+
3. In the menu on the left, click **Users and groups**.
221
225
222
-
![Assign User][202]
226
+
![Assign User][202]
223
227
224
-
1. Click **Add** button. Then select **Users and groups** on **Add Assignment** dialog.
228
+
4. Click **Add** button. Then select **Users and groups** on **Add Assignment** dialog.
225
229
226
230
![Assign User][203]
227
231
228
-
1. On **Users and groups** dialog, select **Britta Simon** in the Users list.
232
+
5. On **Users and groups** dialog, select **Britta Simon** in the Users list.
233
+
234
+
6. Click **Select** button on **Users and groups** dialog.
229
235
230
-
1. Click **Select** button on **Users and groups** dialog.
236
+
7. Click **Assign** button on **Add Assignment** dialog.
231
237
232
-
1. Click **Assign** button on **Add Assignment** dialog.
233
-
234
238
### Testing single sign-on
235
239
236
240
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
@@ -243,8 +247,6 @@ For more information about the Access Panel, see [Introduction to the Access
243
247
*[List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory](tutorial-list.md)
244
248
*[What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
0 commit comments