Skip to content

Commit ac94d10

Browse files
authored
Merge pull request #232174 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 3/27
2 parents bb96316 + c60d03c commit ac94d10

File tree

144 files changed

+2074
-723
lines changed

Some content is hidden

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

144 files changed

+2074
-723
lines changed

articles/active-directory/hybrid/how-to-connect-group-writeback-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To see the default behavior in your environment for newly created groups, use th
8181
8282
You can also use the PowerShell cmdlet [AzureADDirectorySetting](../enterprise-users/groups-settings-cmdlets.md).
8383

84-
> Example: `(Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | FL *).values`
84+
> Example: `(Get-AzureADDirectorySetting | ? { $_.DisplayName -eq "Group.Unified"} | Select-Object -ExpandProperty Values`
8585
8686
> If nothing is returned, you're using the default directory settings. Newly created Microsoft 365 groups *will automatically* be written back.
8787

articles/active-directory/saas-apps/infor-cloudsuite-provisioning-tutorial.md

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,37 @@ This section guides you through the steps to configure the Azure AD provisioning
144144

145145
9. Review the user attributes that are synchronized from Azure AD to Infor CloudSuite in the **Attribute Mapping** section. The attributes selected as **Matching** properties are used to match the user accounts in Infor CloudSuite for update operations. Select the **Save** button to commit any changes.
146146

147-
![Infor CloudSuite User Attributes](media/infor-cloudsuite-provisioning-tutorial/userattributes.png)
147+
|Attribute|Type|Supported for filtering|Required by Infor CloudSuite|
148+
|---|---|---|---|
149+
|userName|String|✓|✓
150+
|active|Boolean||
151+
|displayName|String||
152+
|externalId|String||
153+
|name.familyName|String||
154+
|name.givenName|String||
155+
|displayName|String||
156+
|title|String||
157+
|emails[type eq "work"].value|String||
158+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager|String||
159+
|urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department|String||
160+
|urn:ietf:params:scim:schemas:extension:infor:2.0:User:actorId|String||
161+
|urn:ietf:params:scim:schemas:extension:infor:2.0:User:federationId|String||
162+
|urn:ietf:params:scim:schemas:extension:infor:2.0:User:ifsPersonId|String||
163+
|urn:ietf:params:scim:schemas:extension:infor:2.0:User:inUser|String||
164+
|urn:ietf:params:scim:schemas:extension:infor:2.0:User:userAlias|String||
165+
148166

149167
10. Under the **Mappings** section, select **Synchronize Azure Active Directory Groups to Infor CloudSuite**.
150168

151169
![Infor CloudSuite Group Mappings](media/infor-cloudsuite-provisioning-tutorial/groupmappings.png)
152170

153171
11. Review the group attributes that are synchronized from Azure AD to Infor CloudSuite in the **Attribute Mapping** section. The attributes selected as **Matching** properties are used to match the groups in Infor CloudSuite for update operations. Select the **Save** button to commit any changes.
154172

155-
![Infor CloudSuite Group Attributes](media/infor-cloudsuite-provisioning-tutorial/groupattributes.png)
173+
|Attribute|Type|Supported for filtering|Required by Infor CloudSuite|
174+
|---|---|---|---|
175+
|displayName|String|✓|✓
176+
|members|Reference||
177+
|externalId|String||
156178

157179
12. 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).
158180

@@ -168,11 +190,20 @@ This section guides you through the steps to configure the Azure AD provisioning
168190

169191
![Saving Provisioning Configuration](common/provisioning-configuration-save.png)
170192

171-
This operation starts the initial synchronization of all users and/or groups defined in **Scope** in the **Settings** section. The initial sync takes longer to perform than subsequent syncs, which occur approximately every 40 minutes as long as the Azure AD provisioning service is running. You can use the **Synchronization Details** section to monitor progress and follow links to provisioning activity report, which describes all actions performed by the Azure AD provisioning service on Infor CloudSuite.
193+
This operation starts the initial synchronization cycle of all users 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.
194+
195+
## Step 6. Monitor your deployment
196+
Once you've configured provisioning, use the following resources to monitor your deployment:
197+
198+
* Use the [provisioning logs](../reports-monitoring/concept-provisioning-logs.md) to determine which users have been provisioned successfully or unsuccessfully
199+
* 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's to completion
200+
* If the provisioning configuration seems to be in an unhealthy state, the application goes into quarantine. Learn more about quarantine states [here](../app-provisioning/application-provisioning-quarantine-status.md).
201+
172202

173-
For more information on how to read the Azure AD provisioning logs, see [Reporting on automatic user account provisioning](../app-provisioning/check-status-user-account-provisioning.md).
203+
## Change log
204+
02/15/2023 - Added support for custom extension user attributes **urn:ietf:params:scim:schemas:extension:infor:2.0:User:actorId**, **urn:ietf:params:scim:schemas:extension:infor:2.0:User:federationId**, **urn:ietf:params:scim:schemas:extension:infor:2.0:User:ifsPersonId**, **urn:ietf:params:scim:schemas:extension:infor:2.0:User:inUser**, and **urn:ietf:params:scim:schemas:extension:infor:2.0:User:userAlias**.
174205

175-
## Additional resources
206+
## More resources
176207

177208
* [Managing user account provisioning for Enterprise Apps](../app-provisioning/configure-automatic-user-provisioning-portal.md)
178209
* [What is application access and single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: Azure Active Directory SSO integration with Intradiem
3+
description: Learn how to configure single sign-on between Azure Active Directory and Intradiem.
4+
services: active-directory
5+
author: jeevansd
6+
manager: CelesteDG
7+
ms.reviewer: CelesteDG
8+
ms.service: active-directory
9+
ms.subservice: saas-app-tutorial
10+
ms.workload: identity
11+
ms.topic: how-to
12+
ms.date: 03/26/2023
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Azure Active Directory SSO integration with Intradiem
18+
19+
In this article, you learn how to integrate Intradiem with Azure Active Directory (Azure AD). AI-Powered Productivity Solution that Integrates with Call Center and Workforce Management Software to Improve Savings, Productivity, and Engagement. When you integrate Intradiem with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to Intradiem.
22+
* Enable your users to be automatically signed-in to Intradiem with their Azure AD accounts.
23+
* Manage your accounts in one central location - the Azure portal.
24+
25+
You configure and test Azure AD single sign-on for Intradiem in a test environment. Intradiem supports only **SP** initiated single sign-on.
26+
27+
## Prerequisites
28+
29+
To integrate Azure Active Directory with Intradiem, you need:
30+
31+
* An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32+
* One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
33+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
34+
* Intradiem single sign-on (SSO) enabled subscription.
35+
36+
## Add application and assign a test user
37+
38+
Before you begin the process of configuring single sign-on, you need to add the Intradiem application from the Azure AD gallery. You need a test user account to assign to the application and test the single sign-on configuration.
39+
40+
### Add Intradiem from the Azure AD gallery
41+
42+
Add Intradiem from the Azure AD application gallery to configure single sign-on with Intradiem. For more information on how to add application from the gallery, see the [Quickstart: Add application from the gallery](../manage-apps/add-application-portal.md).
43+
44+
### Create and assign Azure AD test user
45+
46+
Follow the guidelines in the [create and assign a user account](../manage-apps/add-application-portal-assign-users.md) article to create a test user account in the Azure portal called B.Simon.
47+
48+
Alternatively, you can also use the [Enterprise App Configuration Wizard](https://portal.office.com/AdminPortal/home?Q=Docs#/azureadappintegration). In this wizard, you can add an application to your tenant, add users/groups to the app, and assign roles. The wizard also provides a link to the single sign-on configuration pane in the Azure portal. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides).
49+
50+
## Configure Azure AD SSO
51+
52+
Complete the following steps to enable Azure AD single sign-on in the Azure portal.
53+
54+
1. In the Azure portal, on the **Intradiem** application integration page, find the **Manage** section and select **single sign-on**.
55+
1. On the **Select a single sign-on method** page, select **SAML**.
56+
1. On the **Set up single sign-on with SAML** page, select the pencil icon for **Basic SAML Configuration** to edit the settings.
57+
58+
![Screenshot shows how to edit Basic SAML Configuration.](common/edit-urls.png "Basic Configuration")
59+
60+
1. On the **Basic SAML Configuration** section, perform the following steps:
61+
62+
a. In the **Identifier** textbox, type a URL using one of the following patterns:
63+
64+
| **Identifier** |
65+
|------------|
66+
| `https://<CustomerName>.intradiem.com/auth/realms/<CustomerName>` |
67+
| `https://<CustomerName>auth.intradiem.com/auth/realms/<CustomerName>` |
68+
69+
b. In the **Reply URL** textbox, type a URL using one of the following patterns:
70+
71+
| **Reply URL** |
72+
|---------|
73+
| `https://<CustomerName>auth.intradiem.com/auth/realms/<CustomerName>/broker/<CustomerName>/endpoint` |
74+
| `https://<CustomerName>.intradiem.com/auth/realms/<CustomerName>/broker/<CustomerName>/endpoint` |
75+
76+
c. In the **Sign on URL** textbox, type a URL using one of the following patterns:
77+
78+
| **Sign on URL** |
79+
|-------------|
80+
| `https://<CustomerName>auth.intradiem.com` |
81+
| `https://<CustomerName>.intradiem.com` |
82+
83+
> [!Note]
84+
> These values are not real. Update these values with the actual Identifier, Reply URL and Sign on URL. Contact [Intradiem 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.
85+
86+
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.
87+
88+
![Screenshot shows the Certificate download link.](common/copy-metadataurl.png "Certificate")
89+
90+
## Configure Intradiem SSO
91+
92+
To configure single sign-on on **Intradiem** side, you need to send the **App Federation Metadata Url** to [Intradiem support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides
93+
94+
### Create Intradiem test user
95+
96+
In this section, you create a user called Britta Simon in Intradiem. Work with [Intradiem support team](mailto:[email protected]) to add the users in the Intradiem platform. Users must be created and activated before you use single sign-on.
97+
98+
## Test SSO
99+
100+
In this section, you test your Azure AD single sign-on configuration with following options.
101+
102+
* Click on **Test this application** in Azure portal. This will redirect to Intradiem Sign-on URL where you can initiate the login flow.
103+
104+
* Go to Intradiem Sign-on URL directly and initiate the login flow from there.
105+
106+
* You can use Microsoft My Apps. When you click the Intradiem tile in the My Apps, this will redirect to Intradiem Sign-on URL. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
107+
108+
## Additional resources
109+
110+
* [What is single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
111+
* [Plan a single sign-on deployment](../manage-apps/plan-sso-deployment.md).
112+
113+
## Next steps
114+
115+
Once you configure Intradiem you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](/cloud-app-security/proxy-deployment-aad).
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
title: Azure Active Directory SSO integration with LambdaTest Single Sign on
3+
description: Learn how to configure single sign-on between Azure Active Directory and LambdaTest Single Sign on.
4+
services: active-directory
5+
author: jeevansd
6+
manager: CelesteDG
7+
ms.reviewer: CelesteDG
8+
ms.service: active-directory
9+
ms.subservice: saas-app-tutorial
10+
ms.workload: identity
11+
ms.topic: how-to
12+
ms.date: 03/26/2023
13+
ms.author: jeedes
14+
15+
---
16+
17+
# Azure Active Directory SSO integration with LambdaTest Single Sign on
18+
19+
In this article, you learn how to integrate LambdaTest Single Sign on with Azure Active Directory (Azure AD). LambdaTest's Single Sign-on application enables you to self-configure SSO with your Azure AD instance. When you integrate LambdaTest Single Sign on with Azure AD, you can:
20+
21+
* Control in Azure AD who has access to LambdaTest Single Sign on.
22+
* Enable your users to be automatically signed-in to LambdaTest Single Sign on with their Azure AD accounts.
23+
* Manage your accounts in one central location - the Azure portal.
24+
25+
You configure and test Azure AD single sign-on for LambdaTest Single Sign on in a test environment. LambdaTest Single Sign on supports both **SP** and **IDP** initiated single sign-on and **Just In Time** user provisioning.
26+
27+
## Prerequisites
28+
29+
To integrate Azure Active Directory with LambdaTest Single Sign on, you need:
30+
31+
* An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32+
* One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
33+
* An Azure AD subscription. If you don't have a subscription, you can get a [free account](https://azure.microsoft.com/free/).
34+
* LambdaTest Single Sign on single sign-on (SSO) enabled subscription.
35+
36+
## Add application and assign a test user
37+
38+
Before you begin the process of configuring single sign-on, you need to add the LambdaTest Single Sign on application from the Azure AD gallery. You need a test user account to assign to the application and test the single sign-on configuration.
39+
40+
### Add LambdaTest Single Sign on from the Azure AD gallery
41+
42+
Add LambdaTest Single Sign on from the Azure AD application gallery to configure single sign-on with LambdaTest Single Sign on. For more information on how to add application from the gallery, see the [Quickstart: Add application from the gallery](../manage-apps/add-application-portal.md).
43+
44+
### Create and assign Azure AD test user
45+
46+
Follow the guidelines in the [create and assign a user account](../manage-apps/add-application-portal-assign-users.md) article to create a test user account in the Azure portal called B.Simon.
47+
48+
Alternatively, you can also use the [Enterprise App Configuration Wizard](https://portal.office.com/AdminPortal/home?Q=Docs#/azureadappintegration). In this wizard, you can add an application to your tenant, add users/groups to the app, and assign roles. The wizard also provides a link to the single sign-on configuration pane in the Azure portal. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides).
49+
50+
## Configure Azure AD SSO
51+
52+
Complete the following steps to enable Azure AD single sign-on in the Azure portal.
53+
54+
1. In the Azure portal, on the **LambdaTest Single Sign on** application integration page, find the **Manage** section and select **single sign-on**.
55+
1. On the **Select a single sign-on method** page, select **SAML**.
56+
1. On the **Set up single sign-on with SAML** page, select the pencil icon for **Basic SAML Configuration** to edit the settings.
57+
58+
![Screenshot shows how to edit Basic SAML Configuration.](common/edit-urls.png "Basic Configuration")
59+
60+
1. On the **Basic SAML Configuration** section, perform the following steps:
61+
62+
a. In the **Identifier** textbox, type a value using the following pattern:
63+
`urn:auth0:lambdatest:<CustomerName>`
64+
65+
b. In the **Reply URL** textbox, type a URL using the following pattern:
66+
`https://lambdatest.auth0.com/login/callback?connection=<CustomerName>`
67+
68+
1. If you wish to configure the application in **SP** initiated mode, then perform the following step:
69+
70+
In the **Sign on URL** textbox, type the URL:
71+
`https://accounts.lambdatest.com/auth0/login`
72+
73+
> [!NOTE]
74+
> These values are not real. Update these values with the actual Identifier and Reply URL. Contact [LambdaTest Single Sign on 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.
75+
76+
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (Base64)** and select **Download** to download the certificate and save it on your computer.
77+
78+
![Screenshot shows the Certificate download link.](common/certificatebase64.png "Certificate")
79+
80+
1. On the **Set up LambdaTest Single Sign on** section, copy the appropriate URL(s) based on your requirement.
81+
82+
![Screenshot shows to copy configuration appropriate URL.](common/copy-configuration-urls.png "Metadata")
83+
84+
## Configure LambdaTest Single Sign on SSO
85+
86+
To configure single sign-on on **LambdaTest Single Sign on** side, you need to send the downloaded **Certificate (Base64)** and appropriate copied URLs from Azure portal to [LambdaTest Single Sign on support team](mailto:[email protected]). They set this setting to have the SAML SSO connection set properly on both sides.
87+
88+
### Create LambdaTest Single Sign on test user
89+
90+
In this section, a user called B.Simon is created in LambdaTest Single Sign on. LambdaTest Single Sign on supports just-in-time user provisioning, which is enabled by default. There's no action item for you in this section. If a user doesn't already exist in LambdaTest Single Sign on, a new one is commonly created after authentication.
91+
92+
## Test SSO
93+
94+
In this section, you test your Azure AD single sign-on configuration with following options.
95+
96+
#### SP initiated:
97+
98+
* Click on **Test this application** in Azure portal. This will redirect to LambdaTest Single Sign on Sign-on URL where you can initiate the login flow.
99+
100+
* Go to LambdaTest Single Sign on Sign-on URL directly and initiate the login flow from there.
101+
102+
#### IDP initiated:
103+
104+
* Click on **Test this application** in Azure portal and you should be automatically signed in to the LambdaTest Single Sign on for which you set up the SSO.
105+
106+
You can also use Microsoft My Apps to test the application in any mode. When you click the LambdaTest Single Sign on tile in the My Apps, if configured in SP mode you would be redirected to the application sign-on page for initiating the login flow and if configured in IDP mode, you should be automatically signed in to the LambdaTest Single Sign on for which you set up the SSO. For more information about the My Apps, see [Introduction to the My Apps](../user-help/my-apps-portal-end-user-access.md).
107+
108+
## Additional resources
109+
110+
* [What is single sign-on with Azure Active Directory?](../manage-apps/what-is-single-sign-on.md)
111+
* [Plan a single sign-on deployment](../manage-apps/plan-sso-deployment.md).
112+
113+
## Next steps
114+
115+
Once you configure LambdaTest Single Sign on you can enforce session control, which protects exfiltration and infiltration of your organization’s sensitive data in real time. Session control extends from Conditional Access. [Learn how to enforce session control with Microsoft Cloud App Security](/cloud-app-security/proxy-deployment-aad).

0 commit comments

Comments
 (0)