Skip to content

Commit b0ff244

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-best-practices
2 parents 6db7c33 + ad99aa4 commit b0ff244

File tree

115 files changed

+1922
-1046
lines changed

Some content is hidden

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

115 files changed

+1922
-1046
lines changed

articles/active-directory/app-provisioning/application-provisioning-config-problem-no-users-provisioned.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: No users are being provisioned to an Azure AD Gallery application
2+
title: Users are not being provisioned in my application
33
description: How to troubleshoot common issues faced when you don't see users appearing in an Azure AD Gallery Application you have configured for user provisioning with Azure AD
44
services: active-directory
55
documentationcenter: ''
@@ -12,19 +12,23 @@ ms.workload: identity
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 09/03/2019
15+
ms.date: 04/20/2020
1616
ms.author: mimart
1717
ms.reviewer: arvinh
1818
ms.collection: M365-identity-device-management
1919
---
2020

21-
# No users are being provisioned to an Azure AD Gallery application
21+
# No users are being provisioned
22+
>[!NOTE]
23+
>Starting 04/16/2020 we have changed the behavior for users assigned the default access role. Please see the section below for details.
24+
>
2225
After automatic provisioning has been configured for an application (including verifying that the app credentials provided to Azure AD to connect to the app are valid), then users and/or groups are provisioned to the app. Provisioning is determined by the following things:
2326

2427
- Which users and groups have been **assigned** to the application. Note that provisioning nested groups or Office 365 groups is not supported. For more information on assignment, see [Assign a user or group to an enterprise app in Azure Active Directory](../manage-apps/assign-user-or-group-access-portal.md).
2528
- Whether or not **attribute mappings** are enabled, and configured to sync valid attributes from Azure AD to the app. For more information on attribute mappings, see [Customizing User Provisioning Attribute Mappings for SaaS Applications in Azure Active Directory](customize-application-attributes.md).
2629
- Whether or not there is a **scoping filter** present that is filtering users based on specific attribute values. For more information on scoping filters, see [Attribute-based application provisioning with scoping filters](../app-provisioning/define-conditional-rules-for-provisioning-user-accounts.md).
2730

31+
2832
If you observe that users are not being provisioned, consult the [Provisioning logs (preview)](../reports-monitoring/concept-provisioning-logs.md?context=azure/active-directory/manage-apps/context/manage-apps-context) in Azure AD. Search for log entries for a specific user.
2933

3034
You can access the provisioning logs in the Azure portal by selecting **Azure Active Directory** > **Enterprise Apps** > **Provisioning logs (preview)** in the **Activity** section. You can search the provisioning data based on the name of the user or the identifier in either the source system or the target system. For details, see [Provisioning logs (preview)](../reports-monitoring/concept-provisioning-logs.md?context=azure/active-directory/manage-apps/context/manage-apps-context).
@@ -53,7 +57,16 @@ When a user shows up as “skipped” in the provisioning logs, it is important
5357
- **The user is “not effectively entitled”.** If you see this specific error message, it is because there is a problem with the user assignment record stored in Azure AD. To fix this issue, unassign the user (or group) from the app, and reassign it again. For more information on assignment, see [Assign user or group access](../manage-apps/assign-user-or-group-access-portal.md).
5458
- **A required attribute is missing or not populated for a user.** An important thing to consider when setting up provisioning is to review and configure the attribute mappings and workflows that define which user (or group) properties flow from Azure AD to the application. This configuration includes setting the “matching property” that is used to uniquely identify and match users/groups between the two systems. For more information on this important process, see [Customizing User Provisioning Attribute Mappings for SaaS Applications in Azure Active Directory](customize-application-attributes.md).
5559
- **Attribute mappings for groups:** Provisioning of the group name and group details, in addition to the members, if supported for some applications. You can enable or disable this functionality by enabling or disabling the **Mapping** for group objects shown in the **Provisioning** tab. If provisioning groups is enabled, be sure to review the attribute mappings to ensure an appropriate field is being used for the “matching ID”. The matching ID can be the display name or email alias. The group and its members are not provisioned if the matching property is empty or not populated for a group in Azure AD.
60+
## Provisioning users assigned to the default access role
61+
The default role on an application from the gallery is called the "default access" role. Historically, users assigned to this role are not provisioned and are marked as skipped in the [provisioning logs](https://docs.microsoft.com/azure/active-directory/reports-monitoring/concept-provisioning-logs) due to being "not effectively entitled."
62+
63+
**Behavior for provisioning configurations created after 04/16/2020:**
64+
Users assigned to the default access role will be evaluated the same as all other roles. A user that is assigned the default access will not be skipped as "not effectively entitled."
65+
66+
**Behavior for provisioning configurations created before 04/16/2020:**
67+
For the next 3 months, the behavior will continue as it is today. Users with the default access role will be skipped as not effectively entitled. After July 2020, the behavior will be uniform for all applications. We will not skip provisioning users with the default access role due to being "not effectively entitled." This change will be made by Microsoft, with no customer action required. If you would like to ensure that these users continue to be skipped, even after this change, please apply the appropriate scoping filters or unassign the user from the application to ensure they are out of scope.
5668

69+
For questions about these changes, please reach out to [email protected]
5770
## Next steps
5871

5972
[Azure AD Connect sync: Understanding Declarative Provisioning](../hybrid/concept-azure-ad-connect-sync-declarative-provisioning.md)

articles/active-directory/managed-identities-azure-resources/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@
136136
- name: Java
137137
href: https://github.com/Azure/azure-libraries-for-java#ready-to-run-code-samples-for-virtual-machines
138138
- name: Python
139-
href: /python/api/azure.mgmt.msi
139+
href: https://docs.microsoft.com/windows/python/
140140
- name: Ruby
141141
href: https://rubygems.org/gems/azure_mgmt_msi
142142
- name: Node.js
143-
href: /javascript/api/ms-rest-azure
143+
href: https://nodejs.org/en/docs/
144144
- name: Go
145-
href: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/msi/mgmt/2015-08-31-preview/msi
145+
href: https://golang.org/doc/
146146

147147
- name: Resources
148148
items:

articles/active-directory/managed-identities-azure-resources/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: msi
1212
ms.devlang:
1313
ms.topic: overview
1414
ms.custom: mvc
15-
ms.date: 03/25/2020
15+
ms.date: 04/18/2020
1616
ms.author: markvi
1717

1818
#As a developer, I'd like to securely manage the credentials that my application uses for authenticating to cloud services without having the credentials in my code or checked into source control.

articles/active-directory/reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ To use this feature, you need:
5757
* A user who's a *global administrator* or *security administrator* for the Azure AD tenant.
5858
* A Log Analytics workspace in your Azure subscription. Learn how to [create a Log Analytics workspace](https://docs.microsoft.com/azure/log-analytics/log-analytics-quick-create-workspace).
5959

60+
## Licensing requirements
61+
62+
Using this feature requires an Azure AD Premium P1 or P2 license. To find the right license for your requirements, see [Comparing generally available features of the Free, Basic, and Premium editions](https://azure.microsoft.com/pricing/details/active-directory/).
63+
6064
## Send logs to Azure Monitor
6165

6266
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -80,4 +84,4 @@ To use this feature, you need:
8084
## Next steps
8185

8286
* [Analyze Azure AD activity logs with Azure Monitor logs](howto-analyze-activity-logs-log-analytics.md)
83-
* [Install and use the log analytics views for Azure Active Directory](howto-install-use-log-analytics-views.md)
87+
* [Install and use the log analytics views for Azure Active Directory](howto-install-use-log-analytics-views.md)
Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
---
2+
title: 'Tutorial: Azure Active Directory single sign-on (SSO) integration with AlertMedia | Microsoft Docs'
3+
description: Learn how to configure single sign-on between Azure Active Directory and AlertMedia.
4+
services: active-directory
5+
documentationCenter: na
6+
author: jeevansd
7+
manager: mtillman
8+
ms.reviewer: barbkess
9+
10+
ms.assetid: 5c77f6fc-807c-47e8-8e49-eece5ebd7f09
11+
ms.service: active-directory
12+
ms.subservice: saas-app-tutorial
13+
ms.workload: identity
14+
ms.tgt_pltfrm: na
15+
ms.topic: tutorial
16+
ms.date: 04/17/2020
17+
ms.author: jeedes
18+
19+
ms.collection: M365-identity-device-management
20+
---
21+
22+
# Tutorial: Azure Active Directory single sign-on (SSO) integration with AlertMedia
23+
24+
In this tutorial, you'll learn how to integrate AlertMedia with Azure Active Directory (Azure AD). When you integrate AlertMedia with Azure AD, you can:
25+
26+
* Control in Azure AD who has access to AlertMedia.
27+
* Enable your users to be automatically signed-in to AlertMedia with their Azure AD accounts.
28+
* Manage your accounts in one central location - the Azure portal.
29+
30+
To learn more about SaaS app integration with Azure AD, see [What is application access and single sign-on with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/manage-apps/what-is-single-sign-on).
31+
32+
## Prerequisites
33+
34+
To get started, you need the following items:
35+
36+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
37+
* AlertMedia single sign-on (SSO) enabled subscription.
38+
39+
## Scenario description
40+
41+
In this tutorial, you configure and test Azure AD SSO in a test environment.
42+
43+
* AlertMedia supports **IDP** initiated SSO
44+
* AlertMedia supports **Just In Time** user provisioning
45+
* Once you configure AlertMedia you can enforce session control, which protect exfiltration and infiltration of your organization’s sensitive data in real-time. Session control extend from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](https://docs.microsoft.com/cloud-app-security/proxy-deployment-any-app).
46+
47+
## Adding AlertMedia from the gallery
48+
49+
To configure the integration of AlertMedia into Azure AD, you need to add AlertMedia from the gallery to your list of managed SaaS apps.
50+
51+
1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
52+
1. On the left navigation pane, select the **Azure Active Directory** service.
53+
1. Navigate to **Enterprise Applications** and then select **All Applications**.
54+
1. To add new application, select **New application**.
55+
1. In the **Add from the gallery** section, type **AlertMedia** in the search box.
56+
1. Select **AlertMedia** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.
57+
58+
59+
## Configure and test Azure AD single sign-on for AlertMedia
60+
61+
Configure and test Azure AD SSO with AlertMedia using a test user called **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in AlertMedia.
62+
63+
To configure and test Azure AD SSO with AlertMedia, complete the following building blocks:
64+
65+
1. **[Configure Azure AD SSO](#configure-azure-ad-sso)** - to enable your users to use this feature.
66+
1. **[Create an Azure AD test user](#create-an-azure-ad-test-user)** - to test Azure AD single sign-on with B.Simon.
67+
1. **[Assign the Azure AD test user](#assign-the-azure-ad-test-user)** - to enable B.Simon to use Azure AD single sign-on.
68+
1. **[Configure AlertMedia SSO](#configure-alertmedia-sso)** - to configure the single sign-on settings on application side.
69+
1. **[Create AlertMedia test user](#create-alertmedia-test-user)** - to have a counterpart of B.Simon in AlertMedia that is linked to the Azure AD representation of user.
70+
1. **[Test SSO](#test-sso)** - to verify whether the configuration works.
71+
72+
## Configure Azure AD SSO
73+
74+
Follow these steps to enable Azure AD SSO in the Azure portal.
75+
76+
1. In the [Azure portal](https://portal.azure.com/), on the **AlertMedia** application integration page, find the **Manage** section and select **single sign-on**.
77+
1. On the **Select a single sign-on method** page, select **SAML**.
78+
1. On the **Set up single sign-on with SAML** page, click the edit/pen icon for **Basic SAML Configuration** to edit the settings.
79+
80+
![Edit Basic SAML Configuration](common/edit-urls.png)
81+
82+
1. On the **Set up single sign-on with SAML** page, enter the values for the following fields:
83+
84+
a. In the **Identifier** text box, type a URL using the following pattern:
85+
`https://<SUBDOMAIN>.alertmedia.com`
86+
87+
b. In the **Reply URL** text box, type a URL using the following pattern:
88+
`https://<SUBDOMAIN>.alertmedia.com/api/sso/saml/`
89+
90+
> [!NOTE]
91+
> These values are not real. Update these values with the actual Identifier and Reply URL. Contact [AlertMedia Client support team](mailto:[email protected]) to get these values. You can also refer to the patterns shown in the **Basic SAML Configuration** section in the Azure portal.
92+
93+
1. AlertMedia application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
94+
95+
![image](common/default-attributes.png)
96+
97+
1. In addition to above, AlertMedia application expects few more attributes to be passed back in SAML response which are shown below. These attributes are also pre populated but you can review them as per your requirements.
98+
99+
| Name | | Source Attribute|
100+
| ---------------| --------------- | --------- |
101+
| email | | user.userprincipalname |
102+
| firstname | | user.givenname |
103+
| lastname | | user.surname |
104+
105+
1. On the **Set up single sign-on with SAML** page, In the **SAML Signing Certificate** section, click copy button to copy **App Federation Metadata Url** and save it on your computer.
106+
107+
![The Certificate download link](common/copy-metadataurl.png)
108+
109+
### Create an Azure AD test user
110+
111+
In this section, you'll create a test user in the Azure portal called B.Simon.
112+
113+
1. From the left pane in the Azure portal, select **Azure Active Directory**, select **Users**, and then select **All users**.
114+
1. Select **New user** at the top of the screen.
115+
1. In the **User** properties, follow these steps:
116+
1. In the **Name** field, enter `B.Simon`.
117+
1. In the **User name** field, enter the [email protected]. For example, `[email protected]`.
118+
1. Select the **Show password** check box, and then write down the value that's displayed in the **Password** box.
119+
1. Click **Create**.
120+
121+
### Assign the Azure AD test user
122+
123+
In this section, you'll enable B.Simon to use Azure single sign-on by granting access to AlertMedia.
124+
125+
1. In the Azure portal, select **Enterprise Applications**, and then select **All applications**.
126+
1. In the applications list, select **AlertMedia**.
127+
1. In the app's overview page, find the **Manage** section and select **Users and groups**.
128+
129+
![The "Users and groups" link](common/users-groups-blade.png)
130+
131+
1. Select **Add user**, then select **Users and groups** in the **Add Assignment** dialog.
132+
133+
![The Add User link](common/add-assign-user.png)
134+
135+
1. In the **Users and groups** dialog, select **B.Simon** from the Users list, then click the **Select** button at the bottom of the screen.
136+
1. If you're expecting any role value in the SAML assertion, in the **Select Role** dialog, select the appropriate role for the user from the list and then click the **Select** button at the bottom of the screen.
137+
1. In the **Add Assignment** dialog, click the **Assign** button.
138+
139+
## Configure AlertMedia SSO
140+
141+
1. In a new web browser window, sign in to your AlertMedia company site as an administrator.
142+
1. Navigate to **Company** and select **Single Sign-On**.
143+
144+
![The Account button](./media/alertmedia-tutorial/Configure1.png)
145+
1. In the **Authentication Method**, select **Remote SAML Metadata**
146+
1. Toggle ON the **Sign Request**
147+
1. Toggle ON the **Allow Passive Requests**
148+
1. In the **MetaData URL** textbox, paste the **App Federation Metadata Url** value, which you have copied fro the Azure portal.
149+
1. Select **Requested Authentication Context Comparison** as **exact**
150+
1. In **IDP Login URL** textbox, paste the **Login URL** value, which you have copied from the Azure portal.
151+
1. Click **Save**
152+
153+
### Create AlertMedia test user
154+
155+
In this section, a user called Britta Simon is created in AlertMedia. AlertMedia supports just-in-time user provisioning, which is enabled by default. There is no action item for you in this section. If a user doesn't already exist in AlertMedia, a new one is created after authentication.
156+
157+
## Test SSO
158+
159+
In this section, you test your Azure AD single sign-on configuration using the Access Panel.
160+
161+
When you click the AlertMedia tile in the Access Panel, you should be automatically signed in to the AlertMedia for which you set up SSO. For more information about the Access Panel, see [Introduction to the Access Panel](https://docs.microsoft.com/azure/active-directory/active-directory-saas-access-panel-introduction).
162+
163+
## Additional resources
164+
165+
- [ List of Tutorials on How to Integrate SaaS Apps with Azure Active Directory ](https://docs.microsoft.com/azure/active-directory/active-directory-saas-tutorial-list)
166+
167+
- [What is application access and single sign-on with Azure Active Directory? ](https://docs.microsoft.com/azure/active-directory/active-directory-appssoaccess-whatis)
168+
169+
- [What is conditional access in Azure Active Directory?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview)
170+
171+
- [Try AlertMedia with Azure AD](https://aad.portal.azure.com/)
172+
173+
- [What is session control in Microsoft Cloud App Security?](https://docs.microsoft.com/cloud-app-security/proxy-intro-aad)
174+
175+
- [How to protect AlertMedia with advanced visibility and controls](https://docs.microsoft.com/cloud-app-security/proxy-intro-aad)
176+

0 commit comments

Comments
 (0)