Service | Microsoft Docs article | Related commit history on GitHub | Change details |
---|---|---|---|
active-directory-b2c | Add Web Api Application | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory-b2c/add-web-api-application.md | -To register an application in your Azure AD B2C tenant, you can use Azure portal's new unified **App registrations** experience the legacy **Applications (Legacy)** experience. [Learn more about the new experience](./app-registrations-training-guide.md). +To register an application in your Azure AD B2C tenant, you can use the Azure portal's new unified **App registrations** experience or the legacy **Applications (Legacy)** experience. [Learn more about the new experience](./app-registrations-training-guide.md). #### [App registrations](#tab/app-reg-ga/) To call a protected web API from an application, you need to grant your applicat [!INCLUDE [active-directory-b2c-permissions-api](../../includes/active-directory-b2c-permissions-api.md)] -Your application is registered to call the protected web API. A user authenticates with Azure AD B2C to use the application. The application obtains an authorization grant from Azure AD B2C to access the protected web API. +Your application is registered to call the protected web API. A user authenticates with Azure AD B2C to use the application. The application obtains an authorization grant from Azure AD B2C to access the protected web API. |
active-directory-b2c | Partner Arkose Labs | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory-b2c/partner-arkose-labs.md | |
active-directory | Concept Conditional Access Cloud Apps | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md | Because the policy is applied to the Azure management portal and API, services, - SQL Managed Instance - Azure Synapse - Visual Studio subscriptions administrator portal +- [Microsoft IoT Central](https://apps.azureiotcentral.com/) > [!NOTE] > The Microsoft Azure Management application applies to [Azure PowerShell](/powershell/azure/what-is-azure-powershell), which calls the [Azure Resource Manager API](../../azure-resource-manager/management/overview.md). It does not apply to [Azure AD PowerShell](/powershell/azure/active-directory/overview), which calls the [Microsoft Graph API](/graph/overview). |
active-directory | Access Tokens | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/develop/access-tokens.md | An application may receive tokens for a user or directly from an application thr - Use `roles` to see permissions that have been granted to the subject of the token. - Use `oid` or `sub` to validate that the calling service principal is the expected one. -If the application needs to distinguish between app-only access tokens and access tokens for users, use the `idtyp` [optional claim](active-directory-optional-claims.md). Add the `idtyp` claim to the `accessToken` field, and check for the value `app`, app-only access tokens can be detected. ID tokens and access tokens for users won't have the `idtyp` claim included. +If the application needs to distinguish between app-only access tokens and access tokens for users, use the `idtyp` [optional claim](active-directory-optional-claims.md). To detect app-only access tokens, add the `idtyp` claim to the `accessToken` field, and check for the value `app`. ID tokens and access tokens for users won't have the `idtyp` claim included. ## Token revocation |
active-directory | Sample V2 Code | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/develop/sample-v2-code.md | These samples show how to write a single-page application secured with Microsoft > [!div class="mx-tdCol2BreakAll"] > | Language/<br/>Platform | Code sample(s) <br/>on GitHub | Auth<br/> libraries | Auth flow | > | - | -- | - | -- |-> | Angular | • [Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/1-Authentication/1-sign-in/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/1-Authentication/2-sign-in-b2c/README.md) <br/> • [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/2-Authorization-I/1-call-graph/README.md)<br/>• [Call .NET Core web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/1-call-api)<br/>• [Call .NET Core web API (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)<br/>• [Call Microsoft Graph via OBO](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/7-AdvancedScenarios/1-call-api-obo/README.md)<br/>• [Call .NET Core web API using PoP](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/7-AdvancedScenarios/2-call-api-pop/README.md)<br/>• [Use App Roles for access control](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/1-call-api-roles/README.md)<br/> • [Use Security Groups for access control](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/2-call-api-groups/README.md)<br/>• [Deploy to Azure Storage and App Service](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/4-Deployment/README.md)| MSAL Angular | • Authorization code with PKCE<br/>• On-behalf-of (OBO) <br/>• Proof of Possession (PoP)| +> | Angular | • [Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/1-Authentication/1-sign-in/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/1-Authentication/2-sign-in-b2c/README.md) <br/> • [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/2-Authorization-I/1-call-graph/README.md)<br/>• [Call .NET Core web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/1-call-api)<br/>• [Call .NET Core web API (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)<br/>• [Call Microsoft Graph via OBO](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/7-AdvancedScenarios/1-call-api-obo/README.md)<br/>• [Use App Roles for access control](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/1-call-api-roles/README.md)<br/> • [Use Security Groups for access control](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/2-call-api-groups/README.md)<br/>• [Deploy to Azure Storage and App Service](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/4-Deployment/README.md)| MSAL Angular | • Authorization code with PKCE<br/>• On-behalf-of (OBO) | > | Blazor WebAssembly | • [Sign in users](https://github.com/Azure-Samples/ms-identity-blazor-wasm/blob/main/WebApp-OIDC/MyOrg/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-blazor-wasm/blob/main/WebApp-OIDC/B2C/README.md)<br/>• [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-blazor-wasm/blob/main/WebApp-graph-user/Call-MSGraph/README.md)<br/>• [Deploy to Azure App Service](https://github.com/Azure-Samples/ms-identity-blazor-wasm/blob/main/Deploy-to-Azure/README.md) | MSAL.js | Implicit Flow | > | JavaScript | • [Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/1-Authentication/1-sign-in/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/1-Authentication/2-sign-in-b2c/README.md) <br/> • [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/2-Authorization-I/1-call-graph/README.md)<br/>• [Call Node.js web API](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/1-call-api/README.md)<br/>• [Call Node.js web API (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/2-call-api-b2c/README.md)<br/>• [Call Microsoft Graph via OBO](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/4-AdvancedGrants/1-call-api-graph/README.md)<br/>• [Call Node.js web API via OBO and CA](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/4-AdvancedGrants/2-call-api-api-c)| MSAL.js | • Authorization code with PKCE<br/>• On-behalf-of (OBO) <br/>• Conditional Access |-> | React | • [Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/1-Authentication/1-sign-in/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/1-Authentication/2-sign-in-b2c/README.md) <br/> • [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph/README.md)<br/>• [Call Node.js web API](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/1-call-api)<br/>• [Call Node.js web API (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)<br/>• [Call Microsoft Graph via OBO](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/6-AdvancedScenarios/1-call-api-obo/README.md)<br/>• [Call Node.js web API using PoP](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/6-AdvancedScenarios/2-call-api-pop/README.md)<br/>• [Use App Roles for access control](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/5-AccessControl/1-call-api-roles/README.md)<br/>• [Use Security Groups for access control](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/5-AccessControl/2-call-api-groups/README.md)<br/>• [Deploy to Azure Storage and App Service](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/1-deploy-storage/README.md)<br/>• [Deploy to Azure Static Web Apps](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/2-deploy-static/README.md)| MSAL React | • Authorization code with PKCE<br/>• On-behalf-of (OBO) <br/>• Conditional Access<br/>• Proof of Possession (PoP) | +> | React | • [Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/1-Authentication/1-sign-in/README.md)<br/>• [Sign in users (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/1-Authentication/2-sign-in-b2c/README.md) <br/> • [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph/README.md)<br/>• [Call Node.js web API](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/1-call-api)<br/>• [Call Node.js web API (B2C)](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/2-call-api-b2c)<br/>• [Call Microsoft Graph via OBO](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/6-AdvancedScenarios/1-call-api-obo/README.md)<br/>• [Use App Roles for access control](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/5-AccessControl/1-call-api-roles/README.md)<br/>• [Use Security Groups for access control](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/5-AccessControl/2-call-api-groups/README.md)<br/>• [Deploy to Azure Storage and App Service](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/1-deploy-storage/README.md)<br/>• [Deploy to Azure Static Web Apps](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/4-Deployment/2-deploy-static/README.md)| MSAL React | • Authorization code with PKCE<br/>• On-behalf-of (OBO) <br/>• Conditional Access | ## Web applications The following samples show how to protect a web API with the Microsoft identity > | ASP.NET | [Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-aspnet-webapi-onbehalfof) | MSAL.NET | On-Behalf-Of (OBO) | > | ASP.NET Core | [Sign in users and call Microsoft Graph](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph) | MSAL.NET | On-Behalf-Of (OBO) | > | Java | [Sign in users](https://github.com/Azure-Samples/ms-identity-msal-java-samples/tree/main/4.%20Spring%20Framework%20Web%20App%20Tutorial/3-Authorization-II/protect-web-api) | MSAL Java | On-Behalf-Of (OBO) |-> | Node.js | • [Protect a Node.js web API](https://github.com/Azure-Samples/active-directory-javascript-nodejs-webapi-v2) <br/> • [Protect a Node.js Web API with Azure AD B2C](https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi) | MSAL Node | Authorization bearer | +> | Node.js | • [Protect a Node.js web API](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/1-call-api) <br/> • [Protect a Node.js Web API with Azure AD B2C](https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi) | MSAL Node | Authorization bearer | ## Desktop |
active-directory | Scenario Spa Production | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/develop/scenario-spa-production.md | Now that you know how to acquire a token to call web APIs, here are some things ## Deploy your app -Check out a [deployment sample](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant/tree/master/Chapter3) for learning how to deploy your SPA and Web API projects with Azure Storage and Azure App Services, respectively. +Check out a [deployment sample](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/4-Deployment) for learning how to deploy your SPA and Web API projects with Azure Storage and Azure App Service, respectively. ## Code samples -These code samples demonstrate several key operations for a single-page app. -- [SPA with an ASP.NET back-end](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-aspnetcore-webapi): How to get tokens for your own back-end web API (ASP.NET Core) by using **MSAL.js**.+These code samples demonstrate several key operations for a single-page app: -- [Node.js Web API (Azure AD)](https://github.com/Azure-Samples/active-directory-javascript-nodejs-webapi-v2): How to validate access tokens for your back-end web API (Node.js) by using **passport-azure-ad**.+- [SPA with an ASP.NET backend](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/1-call-api): How to get tokens for your own back-end web API (ASP.NET Core) by using **MSAL.js**. -- [SPA with Azure AD B2C](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa): How to use **MSAL.js** to sign in users in an app that's registered with **Azure Active Directory B2C** (Azure AD B2C).+- [SPA with an Node.js backend)](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/3-Authorization-II/1-call-api): How to get tokens for your own back-end web API (Express.js) by using **MSAL.js**. -- [Node.js web API (Azure AD B2C)](https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi): How to use **passport-azure-ad** to validate access tokens for apps registered with **Azure Active Directory B2C** (Azure AD B2C).+- [SPA with Azure AD B2C](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa): How to use **MSAL.js** to sign in users in an app that's registered with **Azure Active Directory B2C** (Azure AD B2C). ## Next steps |
active-directory | Licensing Service Plan Reference | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/enterprise-users/licensing-service-plan-reference.md | When managing licenses in [the Azure portal](https://portal.azure.com/#blade/Mic - **Service plans included (friendly names)**: A list of service plans (friendly names) in the product that correspond to the string ID and GUID >[!NOTE]->This information last updated on September 22nd, 2022.<br/>You can also download a CSV version of this table [here](https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv). +>This information last updated on September 12th, 2022.<br/>You can also download a CSV version of this table [here](https://download.microsoft.com/download/e/3/e/e3e9faf2-f28b-490a-9ada-c6089a1fc5b0/Product%20names%20and%20service%20plan%20identifiers%20for%20licensing.csv). ><br/> | Product name | String ID | GUID | Service plans included | Service plans included (friendly names) | When managing licenses in [the Azure portal](https://portal.azure.com/#blade/Mic | Dynamics 365 Business Central External Accountant| DYN365_FINANCIALS_ACCOUNTANT_SKU | 9a1e33ed-9697-43f3-b84c-1b0959dbb1d4 | DYN365_FINANCIALS_ACCOUNTANT (170991d7-b98e-41c5-83d4-db2052e1795f)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>FLOW_DYN_APPS (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>POWERAPPS_DYN_APPS (874fc546-6efe-4d22-90b8-5c4e7aa59f4b) | Dynamics 365 Business Central External Accountant (170991d7-b98e-41c5-83d4-db2052e1795f)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Flow for Dynamics 365 (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>PowerApps for Dynamics 365 (874fc546-6efe-4d22-90b8-5c4e7aa59f4b) | | Dynamics 365 Business Central for IWs | PROJECT_MADEIRA_PREVIEW_IW_SKU | 6a4a1628-9b9a-424d-bed5-4118f0ede3fd | PROJECT_MADEIRA_PREVIEW_IW (3f2afeed-6fb5-4bf9-998f-f2912133aead)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318) | Dynamics 365 Business Central for IWs (3f2afeed-6fb5-4bf9-998f-f2912133aead)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318) | | Dynamics 365 Business Central Premium | DYN365_BUSCENTRAL_PREMIUM | f991cecc-3f91-4cd0-a9a8-bf1c8167e029 | DYN365_BUSCENTRAL_PREMIUM (8e9002c0-a1d8-4465-b952-817d2948e6e2)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>FLOW_DYN_APPS (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>POWERAPPS_DYN_APPS (874fc546-6efe-4d22-90b8-5c4e7aa59f4b) | Dynamics 365 Business Central Premium (8e9002c0-a1d8-4465-b952-817d2948e6e2)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Flow for Dynamics 365 (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>PowerApps for Dynamics 365 (874fc546-6efe-4d22-90b8-5c4e7aa59f4b) |+| Dynamics 365 Business Central Team Members | DYN365_BUSCENTRAL_TEAM_MEMBER | 2e3c4023-80f6-4711-aa5d-29e0ecb46835 | DYN365_FINANCIALS_TEAM_MEMBERS (d9a6391b-8970-4976-bd94-5f205007c8d8)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>POWERAPPS_DYN_TEAM (52e619e2-2730-439a-b0d3-d09ab7e8b705)<br/>FLOW_DYN_TEAM (1ec58c70-f69c-486a-8109-4b87ce86e449) | Dynamics 365 for Team Members (d9a6391b-8970-4976-bd94-5f205007c8d8)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Power Apps for Dynamics 365 (52e619e2-2730-439a-b0d3-d09ab7e8b705)<br/>Power Automate for Dynamics 365 (1ec58c70-f69c-486a-8109-4b87ce86e449) | | Dynamics 365 Customer Engagement Plan | DYN365_ENTERPRISE_PLAN1 | ea126fc5-a19e-42e2-a731-da9d437bffcf | D365_CSI_EMBED_CE (1412cdc1-d593-4ad1-9050-40c30ad0b023)<br/>DYN365_ENTERPRISE_P1 (d56f3deb-50d8-465a-bedb-f079817ccac1)<br/>D365_ProjectOperations (69f07c66-bee4-4222-b051-195095efee5b)<br/>D365_ProjectOperationsCDS (18fa3aba-b085-4105-87d7-55617b8585e6)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>FLOW_DYN_P2 (b650d915-9886-424b-a08d-633cede56f57)<br/>FLOW_DYN_APPS (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>Forms_Pro_CE (97f29a83-1a20-44ff-bf48-5e4ad11f3e51)<br/>NBENTERPRISE (03acaee3-9492-4f40-aed4-bcb6b32981b6)<br/>SHAREPOINTWAC (e95bec33-7c88-4a70-8e19-b10bd9d0c014)<br/>POWERAPPS_DYN_P2 (0b03f40b-c404-40c3-8651-2aceb74365fa)<br/>PROJECT_FOR_PROJECT_OPERATIONS (0a05d977-a21a-45b2-91ce-61c240dbafa2)<br/>PROJECT_CLIENT_SUBSCRIPTION (fafd7243-e5c1-4a3a-9e40-495efcb1d3c3)<br/>SHAREPOINT_PROJECT (fe71d6c3-a2ea-4499-9778-da042bf08063)<br/>SHAREPOINTENTERPRISE (5dbe027f-2339-4123-9542-606e4d348a72) | Dynamics 365 Customer Service Insights for CE Plan (1412cdc1-d593-4ad1-9050-40c30ad0b023)<br/>Dynamics 365 P1 (d56f3deb-50d8-465a-bedb-f079817ccac1)<br/>Dynamics 365 Project Operations (69f07c66-bee4-4222-b051-195095efee5b)<br/>Dynamics 365 Project Operations CDS (18fa3aba-b085-4105-87d7-55617b8585e6)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Flow for Dynamics 365 (b650d915-9886-424b-a08d-633cede56f57)<br/>Flow for Dynamics 365 (7e6d7d78-73de-46ba-83b1-6d25117334ba)<br/>Microsoft Dynamics 365 Customer Voice for Customer Engagement Plan (97f29a83-1a20-44ff-bf48-5e4ad11f3e51)<br/>Microsoft Social Engagement Enterprise (03acaee3-9492-4f40-aed4-bcb6b32981b6)<br/>Office for the web (e95bec33-7c88-4a70-8e19-b10bd9d0c014)<br/>Power Apps for Dynamics 365 (0b03f40b-c404-40c3-8651-2aceb74365fa)<br/>Project for Project Operations (0a05d977-a21a-45b2-91ce-61c240dbafa2)<br/>Project Online Desktop Client (fafd7243-e5c1-4a3a-9e40-495efcb1d3c3)<br/>Project Online Service (fe71d6c3-a2ea-4499-9778-da042bf08063)<br/>SharePoint (Plan 2) (5dbe027f-2339-4123-9542-606e4d348a72) | | Dynamics 365 Customer Insights vTrial | DYN365_CUSTOMER_INSIGHTS_VIRAL | 036c2481-aa8a-47cd-ab43-324f0c157c2d | CDS_CUSTOMER_INSIGHTS_TRIAL (94e5cbf6-d843-4ee8-a2ec-8b15eb52019e)<br/>DYN365_CUSTOMER_INSIGHTS_ENGAGEMENT_INSIGHTS_BASE_TRIAL (e2bdea63-235e-44c6-9f5e-5b0e783f07dd)<br/>DYN365_CUSTOMER_INSIGHTS_VIRAL (ed8e8769-94c5-4132-a3e7-7543b713d51f)<br/>Forms_Pro_Customer_Insights (fe581650-cf61-4a09-8814-4bd77eca9cb5) | Common Data Service for Customer Insights Trial (94e5cbf6-d843-4ee8-a2ec-8b15eb52019e)<br/>Dynamics 365 Customer Insights Engagement Insights Viral (e2bdea63-235e-44c6-9f5e-5b0e783f07dd)<br/>Dynamics 365 Customer Insights Viral Plan (ed8e8769-94c5-4132-a3e7-7543b713d51f)<br/>Microsoft Dynamics 365 Customer Voice for Customer Insights (fe581650-cf61-4a09-8814-4bd77eca9cb5) | | Dynamics 365 Customer Service Enterprise Viral Trial | Dynamics_365_Customer_Service_Enterprise_viral_trial | 1e615a51-59db-4807-9957-aa83c3657351 | CUSTOMER_VOICE_DYN365_VIRAL_TRIAL (dbe07046-af68-4861-a20d-1c8cbda9194f)<br/>CCIBOTS_PRIVPREV_VIRAL (ce312d15-8fdf-44c0-9974-a25a177125ee)<br/>DYN365_CS_MESSAGING_VIRAL_TRIAL (3bf52bdf-5226-4a97-829e-5cca9b3f3392)<br/>DYN365_CS_ENTERPRISE_VIRAL_TRIAL (94fb67d3-465f-4d1f-a50a-952da079a564)<br/>DYNB365_CSI_VIRAL_TRIAL (33f1466e-63a6-464c-bf6a-d1787928a56a)<br/>DYN365_CS_VOICE_VIRAL_TRIAL (3de81e39-4ce1-47f7-a77f-8473d4eb6d7c)<br/>EXCHANGE_S_FOUNDATION (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>POWER_APPS_DYN365_VIRAL_TRIAL (54b37829-818e-4e3c-a08a-3ea66ab9b45d)<br/>POWER_AUTOMATE_DYN365_VIRAL_TRIAL (81d4ecb8-0481-42fb-8868-51536c5aceeb) | Customer Voice for Dynamics 365 vTrial (dbe07046-af68-4861-a20d-1c8cbda9194f)<br/>Dynamics 365 AI for Customer Service Virtual Agents Viral (ce312d15-8fdf-44c0-9974-a25a177125ee)<br/>Dynamics 365 Customer Service Digital Messaging vTrial (3bf52bdf-5226-4a97-829e-5cca9b3f3392)<br/>Dynamics 365 Customer Service Enterprise vTrial (94fb67d3-465f-4d1f-a50a-952da079a564)<br/>Dynamics 365 Customer Service Insights vTrial (33f1466e-63a6-464c-bf6a-d1787928a56a)<br/>Dynamics 365 Customer Service Voice vTrial (3de81e39-4ce1-47f7-a77f-8473d4eb6d7c)<br/>Exchange Foundation (113feb6c-3fe4-4440-bddc-54d774bf0318)<br/>Power Apps for Dynamics 365 vTrial (54b37829-818e-4e3c-a08a-3ea66ab9b45d)<br/>Power Automate for Dynamics 365 vTrial (81d4ecb8-0481-42fb-8868-51536c5aceeb) | |
active-directory | One Time Passcode | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/external-identities/one-time-passcode.md | The guest user is now authenticated, and they can see the shared resource or con When a guest user redeems an invitation or uses a link to a resource that has been shared with them, theyΓÇÖll receive a one-time passcode if: -- They don't have an Azure AD account-- They don't have a Microsoft account+- They don't have an Azure AD account. +- They don't have a Microsoft account. - The inviting tenant didn't set up federation with social (like [Google](google-federation.md)) or other identity providers.+- They don't have any other authentication method or any password-backed accounts. - Email one-time passcode is enabled. At the time of invitation, there's no indication that the user you're inviting will use one-time passcode authentication. But when the guest user signs in, one-time passcode authentication will be the fallback method if no other authentication methods can be used. |
active-directory | Active Directory Deployment Plans | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/active-directory-deployment-plans.md | |
active-directory | Azure Active Directory B2c Deployment Plans | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/azure-active-directory-b2c-deployment-plans.md | |
active-directory | Concept Fundamentals Security Defaults | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/concept-fundamentals-security-defaults.md | Title: Azure Active Directory security defaults -description: Security default policies that help protect organizations from common attacks in Azure AD + Title: Providing a default level of security in Azure Active Directory +description: Azure AD Security defaults that help protect organizations from common identity attacks Previously updated : 04/07/2022 Last updated : 09/13/2022 -Microsoft is making security defaults available to everyone, because managing security can be difficult. Identity-related attacks like password spray, replay, and phishing are common in today's environment. More than 99.9% of these identity-related attacks are stopped by using multi-factor authentication (MFA) and blocking legacy authentication. The goal is to ensure that all organizations have at least a basic level of security enabled at no extra cost. +Microsoft is making security defaults available to everyone, because managing security can be difficult. Identity-related attacks like password spray, replay, and phishing are common in today's environment. More than 99.9% of these identity-related attacks are stopped by using multifactor authentication (MFA) and blocking legacy authentication. The goal is to ensure that all organizations have at least a basic level of security enabled at no extra cost. Security defaults make it easier to help protect your organization from these identity-related attacks with preconfigured security settings: - [Requiring all users to register for Azure AD Multi-Factor Authentication](#require-all-users-to-register-for-azure-ad-multi-factor-authentication).-- [Requiring administrators to do multi-factor authentication](#require-administrators-to-do-multi-factor-authentication).-- [Requiring users to do multi-factor authentication when necessary](#require-users-to-do-multi-factor-authentication-when-necessary).+- [Requiring administrators to do multifactor authentication](#require-administrators-to-do-multifactor-authentication). +- [Requiring users to do multifactor authentication when necessary](#require-users-to-do-multifactor-authentication-when-necessary). - [Blocking legacy authentication protocols](#block-legacy-authentication-protocols). - [Protecting privileged activities like access to the Azure portal](#protect-privileged-activities-like-access-to-the-azure-portal). To enable security defaults in your directory: ### Require all users to register for Azure AD Multi-Factor Authentication -All users in your tenant must register for multi-factor authentication (MFA) in the form of the Azure AD Multi-Factor Authentication. Users have 14 days to register for Azure AD Multi-Factor Authentication by using the Microsoft Authenticator app. After the 14 days have passed, the user can't sign in until registration is completed. A user's 14-day period begins after their first successful interactive sign-in after enabling security defaults. +All users in your tenant must register for multifactor authentication (MFA) in the form of the Azure AD Multi-Factor Authentication. Users have 14 days to register for Azure AD Multi-Factor Authentication by using the Microsoft Authenticator app. After the 14 days have passed, the user can't sign in until registration is completed. A user's 14-day period begins after their first successful interactive sign-in after enabling security defaults. -### Require administrators to do multi-factor authentication +### Require administrators to do multifactor authentication -Administrators have increased access to your environment. Because of the power these highly privileged accounts have, you should treat them with special care. One common method to improve the protection of privileged accounts is to require a stronger form of account verification for sign-in. In Azure AD, you can get a stronger account verification by requiring multi-factor authentication. +Administrators have increased access to your environment. Because of the power these highly privileged accounts have, you should treat them with special care. One common method to improve the protection of privileged accounts is to require a stronger form of account verification for sign-in. In Azure AD, you can get a stronger account verification by requiring multifactor authentication. > [!TIP] > We recommend having separate accounts for administration and standard productivity tasks to significantly reduce the number of times your admins are prompted for MFA. After registration with Azure AD Multi-Factor Authentication is finished, the fo - SharePoint administrator - User administrator -### Require users to do multi-factor authentication when necessary +### Require users to do multifactor authentication when necessary We tend to think that administrator accounts are the only accounts that need extra layers of authentication. Administrators have broad access to sensitive information and can make changes to subscription-wide settings. But attackers frequently target end users. After these attackers gain access, they can request access to privileged information for the original account holder. They can even download the entire directory to do a phishing attack on your whole organization. -One common method to improve protection for all users is to require a stronger form of account verification, such as Multi-Factor Authentication, for everyone. After users complete Multi-Factor Authentication registration, they'll be prompted for another authentication whenever necessary. Azure AD decides when a user will be prompted for Multi-Factor Authentication, based on factors such as location, device, role and task. This functionality protects all applications registered with Azure AD including SaaS applications. +One common method to improve protection for all users is to require a stronger form of account verification, such as multifactor authentication, for everyone. After users complete registration, they'll be prompted for another authentication whenever necessary. Azure AD decides when a user will be prompted for multifactor authentication, based on factors such as location, device, role and task. This functionality protects all applications registered with Azure AD including SaaS applications. ++> [!NOTE] +> In case of [B2B direct connect](../external-identities/b2b-direct-connect-overview.md) users, any multifactor authentication requirement from security defaults enabled in resource tenant will need to be satisfied, including multifactor authentication registration by the direct connect user in their home tenant. ### Block legacy authentication protocols To give your users easy access to your cloud apps, Azure AD supports various aut - Clients that don't use modern authentication (for example, an Office 2010 client). - Any client that uses older mail protocols such as IMAP, SMTP, or POP3. -Today, most compromising sign-in attempts come from legacy authentication. Legacy authentication doesn't support Multi-Factor Authentication. Even if you have a Multi-Factor Authentication policy enabled on your directory, an attacker can authenticate by using an older protocol and bypass Multi-Factor Authentication. +Today, most compromising sign-in attempts come from legacy authentication. Legacy authentication doesn't support multifactor authentication. Even if you have a multifactor authentication policy enabled on your directory, an attacker can authenticate by using an older protocol and bypass multifactor authentication. After security defaults are enabled in your tenant, all authentication requests made by an older protocol will be blocked. Security defaults blocks Exchange Active Sync basic authentication. Using Azure Resource Manager to manage your services is a highly privileged acti It's important to verify the identity of users who want to access Azure Resource Manager and update configurations. You verify their identity by requiring more authentication before you allow access. -After you enable security defaults in your tenant, any user accessing the following services must complete multi-factor authentication: +After you enable security defaults in your tenant, any user accessing the following services must complete multifactor authentication: - Azure portal - Azure PowerShell This policy applies to all users who are accessing Azure Resource Manager servic > Pre-2017 Exchange Online tenants have modern authentication disabled by default. In order to avoid the possibility of a login loop while authenticating through these tenants, you must [enable modern authentication](/exchange/clients-and-mobile-in-exchange-online/enable-or-disable-modern-authentication-in-exchange-online). > [!NOTE]-> The Azure AD Connect synchronization account is excluded from security defaults and will not be prompted to register for or perform multi-factor authentication. Organizations should not be using this account for other purposes. +> The Azure AD Connect synchronization account is excluded from security defaults and will not be prompted to register for or perform multifactor authentication. Organizations should not be using this account for other purposes. ## Deployment considerations You may choose to [disable password expiration](../authentication/concept-sspr-p For more detailed information about emergency access accounts, see the article [Manage emergency access accounts in Azure AD](../roles/security-emergency-access.md). -### B2B guest users +### B2B users -Any B2B Guest users that access your directory will be subject to the same controls as your organization's users. +Any [B2B guest](../external-identities/what-is-b2b.md) users or [B2B direct connect](../external-identities/b2b-direct-connect-overview.md) users that access your directory are treated the same as your organization's users. ### Disabled MFA status If your organization is a previous user of per-user based Azure AD Multi-Factor ### Conditional Access -You can use Conditional Access to configure policies similar to security defaults, but with more granularity including selecting other authentication methods and the ability to exclude users, which aren't available in security defaults. If you're using Conditional Access in your environment today, security defaults won't be available to you. +You can use Conditional Access to configure policies similar to security defaults, but with more granularity. Conditional Access policies allow selecting other authentication methods and the ability to exclude users, which aren't available in security defaults. If you're using Conditional Access in your environment today, security defaults won't be available to you.  |
active-directory | Resilience B2b Authentication | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/resilience-b2b-authentication.md | |
active-directory | Resilience B2c Developer Best Practices | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/resilience-b2c-developer-best-practices.md | |
active-directory | Resilience With Monitoring Alerting | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/resilience-with-monitoring-alerting.md | |
active-directory | Resilient End User Experience | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/resilient-end-user-experience.md | Periodically test your CDNΓÇÖs availability and the performance of content distr - [Resilience through developer best practices](resilience-b2c-developer-best-practices.md) - [Resilience through monitoring and analytics](resilience-with-monitoring-alerting.md) - [Build resilience in your authentication infrastructure](resilience-in-infrastructure.md)-- [Increase resilience of authentication and authorization in your applications](resilience-app-development-overview.md)+- [Increase resilience of authentication and authorization in your applications](resilience-app-development-overview.md) |
active-directory | Resilient External Processes | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/fundamentals/resilient-external-processes.md | While you deploy the REST APIs and configure the RESTful technical profile, foll - [Resilience through developer best practices](resilience-b2c-developer-best-practices.md) - [Resilience through monitoring and analytics](resilience-with-monitoring-alerting.md) - [Build resilience in your authentication infrastructure](resilience-in-infrastructure.md)-- [Increase resilience of authentication and authorization in your applications](resilience-app-development-overview.md)+- [Increase resilience of authentication and authorization in your applications](resilience-app-development-overview.md) |
active-directory | Configure Logic App Lifecycle Workflows | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md | -Before you can use an existing Azure Logic App with the custom task extension feature of Lifecycle Workflows, it must first be made compatible. This reference guide provides a list of steps that must be taken to make the Azure Logic App compatible the custom task extension. For a simpler guide on creating a new Logic App with the custom task extension via the Lifecycle Workflows portal, see [Trigger Logic Apps based on custom task extensions (preview)](trigger-custom-task.md). +Before you can use an existing Azure Logic App with the custom task extension feature of Lifecycle Workflows, it must first be made compatible. This reference guide provides a list of steps that must be taken to make the Azure Logic App compatible. For a guide on creating a new compatible Logic App via the Lifecycle Workflows portal, see [Trigger Logic Apps based on custom task extensions (preview)](trigger-custom-task.md). -## Configure existing Logic Apps for LCW use with Microsoft Graph +## Configure existing Logic Apps for LCW use Making an Azure Logic app compatible to run with the **Custom Task Extension** requires the following steps: To configure those you'll follow these steps: 1. Open the Azure Logic App you want to use with Lifecycle Workflow. Logic Apps may greet you with an introduction screen, which you can close with the X in the upper right corner. -1. On the left of the screen select **Logic App code view**. +1. On the left of the screen, select **Logic App code view**. 1. In the editor paste the following code: ```LCW Logic App code view template To configure those you'll follow these steps: 1. Switch to the **Logic App designer** and inspect the configured trigger and callback action. To build your custom business logic, add other actions between the trigger and callback action. If you're only interested in the fire-and-forget scenario, you may remove the callback action. -1. On the left of the screen select **Identity**. +1. On the left of the screen, select **Identity**. -1. Under the system assigned tab enable the status to register it with Azure Active Directory. +1. Under the system assigned tab, enable the status to register it with Azure Active Directory. 1. Select Save. To configure those you'll follow these steps: 1. Go back to the logic app you created, and select **Authorization**. -1. Create a new authorization policy based on the table below: +1. Create two authorization policies based on the tables below: |Claim |Value | ||| To configure those you'll follow these steps: |Audience | Application ID of your Logic Apps Managed Identity | |appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 | + Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App + + |Claim |Value | + ||| + |Issuer | https://login.microsoftonline.com/(Tenant ID)/v2.0 | + |Audience | Application ID of your Logic Apps Managed Identity | + |appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 | 1. Save the Authorization policy. > [!NOTE] To configure those you'll follow these steps: - For Audience, ensure you're using the Application ID and not the Object ID of your Managed Identity - For appid, ensure the custom claim is ΓÇ£appidΓÇ¥ in all lowercase. The appid value represents Lifecycle Workflows and is always the same. - --## Linking Lifecycle Workflows with Logic Apps using Microsoft Graph --After the Logic App, we can now integrate it with Lifecycle Workflows. As outlined in the high-level steps we first need to create the customTaskExtension and afterwards, we can reference the customTaskExtension in our ΓÇ£Run a custom task extensionΓÇ¥ task. --The API call for creating a customTaskExtension is as follows: -```http -POST https://graph.microsoft.com/beta/identityGovernance/lifecycleManagement/customTaskExtensions -Content-type: application/json --{ - "displayName": "<Custom task extension name>", - "description": "<description for custom task extension>", - "callbackConfiguration": { - "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration", - "durationBeforeTimeout": "PT1H" - }, - "endpointConfiguration": { - "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration", - "subscriptionId": "<Your Azure subscription>", - "resourceGroupName": "<Resource group where the Logic App is located>", - "logicAppWorkflowName": "<Logic App workflow name>" - }, - "authenticationConfiguration": { - "@odata.type": "#microsoft.graph.azureAdTokenAuthentication", - "resourceId": " f9c5dc6b-d72b-4226-8ccd-801f7a290428" - }, - "clientConfiguration": { - "timeoutInMilliseconds": 1000, - "maximumRetries": 1 - } -} -``` -> [!NOTE] -> To create a custom task extension instance that does not wait for a response from the logic app, remove the **callbackConfiguration** parameter. --After the task is created, you can run the following GET call to retrieve its details: --```http -GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/customTaskExtensions -``` --An example response is as follows: - ```Example Custom Task Extension return -{ - "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/customTaskExtensions", - "@odata.count": 1, - "value": [ - { - "@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/lifecycleWorkflows/customTaskExtensions", - "@odata.count": 1, - "value": [ - { - "id": "def9685c-e0f6-45aa-8fe8-a9f7ee6d30d6", - "displayName": "My Custom Task Extension", - "description": "My Custom Task Extension to test Lifecycle workflows Logic App integration", - "createdDateTime": "2022-06-28T10:47:08.9359567Z", - "lastModifiedDateTime": "2022-06-28T10:47:08.936017Z", - "endpointConfiguration": { - "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration", - "subscriptionId": "c500b67c-e9b7-4ad2-a90d-77d41385ae55", - "resourceGroupName": "RG-LCM", - "logicAppWorkflowName": "LcwDocsTest" - }, - "authenticationConfiguration": { - "@odata.type": "#microsoft.graph.azureAdTokenAuthentication", - "resourceId": "f74118f0-849a-457d-a7e4-ee97eab6017a" - }, - "clientConfiguration": { - "maximumRetries": 1, - "timeoutInMilliseconds": 1000 - }, - "callbackConfiguration": { - "@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration", - "timeoutDuration": "PT1H" - } - } - ] -} --``` --You'll then take the custom extension **ID**, and use it as the value in the customTaskExtensionId parameter for the custom task example here: --> [!NOTE] -> The new ΓÇ£Run a Custom Task ExtensionΓÇ¥ task is already available in the Public Preview UI. --```Example of Custom Task extension task -"tasks":[ - { - "taskDefinitionId": "4262b724-8dba-4fad-afc3-43fcbb497a0e", - "continueOnError": false, - "displayName": "<Custom Task Extension displayName>", - "description": "<Custom Task Extension description>", - "isEnabled": true, - "arguments": [ - { - "name": "customTaskExtensionID", - "value": "<ID of your Custom Task Extension>" - } - ] -} -+## Using the Logic App with Lifecycle Workflows -``` +Now that your Logic app is configured for use with Lifecycle Workflows, you can create a custom task extension via UI or API and use it in a Lifecycle Workflow. ## Next steps |
active-directory | Entitlement Management Organization | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/governance/entitlement-management-organization.md | To add an external Azure AD directory or domain as a connected organization, fol The **Select directories + domains** pane opens. -1. In the search box, enter a domain name to search for the Azure AD directory or domain. You can also add domains that are not in Azure AD. Be sure to enter the entire domain name. +1. In the search box, enter a domain name to search for the Azure AD directory or domain. Be sure to enter the entire domain name. -1. Confirm that the organization name(s) and authentication type(s) are correct. User sign in, prior to being able to access the MyAccess portal, depends on the authentication type for their organization. If the authentication type for a connected organization is Azure AD, all users with an account in any verified domain of that Azure AD directory will sign into their directory, and then can request access to access packages that allow that connected organization. If the authentication type is One-time passcode, this allows users with email addresses from just that domain to visit the MyAccess portal. After they authenticate with the passcode, the user can make a request. +1. Confirm that the organization name and authentication type are correct. User sign in, prior to being able to access the MyAccess portal, depends on the authentication type for their organization. If the authentication type for a connected organization is Azure AD, all users with an account in any verified domain of that Azure AD directory will sign into their directory, and then can request access to access packages that allow that connected organization. If the authentication type is One-time passcode, this allows users with email addresses from just that domain to visit the MyAccess portal. After they authenticate with the passcode, the user can make a request.  > [!NOTE] > Access from some domains could be blocked by the Azure AD business to business (B2B) allow or deny list. For more information, see [Allow or block invitations to B2B users from specific organizations](../external-identities/allow-deny-list.md). -1. Select **Add** to add the Azure AD directory or domain. **You can add multiple Azure AD directories and domains**. +1. Select **Add** to add the Azure AD directory or domain. Currently, you can add only one Azure AD directory or domain per connected organization. -1. After you've added the Azure AD directories or domains, select **Select**. +1. After you've added the Azure AD directory or domain, select **Select**. - The organization(s) appears in the list. + The organization appears in the list.  |
active-directory | Lifecycle Workflow Tasks | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/governance/lifecycle-workflow-tasks.md | Lifecycle Workflows currently support the following tasks: |Task |taskDefinitionID | ||| |[Send welcome email to new hire](lifecycle-workflow-tasks.md#send-welcome-email-to-new-hire) | 70b29d51-b59a-4773-9280-8841dfd3f2ea |-|[Generate Temporary Access Password and send via email to user's manager](lifecycle-workflow-tasks.md#generate-temporary-access-password-and-send-via-email-to-users-manager) | 1b555e50-7f65-41d5-b514-5894a026d10d | -|[Add user to group](lifecycle-workflow-tasks.md#add-user-to-group) | 22085229-5809-45e8-97fd-270d28d66910 | -|[Add user to team](lifecycle-workflow-tasks.md#add-user-to-team) | e440ed8d-25a1-4618-84ce-091ed5be5594 | +|[Generate Temporary Access Pass and send via email to user's manager](lifecycle-workflow-tasks.md#generate-temporary-access-pass-and-send-via-email-to-users-manager) | 1b555e50-7f65-41d5-b514-5894a026d10d | +|[Add user to groups](lifecycle-workflow-tasks.md#add-user-to-groups) | 22085229-5809-45e8-97fd-270d28d66910 | +|[Add user to teams](lifecycle-workflow-tasks.md#add-user-to-teams) | e440ed8d-25a1-4618-84ce-091ed5be5594 | |[Enable user account](lifecycle-workflow-tasks.md#enable-user-account) | 6fc52c9d-398b-4305-9763-15f42c1676fc | |[Run a custom task extension](lifecycle-workflow-tasks.md#run-a-custom-task-extension) | 4262b724-8dba-4fad-afc3-43fcbb497a0e | |[Disable user account](lifecycle-workflow-tasks.md#disable-user-account) | 1dfdfcc7-52fa-4c2e-bf3a-e3919cc12950 |-|[Remove user from group](lifecycle-workflow-tasks.md#remove-user-from-groups) | 1953a66c-751c-45e5-8bfe-01462c70da3c | +|[Remove user from selected group](lifecycle-workflow-tasks.md#remove-user-from-selected-groups) | 1953a66c-751c-45e5-8bfe-01462c70da3c | |[Remove users from all groups](lifecycle-workflow-tasks.md#remove-users-from-all-groups) | b3a31406-2a15-4c9a-b25b-a658fa5f07fc | |[Remove user from teams](lifecycle-workflow-tasks.md#remove-user-from-teams) | 06aa7acb-01af-4824-8899-b14e5ed788d6 | |[Remove user from all teams](lifecycle-workflow-tasks.md#remove-users-from-all-teams) | 81f7b200-2816-4b3b-8c5d-dc556f07b024 | Lifecycle Workflows currently support the following tasks: Common task parameters are the non-unique parameters contained in every task. When adding tasks to a new workflow, or a workflow template, you can customize and configure these parameters so that they match your requirements. +> [!NOTE] +> The user's employee hire date is used as the start time for the Temporary Access Pass. Please make sure that the TAP lifetime task setting and the [time portion of your user's hire date](how-to-lifecycle-workflow-sync-attributes.md#importance-of-time) are set appropriately so that the TAP is still valid when the user starts their first day. + |Parameter |Definition | ||| |category | A read-only string that identifies the category or categories of the task. Automatically determined when the taskDefinitionID is chosen. | Common task parameters are the non-unique parameters contained in every task. Wh |isEnabled | A boolean value that denotes whether the task is set to run or not. If set to ΓÇ£true" then the task will run. Defaults to true. | |displayName | A unique string that identifies the task. | |description | A string that describes the purpose of the task for administrative use. (Optional) |-|executionSequence | An integer that is read-only which states in what order the task will run in a workflow. For more information about executionSequence and workflow order, see: [Execution conditions](understanding-lifecycle-workflows.md#parts-of-a-workflow). | +|executionSequence | An integer that is read-only which states in what order the task will run in a workflow. For more information about executionSequence and workflow order, see: [Configure Scope](understanding-lifecycle-workflows.md#configure-scope). | |continueOnError | A boolean value that determines if the failure of this task stops the subsequent workflows from running. |-|arguments | Contains unique parameters relevant for the given task | +|arguments | Contains unique parameters relevant for the given task. | For Microsoft Graph the parameters for the **Send welcome email to new hire** ta ``` -### Generate Temporary Access Password and send via email to user's manager +### Generate Temporary Access Pass and send via email to user's manager -When a compatible user joins your organization, Lifecycle Workflows allow you to automatically generate a Temporary Access Password(TAP) and have it sent to the new user's manager. +When a compatible user joins your organization, Lifecycle Workflows allow you to automatically generate a Temporary Access Pass(TAP) and have it sent to the new user's manager. With this task in the Azure portal, you're able to give the task a name and description. You must also set the following: With this task in the Azure portal, you're able to give the task a name and desc :::image type="content" source="media/lifecycle-workflow-task/tap-task.png" alt-text="Screenshot of Workflows task: TAP task."::: -The Azure AD prerequisites to run the **Generate Temporary Access Password and send via email to user's manager** task are: +The Azure AD prerequisites to run the **Generate Temporary Access Pass and send via email to user's manager** task are: - A populated manager attribute for the user. - A populated manager's mail attribute for the user. The Azure AD prerequisites to run the **Generate Temporary Access Password and s > [!IMPORTANT]-> A user having this task run for them in a workflow must also not have any other authentication methods, sign ins, or AAD role assignments for this task to work for them. +> A user having this task run for them in a workflow must also not have any other authentication methods, sign-ins, or AAD role assignments for this task to work for them. -For Microsoft Graph the parameters for the **Generate Temporary Access Password and send via email to user's manager** task are as follows: +For Microsoft Graph the parameters for the **Generate Temporary Access Pass and send via email to user's manager** task are as follows: |Parameter |Definition | ||| |category | joiner | |displayName | GenerateTAPAndSendEmail (Customizable by user) |-|description | Generate Temporary Access Password and send via email to user's manager (Customizable by user) | +|description | Generate Temporary Access Pass and send via email to user's manager (Customizable by user) | |taskDefinitionId | 1b555e50-7f65-41d5-b514-5894a026d10d |-|arguments | Argument contains the name parameter "tapLifetimeInMinutes", which is the lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days). The argument also contains the tapIsUsableOnce parameter, which determines whether the password is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime. | +|arguments | Argument contains the name parameter "tapLifetimeInMinutes", which is the lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days). The argument also contains the tapIsUsableOnce parameter, which determines whether the passcode is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime. | ```Example for usage within the workflow { "category": "joiner",- "description": "Generate Temporary Access Password and send via email to user's manager", + "description": "Generate Temporary Access Pass and send via email to user's manager", "displayName": "GenerateTAPAndSendEmail", "isEnabled": true, "continueOnError": true, For Microsoft Graph the parameters for the **Generate Temporary Access Password > The employee hire date is the same as the startDateTime used for the tapLifetimeInMinutes parameter. -### Add user to group +### Add user to groups -Allows users to be added to a cloud-only group. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). +Allows users to be added to cloud-only groups. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). You're able to customize the task name and description for this task. :::image type="content" source="media/lifecycle-workflow-task/add-group-task.png" alt-text="Screenshot of Workflows task: Add user to group task."::: -For Microsoft Graph the parameters for the **Add user to group** task are as follows: +For Microsoft Graph the parameters for the **Add user to groups** task are as follows: |Parameter |Definition | ||| |category | joiner,leaver | |displayName | AddUserToGroup (Customizable by user) |-|description | Add user to group (Customizable by user) | +|description | Add user to groups (Customizable by user) | |taskDefinitionId | 22085229-5809-45e8-97fd-270d28d66910 | |arguments | Argument contains a name parameter that is the "groupID", and a value parameter which is the group ID of the group you are adding the user to. | For Microsoft Graph the parameters for the **Add user to group** task are as fol ```Example for usage within the workflow { "category": "joiner,leaver",- "description": "Add user to group", + "description": "Add user to groups", "displayName": "AddUserToGroup", "isEnabled": true, "continueOnError": true, For Microsoft Graph the parameters for the **Add user to group** task are as fol ``` -### Add user to team +### Add user to teams You're able to add a user to an existing static team. You're able to customize the task name and description for this task. :::image type="content" source="media/lifecycle-workflow-task/add-team-task.png" alt-text="Screenshot of Workflows task: add user to team."::: -For Microsoft Graph the parameters for the **Add user to team** task are as follows: +For Microsoft Graph the parameters for the **Add user to teams** task are as follows: |Parameter |Definition | ||| |category | joiner,leaver | |displayName | AddUserToTeam (Customizable by user) |-|description | Add user to team (Customizable by user) | +|description | Add user to teams (Customizable by user) | |taskDefinitionId | e440ed8d-25a1-4618-84ce-091ed5be5594 | |argument | Argument contains a name parameter that is the "teamID", and a value parameter which is the team ID of the existing team you are adding a user to. | For Microsoft Graph the parameters for the **Disable user account** task are as ``` -### Remove user from groups +### Remove user from selected groups -Allows you to remove a user from cloud-only groups. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). +Allows you to remove a user from cloud-only groups. Dynamic and Privileged Access Groups not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). You're able to customize the task name and description for this task in the Azure portal. :::image type="content" source="media/lifecycle-workflow-task/remove-group-task.png" alt-text="Screenshot of Workflows task: Remove user from select groups."::: -For Microsoft Graph the parameters for the **Remove user from groups** task are as follows: +For Microsoft Graph the parameters for the **Remove user from selected groups** task are as follows: |Parameter |Definition | ||| For Microsoft Graph the parameters for the **Remove user from groups** task are ### Remove users from all groups -Allows users to be removed from every cloud-only group they are a member of. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). +Allows users to be removed from every cloud-only group they are a member of. Dynamic and Privileged Access Groups not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md). You're able to customize the task name and description for this task in the Azure portal. For Microsoft Graph the parameters for the **Send offboarding email to users man ## Next steps - [Manage lifecycle workflows properties](manage-workflow-properties.md)-- [Manage lifecycle workflow versions](delete-lifecycle-workflow.md)+- [Manage lifecycle workflow versions](manage-workflow-tasks.md) + |
active-directory | Lifecycle Workflows Developer Reference | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/governance/lifecycle-workflows-developer-reference.md | Lets examine the tasks section of a sample workflow. ``` -This task uses 1b555e50-7f65-41d5-b514-5894a026d10d, which is the taskDefinitionID for [Generate Temporary Access Password and send via email to user's manager](lifecycle-workflow-tasks.md#generate-temporary-access-password-and-send-via-email-to-users-manager). This is a pre-defined task created by Microsoft and will send a user's manager an email that contains a temporary access pass. This task requires the following more arguments. +This task uses 1b555e50-7f65-41d5-b514-5894a026d10d, which is the taskDefinitionID for [Generate Temporary Access Pass and send via email to user's manager](lifecycle-workflow-tasks.md#generate-temporary-access-pass-and-send-via-email-to-users-manager). This is a pre-defined task created by Microsoft and will send a user's manager an email that contains a temporary access pass. This task requires the following more arguments. |Parameter |Definition | ||| |
active-directory | Howto Troubleshoot Upn Changes | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/hybrid/howto-troubleshoot-upn-changes.md | Last updated 03/13/2020 -+ |
active-directory | Howto Identity Protection Graph Api | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/identity-protection/howto-identity-protection-graph-api.md | -# Azure Active Directory Identity Protection and the Microsoft Graph PowerShell SDK +# Azure Active Directory Identity Protection and the Microsoft Graph PowerShell -Microsoft Graph is the Microsoft unified API endpoint and the home of [Azure Active Directory Identity Protection](./overview-identity-protection.md) APIs. This article will show you how to use the [Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/get-started) to get risky user details using PowerShell. Organizations that want to query the Microsoft Graph APIs directly can use the article, [Tutorial: Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api) to begin that journey. +Microsoft Graph is the Microsoft unified API endpoint and the home of [Azure Active Directory Identity Protection](./overview-identity-protection.md) APIs. This article will show you how to use the [Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/get-started) to manage risky users using PowerShell. Organizations that want to query the Microsoft Graph APIs directly can use the article, [Tutorial: Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api) to begin that journey. -## Connect to Microsoft Graph +To successfully complete this tutorial, make sure you have the required prerequisites: -There are four steps to accessing Identity Protection data through Microsoft Graph: --1. [Create a certificate](#create-a-certificate) -1. [Create a new app registration](#create-a-new-app-registration) -1. [Configure API permissions](#configure-api-permissions) -1. [Configure a valid credential](#configure-a-valid-credential) --### Create a certificate --In a production environment you would use a certificate from your production Certificate Authority, but in this sample we'll use a self-signed certificate. Create and export the certificate using the following PowerShell commands. +- Microsoft Graph PowerShell SDK is installed. Follow the [installation guide](/powershell/microsoftgraph/installation?view=graph-powershell-1.0) for more info on how to do this. +- Identity Protection is available in the beta version of Microsoft Graph PowerShell. Run the following command to set your profile to beta. + ```powershell + # Connect to Graph beta Endpoint + Select-MgProfile -Name 'beta' + ``` +- Microsoft Graph PowerShell using a global administrator role and the appropriate permissions. The IdentityRiskEvent.Read.All, IdentityRiskyUser.ReadWrite.All Or IdentityRiskyUser.ReadWrite.All delegated permissions are required. To set the permissions to IdentityRiskEvent.Read.All and IdentityRiskyUser.ReadWrite.All, run: + ```powershell + Connect-MgGraph -Scopes "IdentityRiskEvent.Read.All","IdentityRiskyUser.ReadWrite.All" + ``` +Or, if you use app-only authentication, you may follow this [guide](/powershell/microsoftgraph/app-only?view=graph-powershell-1.0&tabs=azure-portal). To register an application with the required application permissions, prepare a certificate and run: ```powershell-$cert = New-SelfSignedCertificate -Subject "CN=MSGraph_ReportingAPI" -CertStoreLocation "Cert:\CurrentUser\My" -KeyExportPolicy Exportable -KeySpec Signature -KeyLength 2048 -KeyAlgorithm RSA -HashAlgorithm SHA256 -Export-Certificate -Cert $cert -FilePath "C:\Reporting\MSGraph_ReportingAPI.cer" +Connect-MgGraph -ClientID YOUR_APP_ID -TenantId YOUR_TENANT_ID -CertificateName YOUR_CERT_SUBJECT ## Or -CertificateThumbprint instead of -CertificateName ``` -### Create a new app registration --1. In the Azure portal, browse to **Azure Active Directory** > **App registrations**. -1. Select **New registration**. -1. On the **Create** page, perform the following steps: - 1. In the **Name** textbox, type a name for your application (for example: Azure AD Risk Detection API). - 1. Under **Supported account types**, select the type of accounts that will use the APIs. - 1. Select **Register**. -1. Take note of the **Application (client) ID** and **Directory (tenant) ID** as you'll need these items later. --### Configure API permissions --In this example, we configure application permissions allowing this sample to be used unattended. If granting permissions to a user who will be logged on, choose delegated permissions instead. More information about different permission types can be found in the article, [Permissions and consent in the Microsoft identity platform](../develop/v2-permissions-and-consent.md#permission-types). --1. From the **Application** you created, select **API permissions**. -1. On the **Configured permissions** page, in the toolbar on the top, click **Add a permission**. -1. On the **Add API access** page, click **Select an API**. -1. On the **Select an API** page, select **Microsoft Graph**, and then click **Select**. -1. On the **Request API permissions** page: - 1. Select **Application permissions**. - 1. Select the checkboxes next to `IdentityRiskEvent.Read.All` and `IdentityRiskyUser.Read.All`. - 1. Select **Add permissions**. -1. Select **Grant admin consent for domain** --### Configure a valid credential +## List risky detections using PowerShell +You can retrieve the risk detections by the properties of a risk detection in Identity Protection. +```powershell +# List all anonymizedIPAddress risk detections +Get-MgRiskDetection -Filter "RiskType eq 'anonymizedIPAddress'" | Format-Table UserDisplayName, RiskType, RiskLevel, DetectedDateTime -1. From the **Application** you created, select **Certificates & secrets**. -1. Under **certificates**, select **Upload certificate**. - 1. Select the previously exported certificate from the window that opens. - 1. Select **Add**. -1. Take note of the **Thumbprint** of the certificate as you'll need this information in the next step. +# List all high risk detections for the user 'User01' +Get-MgRiskDetection -Filter "UserDisplayName eq 'User01' and Risklevel eq 'high'" | Format-Table UserDisplayName, RiskType, RiskLevel, DetectedDateTime +``` ## List risky users using PowerShell--To enable the ability to query Microsoft Graph, we need to install the `Microsoft.Graph` module in our PowerShell window, using the `Install-Module Microsoft.Graph` command. --Modify the following variables to include the information generated in the previous steps, then run them as a whole to get risky user details using PowerShell. -+You can retrieve the risky users and their risky histories in Identity Protection. ```powershell-$ClientID = "<your client ID here>" # Application (client) ID gathered when creating the app registration -$tenantdomain = "<your tenant domain here>" # Directory (tenant) ID gathered when creating the app registration -$Thumbprint = "<your client secret here>" # Certificate thumbprint gathered when configuring your credential +# List all high risk users +Get-MgRiskyUser -Filter "RiskLevel eq 'high'" | Format-Table UserDisplayName, RiskDetail, RiskLevel, RiskLastUpdatedDateTime -Select-MgProfile -Name "beta" - -Connect-MgGraph -ClientId $ClientID -TenantId $tenantdomain -CertificateThumbprint $Thumbprint +# List history of a specific user with detailed risk detection +Get-MgRiskyUserHistory -RiskyUserId 375844b0-2026-4265-b9f1-ee1708491e05| Format-Table RiskDetail, RiskLastUpdatedDateTime, @{N="RiskDetection";E={($_). Activity.RiskEventTypes}}, RiskState, UserDisplayName -Get-MgRiskyUser -All ```-+## Confirm users compromised using Powershell +You can confirm users compromised and flag them as high risky users in Identity Protection. +```powershell +# Confirm Compromised on two users +Confirm-MgRiskyUserCompromised -UserIds "577e09c1-5f26-4870-81ab-6d18194cbb51","bf8ba085-af24-418a-b5b2-3fc71f969bf3" +``` +## Dimiss risky users using Powershell +You can bulk dismiss risky users in Identity Protection. +```powershell +# Get a list of high risky users which are more than 90 days old +$riskyUsers= Get-MgRiskyUser -Filter "RiskLevel eq 'high'" | where RiskLastUpdatedDateTime -LT (Get-Date).AddDays(-90) +# bulk dimmiss the risky users +Invoke-MgDismissRiskyUser -UserIds $riskyUsers.Id +``` ## Next steps - [Get started with the Microsoft Graph PowerShell SDK](/powershell/microsoftgraph/get-started) - [Tutorial: Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api) - [Overview of Microsoft Graph](https://developer.microsoft.com/graph/docs)-- [Get access without a user](/graph/auth-v2-service)-- [Azure AD Identity Protection Service Root](/graph/api/resources/identityprotectionroot) - [Azure Active Directory Identity Protection](./overview-identity-protection.md) |
active-directory | Datawiza Azure Ad Sso Oracle Peoplesoft | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/manage-apps/datawiza-azure-ad-sso-oracle-peoplesoft.md | + + Title: Configure Azure AD Multi-Factor Authentication and SSO for Oracle PeopleSoft applications using Datawiza Access Broker +description: Enable Azure Active Directory Multi-Factor Authentication and SSO for Oracle PeopleSoft application using Datawiza Access Broker +++++++ Last updated : 9/12/2022+++++# Tutorial: Configure Datawiza to enable Azure Active Directory Multi-Factor Authentication and single sign-on to Oracle PeopleSoft ++This tutorial shows how to enable Azure Active Directory (Azure AD) single sign-on (SSO) and Azure AD Multi-Factor Authentication for an +Oracle PeopleSoft application using Datawiza Access Broker (DAB). ++Benefits of integrating applications with Azure AD using DAB include: ++- [Proactive security with Zero Trust](https://www.microsoft.com/security/business/zero-trust) through [Azure AD SSO](https://azure.microsoft.com/solutions/active-directory-sso/OCID=AIDcmm5edswduu_SEM_e13a1a1787ce1700761a78c235ae5906:G:s&ef_id=e13a1a1787ce1700761a78c235ae5906:G:s&msclkid=e13a1a1787ce1700761a78c235ae5906#features), [Azure AD Multi-Factor Authentication](../authentication/concept-mfa-howitworks.md) and + [Conditional Access](../conditional-access/overview.md). ++- [Easy authentication and authorization in Azure AD with no-code Datawiza](https://www.microsoft.com/security/blog/2022/05/17/easy-authentication-and-authorization-in-azure-active-directory-with-no-code-datawiza/). Use of web applications such as: Oracle JDE, Oracle E-Business Suite, Oracle Sibel, and home-grown apps. ++- Use the [Datawiza Cloud Management Console](https://console.datawiza.com), to manage access to applications in public clouds and on-premises. ++## Scenario description ++This scenario focuses on Oracle PeopleSoft application integration using +HTTP authorization headers to manage access to protected content. ++In legacy applications, due to the absence of modern protocol support, a +direct integration with Azure AD SSO is difficult. Datawiza Access +Broker (DAB) bridges the gap between the legacy application and the +modern ID control plane, through protocol transitioning. DAB lowers +integration overhead, saves engineering time, and improves application +security. ++## Scenario architecture ++The scenario solution has the following components: ++- **Azure AD**: The Microsoft cloud-based identity and access management service, which helps users sign in and access external and internal resources. ++- **Datawiza Access Broker (DAB)**: A lightweight container-based reverse-proxy that implements OpenID Connect (OIDC), OAuth, or Security Assertion Markup Language (SAML) for user sign-in flow. It transparently passes identity to applications through HTTP headers. ++- **Datawiza Cloud Management Console (DCMC)**: A centralized console to manage DAB. DCMC has UI and RESTful APIs for administrators to configure Datawiza Access Broker and access control policies. ++- **Oracle PeopleSoft application**: Legacy application going to be protected by Azure AD and DAB. ++Understand the SP initiated flow by following the steps mentioned in [Datawiza and Azure AD authentication architecture](https://docs.microsoft.com/azure/active-directory/manage-apps/datawiza-with-azure-ad#datawiza-with-azure-ad-authentication-architecture). ++## Prerequisites ++Ensure the following prerequisites are met. ++- An Azure subscription. If you don't have one, you can get an [Azure free account](https://azure.microsoft.com/free) ++- An Azure AD tenant linked to the Azure subscription. ++ - See, [Quickstart: Create a new tenant in Azure Active Directory.](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-access-create-new-tenant) ++- Docker and Docker Compose ++ - Go to docs.docker.com to [Get Docker](https://docs.docker.com/get-docker) and [Install Docker Compose](https://docs.docker.com/compose/install). ++- User identities synchronized from an on-premises directory to Azure AD, or created in Azure AD and flowed back to an on-premises directory. ++ - See, [Azure AD Connect sync: Understand and customize synchronization](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-sync-whatis). ++- An account with Azure AD and the Application administrator role ++ - See, [Azure AD built-in roles, all roles](https://docs.microsoft.com/azure/active-directory/roles/permissions-reference#all-roles). ++- An Oracle PeopleSoft environment ++- (Optional) An SSL web certificate to publish services over HTTPS. You can also use default Datawiza self-signed certs for testing. ++## Getting started with DAB ++To integrate Oracle PeopleSoft with Azure AD: ++1. Sign in to [Datawiza Cloud Management Console.](https://console.datawiza.com/) ++2. The Welcome page appears. ++3. Select the orange **Getting started** button. + +  ++4. In the Name and Description fields, enter the relevant information. ++ > ++5. Select **Next**. ++6. On the Add Application dialog, use the following values: ++ | Property | Value | + |:--|:-| + | Platform | Web | + | App Name | Enter a unique application name| + | Public Domain | For example: https://ps-external.example.com <br>For testing, you can use localhost DNS. If you aren't deploying DAB behind a load balancer, use the Public Domain port. | + | Listen Port | The port that DAB listens on. | + | Upstream Servers | The Oracle PeopleSoft implementation URL and port to be protected.| ++  + +7. Select **Next**. ++8. On the Configure IdP dialog, enter the relevant information. ++ >[!Note] + >DCMC has [one-click integration](https://docs.datawiza.com/tutorial/web-app-azure-one-click.html) to help complete Azure AD configuration. DCMC calls the Microsoft Graph API to create an application registration on your behalf in your Azure AD tenant. ++9. Select **Create**. ++  ++10. The DAB deployment page appears. ++11. Make a note of the deployment Docker Compose file. The file includes the DAB image, also the Provisioning Key and Provision Secret, which pulls the latest configuration and policies from DCMC. ++  ++## SSO and HTTP headers ++DAB gets user attributes from the Identity provider (IdP) and passes them to the upstream application with a header or cookie. ++For the Oracle PeopleSoft application to recognize the user correctly, there's another configuration step. Using a certain name, it instructs DAB to pass the values from the IdP to the application through the HTTP header. ++1. In Oracle PeopleSoft, from the left navigation, select **Applications**. ++2. Select the **Attribute Pass** subtab. ++3. Use the following values. ++ | Property | Value | + |:--|:--| + |Field | Email| + |Expected | PS_SSO_UID | + |Type | Header| ++ [ ](./media/access-oracle-peoplesoft-using-datawiza/attribute-pass.png#lightbox) ++ >[!Note] + >This configuration uses the Azure AD user principal name as the sign in username used by Oracle PeopleSoft. To use another user identity, go to the Mappings tab. ++  ++## SSL Configuration ++1. Select the **Advanced tab**. ++ [ ](./media/access-oracle-peoplesoft-using-datawiza/advanced-configuration.png#lightbox) ++2. Select **Enable SSL**. ++3. From the Cert Type dropdown, select a type. ++  ++4. For testing purposes, we'll be providing a self-signed certificate. ++  ++ >[!Note] + >You have the option to upload a certificate from a file. ++  ++5. Select **Save**. ++## Enable Azure AD Multi-Factor Authentication ++To provide an extra level of security for sign-ins, enforce multi-factor authentication (MFA) for user sign-in. One way to achieve this is to [enable MFA on the Azure +portal](https://docs.microsoft.com/azure/active-directory/authentication/tutorial-enable-azure-mfa). ++1. Sign in to the Azure portal as a **Global Administrator**. ++2. Select **Azure Active Directory** > **Manage** > **Properties**. ++3. Under Properties, select **Manage security defaults**. ++4. Under Enable Security defaults, select **Yes** and then **Save**. ++## Enable SSO in the Oracle PeopleSoft console ++To enable SSO in the Oracle PeopleSoft environment: ++1. Sign in PeopleSoft Consol `http://{your-peoplesoft-fqdn}:8000/psp/ps/?cmd=start` using Admin credentials, for example, PS/PS. ++ [ ](./media/access-oracle-peoplesoft-using-datawiza/peoplesoft-console.png#lightbox) ++2. Add a default public access user to PeopleSoft ++ a. From the main menu, navigate to **PeopleTools > Security > User Profiles > User Profiles > Add a New Value**. ++ b. Select **Add a new value**. ++ c. Create user **PSPUBUSER** and enter the password. ++  ++ d. Select the **ID** tab and choose the type as **none**. ++  ++3. Configure the web profile. ++ a. Navigate to **PeopleTools > Web Profile > Web Profile Configuration > Search > PROD > Security** to configure the user profile. ++ b. Select the **Allow Public Access** box and then enter the user ID **PSPUBUSER** and password. ++  ++ c. Select **Save**. ++4. Enable SSO. ++ a. Navigate to **PeopleTools > Security > Security Objects > Signon PeopleCode**. ++ b. Select the **Signon PeopleCode** page. ++ c. Enable the `OAMSSO_AUTHENTICATION` and then select **Save**. ++5. Configure PeopleCode using the PeopleTools application designer. ++ a. Navigate to **File > Open > Definition: Record > Name: `FUNCLIB_LDAP`**. ++ b. Open **FUNCLIB_LDAP**. ++  ++ c. Select the record. ++ d. Select **LDAPAUTH > View PeopleCode** ++ e. Search for the `getWWWAuthConfig()` function `Change &defaultUserId = ""; to &defaultUserId = PSPUBUSER` ++ f. Double check the user Header is `PS_SSO_UID` for `OAMSSO_AUTHENTICATION` function. Save the record definition. ++  ++## Test an Oracle PeopleSoft application ++Testing validates the application behaves as expected for URIs. To test an Oracle PeopleSoft application, you validate application headers, policy, and overall testing. If needed, use header and policy simulation to validate header fields and policy execution. ++To confirm Oracle PeopleSoft application access occurs correctly, a prompt appears to use an Azure AD account for sign-in. Credentials are checked and the Oracle PeopleSoft appears. ++## Next steps ++- [Watch the video - Enable SSO/MFA for Oracle PeopleSoft with Azure AD via Datawiza](https://www.youtube.com/watch?v=_gUGWHT5m90). ++- [Configure Datawiza and Azure AD for secure hybrid access](https://docs.microsoft.com/azure/active-directory/manage-apps/datawiza-with-azure-ad) ++- [Configure Datawiza with Azure AD B2C](https://docs.microsoft.com/azure/active-directory-b2c/partner-datawiza) ++- [Datawiza documentation](https://docs.datawiza.com/) |
active-directory | Datawiza With Azure Ad | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/manage-apps/datawiza-with-azure-ad.md | DAB evaluates policies, calculates headers, and sends you to the upstream applic - [Configure Azure AD Multi-Factor Authentication and SSO for Oracle JDE applications using DAB](datawiza-azure-ad-sso-oracle-jde.md) +- [Configure Azure AD Multi-Factor Authentication and SSO for Oracle PeopleSoft applications using DAB](datawiza-azure-ad-sso-oracle-peoplesoft.md) + - [Datawiza documentation](https://docs.datawiza.com) |
active-directory | Pim Resource Roles Activate Your Roles | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/privileged-identity-management/pim-resource-roles-activate-your-roles.md | Status code: 201 "type": "Microsoft.Authorization/RoleAssignmentScheduleRequests" } ````+## Activate a role with PowerShell ++There is also an option to activate Privileged Identity Management using PowerShell. You may find more details as documented in the article [PowerShell for Azure AD roles PIM](powershell-for-azure-ad-roles.md). ++The following is a sample script for how to activate Azure resource roles using PowerShell. ++```powershell +$managementgroupID = "<management group ID" # Tenant Root Group +$guid = (New-Guid) +$startTime = Get-Date -Format o +$userObjectID = "<user object ID" +$RoleDefinitionID = "b24988ac-6180-42a0-ab88-20f7382dd24c" # Contributor +$scope = "/providers/Microsoft.Management/managementGroups/$managementgroupID" +New-AzRoleAssignmentScheduleRequest -Name $guid -Scope $scope -ExpirationDuration PT8H -ExpirationType AfterDuration -PrincipalId $userObjectID -RequestType SelfActivate -RoleDefinitionId /providersproviders/Microsoft.Management/managementGroups/$managementgroupID/providers/Microsoft.Authorization/roleDefinitions/$roledefinitionId -ScheduleInfoStartDateTime $startTime -Justification work +``` ## View the status of your requests |
active-directory | 10000Ftplans Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/10000ftplans-tutorial.md | To configure the integration of 10,000ft Plans into Azure AD, you need to add 10 1. In the **Add from the gallery** section, type **10,000ft Plans** in the search box. 1. Select **10,000ft Plans** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 10,000ft Plans Configure and test Azure AD SSO with 10,000ft Plans 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 10,000ft Plans. |
active-directory | 123Formbuilder Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/123formbuilder-tutorial.md | To configure the integration of 123FormBuilder SSO into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **123FormBuilder SSO** in the search box. 1. Select **123FormBuilder SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 123FormBuilder SSO Configure and test Azure AD SSO with 123FormBuilder SSO 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 123FormBuilder SSO. |
active-directory | 15Five Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/15five-tutorial.md | To configure the integration of 15Five into Azure AD, you need to add 15Five fro 1. In the **Add from the gallery** section, type **15Five** in the search box. 1. Select **15Five** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 15Five Configure and test Azure AD SSO with 15Five 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 15Five. |
active-directory | 23Video Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/23video-tutorial.md | To configure the integration of 23 Video into Azure AD, you need to add 23 Video 1. In the **Add from the gallery** section, type **23 Video** in the search box. 1. Select **23 Video** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 23 Video Configure and test Azure AD SSO with 23 Video 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 23 Video. |
active-directory | 360Online Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/360online-tutorial.md | To configure the integration of 360 Online into Azure AD, you need to add 360 On 1. In the **Add from the gallery** section, type **360 Online** in the search box. 1. Select **360 Online** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 360 Online Configure and test Azure AD SSO with 360 Online 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 360 Online. |
active-directory | 4Dx Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/4dx-tutorial.md | To configure the integration of 4DX into Azure AD, you need to add 4DX from the 1. In the **Add from the gallery** section, type **4DX** in the search box. 1. Select **4DX** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 4DX Configure and test Azure AD SSO with 4DX 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 4DX. |
active-directory | 4Me Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/4me-tutorial.md | To configure the integration of 4me into Azure AD, you need to add 4me from the 1. In the **Add from the gallery** section, type **4me** in the search box. 1. Select **4me** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 4me Configure and test Azure AD SSO with 4me 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 4me. |
active-directory | 8X8virtualoffice Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/8x8virtualoffice-tutorial.md | To configure the integration of 8x8 into Azure AD, you need to add 8x8 from the 1. In the **Add from the gallery** section, type **8x8** in the search box. 1. Select **8x8** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for 8x8 Configure and test Azure AD SSO with 8x8 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 8x8. |
active-directory | A Cloud Guru Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/a-cloud-guru-tutorial.md | To configure the integration of A Cloud Guru into Azure AD, you need to add A Cl 1. In the **Add from the gallery** section, type **A Cloud Guru** in the search box. 1. Select **A Cloud Guru** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for A Cloud Guru |
active-directory | Abbyy Flexicapture Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/abbyy-flexicapture-cloud-tutorial.md | To configure the integration of ABBYY FlexiCapture Cloud into Azure AD, you need 1. In the **Add from the gallery** section, type **ABBYY FlexiCapture Cloud** in the search box. 1. Select **ABBYY FlexiCapture Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ABBYY FlexiCapture Cloud Configure and test Azure AD SSO with ABBYY FlexiCapture Cloud 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 ABBYY FlexiCapture Cloud. |
active-directory | Abintegro Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/abintegro-tutorial.md | To configure the integration of Abintegro into Azure AD, you need to add Abinteg 1. In the **Add from the gallery** section, type **Abintegro** in the search box. 1. Select **Abintegro** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Abintegro Configure and test Azure AD SSO with Abintegro 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 Abintegro. |
active-directory | Absorblms Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/absorblms-tutorial.md | To configure the integration of Absorb LMS into Azure AD, you need to add Absorb 1. In the **Add from the gallery** section, type **Absorb LMS** in the search box. 1. Select **Absorb LMS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Absorb LMS Configure and test Azure AD SSO with Absorb LMS 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 Absorb LMS. |
active-directory | Abstract Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/abstract-tutorial.md | To configure the integration of Abstract into Azure AD, you need to add Abstract 1. In the **Add from the gallery** section, type **Abstract** in the search box. 1. Select **Abstract** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Abstract Configure and test Azure AD SSO with Abstract 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 Abstract. |
active-directory | Academy Attendance Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/academy-attendance-tutorial.md | To configure the integration of Academy Attendance into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **Academy Attendance** in the search box. 1. Select **Academy Attendance** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Academy Attendance Configure and test Azure AD SSO with Academy Attendance 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 Academy Attendance. |
active-directory | Acadia Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/acadia-tutorial.md | To configure the integration of Acadia into Azure AD, you need to add Acadia fro 1. In the **Add from the gallery** section, type **Acadia** in the search box. 1. Select **Acadia** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Acadia Configure and test Azure AD SSO with Acadia 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 Acadia. |
active-directory | Accenture Academy Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/accenture-academy-tutorial.md | To configure the integration of Accenture Academy into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Accenture Academy** in the search box. 1. Select **Accenture Academy** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Accenture Academy |
active-directory | Achieve3000 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/achieve3000-tutorial.md | To configure the integration of Achieve3000 into Azure AD, you need to add Achie 1. In the **Add from the gallery** section, type **Achieve3000** in the search box. 1. Select **Achieve3000** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Achieve3000 Configure and test Azure AD SSO with Achieve3000 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 Achieve3000. |
active-directory | Aclp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/aclp-tutorial.md | To configure the integration of ACLP into Azure AD, you need to add ACLP from th 1. In the **Add from the gallery** section, type **ACLP** in the search box. 1. Select **ACLP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ACLP Configure and test Azure AD SSO with ACLP 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 ACLP. |
active-directory | Acquireio Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/acquireio-tutorial.md | To configure the integration of AcquireIO into Azure AD, you need to add Acquire 1. In the **Add from the gallery** section, type **AcquireIO** in the search box. 1. Select **AcquireIO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AcquireIO Configure and test Azure AD SSO with AcquireIO 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 AcquireIO. |
active-directory | Active And Thriving Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/active-and-thriving-tutorial.md | To configure the integration of Active and Thriving into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Active and Thriving** in the search box. 1. Select **Active and Thriving** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Active and Thriving Configure and test Azure AD SSO with Active and Thriving 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 Active and Thriving. |
active-directory | Active Directory Sso For Doubleyou Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/active-directory-sso-for-doubleyou-tutorial.md | To configure the integration of Active Directory SSO for DoubleYou into Azure AD 1. In the **Add from the gallery** section, type **Active Directory SSO for DoubleYou** in the search box. 1. Select **Active Directory SSO for DoubleYou** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Active Directory SSO for DoubleYou Configure and test Azure AD SSO with Active Directory SSO for DoubleYou 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 Active Directory SSO for DoubleYou. |
active-directory | Acunetix 360 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/acunetix-360-tutorial.md | To configure the integration of Acunetix 360 into Azure AD, you need to add Acun 1. In the **Add from the gallery** section, type **Acunetix 360** in the search box. 1. Select **Acunetix 360** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Acunetix 360 Configure and test Azure AD SSO with Acunetix 360 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 Acunetix 360. |
active-directory | Adaptive Shield Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adaptive-shield-tutorial.md | To configure the integration of Adaptive Shield into Azure AD, you need to add A 1. In the **Add from the gallery** section, type **Adaptive Shield** in the search box. 1. Select **Adaptive Shield** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adaptive Shield Configure and test Azure AD SSO with Adaptive Shield 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 Adaptive Shield. |
active-directory | Adaptivesuite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adaptivesuite-tutorial.md | To configure the integration of Adaptive Insights into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Adaptive Insights** in the search box. 1. Select **Adaptive Insights** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adaptive Insights Configure and test Azure AD SSO with Adaptive Insights 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 Adaptive Insights. |
active-directory | Adem Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adem-tutorial.md | To configure the integration of ADEM into Azure AD, you need to add ADEM from th 1. In the **Add from the gallery** section, type **ADEM** in the search box. 1. Select **ADEM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ADEM Configure and test Azure AD SSO with ADEM 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 ADEM. |
active-directory | Adglobalview Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adglobalview-tutorial.md | To configure the integration of ADP Globalview (Deprecated) into Azure AD, you n 1. In the **Add from the gallery** section, type **ADP Globalview (Deprecated)** in the search box. 1. Select **ADP Globalview (Deprecated)** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ADP Globalview (Deprecated) Configure and test Azure AD SSO with ADP Globalview (Deprecated) 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 ADP Globalview (Deprecated). |
active-directory | Adobe Creative Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adobe-creative-cloud-tutorial.md | To configure the integration of Adobe Creative Cloud into Azure AD, you need to 1. In the **Add from the gallery** section, type **Adobe Creative Cloud** in the search box. 1. Select **Adobe Creative Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adobe Creative Cloud Configure and test Azure AD SSO with Adobe Creative Cloud 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 Adobe Creative Cloud. |
active-directory | Adobe Echosign Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adobe-echosign-tutorial.md | To configure the integration of Adobe Sign into Azure AD, you need to add Adobe 1. In the **Add from the gallery** section, type **Adobe Sign** in the search box. 1. Select **Adobe Sign** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adobe Sign In this section, you configure and test Azure AD single sign-on with Adobe Sign based on a test user called **Britta Simon**. |
active-directory | Adobe Identity Management Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adobe-identity-management-tutorial.md | To configure the integration of Adobe Identity Management (SAML) into Azure AD, 1. In the **Add from the gallery** section, type **Adobe Identity Management (SAML)** in the search box. 1. Select **Adobe Identity Management (SAML)** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adobe Identity Management (SAML) Configure and test Azure AD SSO with Adobe Identity Management (SAML) 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 Adobe Identity Management (SAML). |
active-directory | Adobecaptivateprime Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adobecaptivateprime-tutorial.md | To configure the integration of Adobe Captivate Prime into Azure AD, you need to 1. In the **Add from the gallery** section, type **Adobe Captivate Prime** in the search box. 1. Select **Adobe Captivate Prime** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adobe Captivate Prime Configure and test Azure AD SSO with Adobe Captivate Prime 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 Adobe Captivate Prime. |
active-directory | Adobeexperiencemanager Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adobeexperiencemanager-tutorial.md | To configure the integration of Adobe Experience Manager into Azure AD, you need 1. In the **Add from the gallery** section, type **Adobe Experience Manager** in the search box. 1. Select **Adobe Experience Manager** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adobe Experience Manager |
active-directory | Adoddle Csaas Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adoddle-csaas-platform-tutorial.md | To configure the integration of Adoddle cSaas Platform into Azure AD, you need t 1. In the **Add from the gallery** section, type **Adoddle cSaas Platform** in the search box. 1. Select **Adoddle cSaas Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adoddle cSaas Platform Configure and test Azure AD SSO with Adoddle cSaas Platform 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 Adoddle cSaas Platform. |
active-directory | Adp Emea French Hr Portal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adp-emea-french-hr-portal-tutorial.md | To configure the integration of ADP EMEA French HR Portal mon.adp.com into Azure 1. In the **Add from the gallery** section, type **ADP EMEA French HR Portal mon.adp.com** in the search box. 1. Select **ADP EMEA French HR Portal mon.adp.com** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ADP EMEA French HR Portal mon.adp.com Configure and test Azure AD SSO with ADP EMEA French HR Portal mon.adp.com 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 ADP EMEA French HR Portal mon.adp.com. |
active-directory | Adpfederatedsso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adpfederatedsso-tutorial.md | To configure the integration of ADP into Azure AD, you need to add ADP from the 1. In the **Add from the gallery** section, type **ADP** in the search box. 1. Select **ADP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ADP Configure and test Azure AD SSO with ADP 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 ADP. Upon receipt of confirmation from your ADP representative, configure your ADP se 1. To add new application, select **New application**. 1. In the **Add from the gallery** section, type **ADP** in the search box. 1. Select **ADP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant.++ 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) 1. In the Azure portal, on your **ADP** application integration page, click on **Properties tab** and perform the following steps:  |
active-directory | Adra By Trintech Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/adra-by-trintech-tutorial.md | To configure the integration of Adra by Trintech into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Adra by Trintech** in the search box. 1. Select **Adra by Trintech** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Adra by Trintech Configure and test Azure AD SSO with Adra by Trintech 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 Adra by Trintech. |
active-directory | Advance Kerbf5 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/advance-kerbf5-tutorial.md | To configure the integration of F5 into Azure AD, you need to add F5 from the ga 1. In the **Add from the gallery** section, type **F5** in the search box. 1. Select **F5** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for F5 Configure and test Azure AD SSO with F5 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 F5. |
active-directory | Agiloft Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/agiloft-tutorial.md | To configure the integration of Agiloft Contract Management Suite into Azure AD, 1. In the **Add from the gallery** section, type **Agiloft Contract Management Suite** in the search box. 1. Select **Agiloft Contract Management Suite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Agiloft Contract Management Suite Configure and test Azure AD SSO with Agiloft Contract Management Suite 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 Agiloft Contract Management Suite. |
active-directory | Aha Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/aha-tutorial.md | To configure the integration of Aha! into Azure AD, you need to add Aha! from th 1. In the **Add from the gallery** section, type **Aha!** in the search box. 1. Select **Aha!** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Aha! Configure and test Azure AD SSO with Aha! 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 Aha!. |
active-directory | Ahrtemis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ahrtemis-tutorial.md | To configure the integration of Ahrtemis into Azure AD, you need to add Ahrtemis 1. In the **Add from the gallery** section, type **Ahrtemis** in the search box. 1. Select **Ahrtemis** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ahrtemis Configure and test Azure AD SSO with Ahrtemis 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 Ahrtemis. |
active-directory | Air Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/air-tutorial.md | To configure the integration of Air into Azure AD, you need to add Air from the 1. In the **Add from the gallery** section, type **Air** in the search box. 1. Select **Air** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Air |
active-directory | Airstack Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/airstack-tutorial.md | To configure the integration of Airstack into Azure AD, you need to add Airstack 1. In the **Add from the gallery** section, type **Airstack** in the search box. 1. Select **Airstack** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Airstack Configure and test Azure AD SSO with Airstack 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 Airstack. |
active-directory | Airtable Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/airtable-tutorial.md | To configure the integration of Airtable into Azure AD, you need to add Airtable 1. In the **Add from the gallery** section, type **Airtable** in the search box. 1. Select **Airtable** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Airtable Configure and test Azure AD SSO with Airtable 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 Airtable. |
active-directory | Airwatch Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/airwatch-tutorial.md | To configure the integration of AirWatch into Azure AD, you need to add AirWatch 1. In the **Add from the gallery** section, type **AirWatch** in the search box. 1. Select **AirWatch** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AirWatch Configure and test Azure AD SSO with AirWatch 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 AirWatch. |
active-directory | Akamai Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/akamai-tutorial.md | To configure the integration of Akamai into Azure AD, you need to add Akamai fro 1. In the **Add from the gallery** section, type **Akamai** in the search box. 1. Select **Akamai** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Akamai Configure and test Azure AD SSO with Akamai 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 Akamai. |
active-directory | Akashi Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/akashi-tutorial.md | To configure the integration of AKASHI into Azure AD, you need to add AKASHI fro 1. In the **Add from the gallery** section, type **AKASHI** in the search box. 1. Select **AKASHI** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AKASHI |
active-directory | Alacritylaw Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alacritylaw-tutorial.md | To configure the integration of AlacrityLaw into Azure AD, you need to add Alacr 1. In the **Add from the gallery** section, type **AlacrityLaw** in the search box. 1. Select **AlacrityLaw** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AlacrityLaw |
active-directory | Alcumus Info Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alcumus-info-tutorial.md | To configure the integration of Alcumus Info Exchange into Azure AD, you need to 1. In the **Add from the gallery** section, type **Alcumus Info Exchange** in the search box. 1. Select **Alcumus Info Exchange** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Alcumus Info Exchange Configure and test Azure AD SSO with Alcumus Info Exchange 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 Alcumus Info Exchange. |
active-directory | Alertmedia Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alertmedia-tutorial.md | To configure the integration of AlertMedia into Azure AD, you need to add AlertM 1. In the **Add from the gallery** section, type **AlertMedia** in the search box. 1. Select **AlertMedia** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AlertMedia 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. |
active-directory | Alertops Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alertops-tutorial.md | To configure the integration of AlertOps into Azure AD, you need to add AlertOps 1. In the **Add from the gallery** section, type **AlertOps** in the search box. 1. Select **AlertOps** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AlertOps Configure and test Azure AD SSO with AlertOps 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 AlertOps. |
active-directory | Alexishr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alexishr-tutorial.md | To configure the integration of AlexisHR into Azure AD, you need to add AlexisHR 1. In the **Add from the gallery** section, type **AlexisHR** in the search box. 1. Select **AlexisHR** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AlexisHR Configure and test Azure AD SSO with AlexisHR 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 AlexisHR. |
active-directory | Alibaba Cloud Service Role Based Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/alibaba-cloud-service-role-based-sso-tutorial.md | To configure the integration of Alibaba Cloud Service (Role-based SSO) into Azur  + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) ## Configure and test Azure AD SSO for Alibaba Cloud Service (Role-based SSO) |
active-directory | Allbound Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/allbound-sso-tutorial.md | To configure the integration of Allbound SSO into Azure AD, you need to add Allb 1. In the **Add from the gallery** section, type **Allbound SSO** in the search box. 1. Select **Allbound SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Allbound SSO Configure and test Azure AD SSO with Allbound SSO 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 Allbound SSO. |
active-directory | Allocadia Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/allocadia-tutorial.md | To configure the integration of Allocadia into Azure AD, you need to add Allocad 1. In the **Add from the gallery** section, type **Allocadia** in the search box. 1. Select **Allocadia** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Allocadia Configure and test Azure AD SSO with Allocadia 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 Allocadia. |
active-directory | Ally Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ally-tutorial.md | To configure the integration of Ally.io into Azure AD, you need to add Ally.io f 1. In the **Add from the gallery** section, type **Ally.io** in the search box. 1. Select **Ally.io** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ally.io Configure and test Azure AD SSO with Ally.io 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 Ally.io. |
active-directory | Altamira Hrm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/altamira-hrm-tutorial.md | To configure the integration of Altamira HRM into Azure AD, you need to add Alta 1. In the **Add from the gallery** section, type **Altamira HRM** in the search box. 1. Select **Altamira HRM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Altamira HRM |
active-directory | Altoura Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/altoura-tutorial.md | To configure the integration of Altoura into Azure AD, you need to add Altoura f 1. In the **Add from the gallery** section, type **Altoura** in the search box. 1. Select **Altoura** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Altoura Configure and test Azure AD SSO with Altoura 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 Altoura. |
active-directory | Amazing People Schools Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amazing-people-schools-tutorial.md | To configure the integration of Amazing People Schools into Azure AD, you need t 1. In the **Add from the gallery** section, type **Amazing People Schools** in the search box. 1. Select **Amazing People Schools** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Amazing People Schools |
active-directory | Amazon Business Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amazon-business-tutorial.md | To configure the integration of Amazon Business into Azure AD, you need to add A 1. In the **Add from the gallery** section, type **Amazon Business** in the search box. 1. Select **Amazon Business** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Amazon Business Configure and test Azure AD SSO with Amazon Business 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 Amazon Business. |
active-directory | Amazon Managed Grafana Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amazon-managed-grafana-tutorial.md | To configure the integration of Amazon Managed Grafana into Azure AD, you need t 1. In the **Add from the gallery** section, type **Amazon Managed Grafana** in the search box. 1. Select **Amazon Managed Grafana** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Amazon Managed Grafana Configure and test Azure AD SSO with Amazon Managed Grafana 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 Amazon Managed Grafana. |
active-directory | Amazon Web Service Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amazon-web-service-tutorial.md | To configure the integration of AWS Single-Account Access into Azure AD, you nee 1. In the **Add from the gallery** section, type **AWS Single-Account Access** in the search box. 1. Select **AWS Single-Account Access** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO for AWS Single-Account Access |
active-directory | Amms Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amms-tutorial.md | To configure the integration of AMMS into Azure AD, you need to add AMMS from th 1. In the **Add from the gallery** section, type **AMMS** in the search box. 1. Select **AMMS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AMMS Configure and test Azure AD SSO with AMMS 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 AMMS. |
active-directory | Amplitude Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/amplitude-tutorial.md | To configure the integration of Amplitude into Azure AD, you need to add Amplitu 1. In the **Add from the gallery** section, type **Amplitude** in the search box. 1. Select **Amplitude** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Amplitude Configure and test Azure AD SSO with Amplitude 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 Amplitude. |
active-directory | Anaplan Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/anaplan-tutorial.md | To configure the integration of Anaplan into Azure AD, you need to add Anaplan f 1. In the **Add from the gallery** section, type **Anaplan** in the search box. 1. Select **Anaplan** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Anaplan Configure and test Azure AD SSO with Anaplan 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 Anaplan. |
active-directory | Anaqua Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/anaqua-tutorial.md | To configure the integration of ANAQUA into Azure AD, you need to add ANAQUA fro 1. In the **Add from the gallery** section, type **ANAQUA** in the search box. 1. Select **ANAQUA** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ANAQUA Configure and test Azure AD SSO with ANAQUA 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 ANAQUA. |
active-directory | Andfrankly Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/andfrankly-tutorial.md | To configure the integration of &frankly into Azure AD, you need to add &frankly 1. In the **Add from the gallery** section, type **&frankly** in the search box. 1. Select **&frankly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for &frankly Configure and test Azure AD SSO with &frankly 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 &frankly. |
active-directory | Andromedascm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/andromedascm-tutorial.md | To configure the integration of Andromeda into Azure AD, you need to add Androme 1. In the **Add from the gallery** section, type **Andromeda** in the search box. 1. Select **Andromeda** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Andromeda Configure and test Azure AD SSO with Andromeda 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 Andromeda. |
active-directory | Animaker Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/animaker-tutorial.md | To configure the integration of Animaker into Azure AD, you need to add Animaker 1. In the **Add from the gallery** section, type **Animaker** in the search box. 1. Select **Animaker** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Animaker Configure and test Azure AD SSO with Animaker 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 Animaker. |
active-directory | Answerhub Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/answerhub-tutorial.md | To configure the integration of AnswerHub into Azure AD, you need to add AnswerH 1. In the **Add from the gallery** section, type **AnswerHub** in the search box. 1. Select **AnswerHub** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Set up and test Azure AD SSO for AnswerHub Configure and test Azure AD SSO with AnswerHub 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 AnswerHub. |
active-directory | Anyone Home Crm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/anyone-home-crm-tutorial.md | To configure the integration of Anyone Home CRM into Azure AD, you need to add A 1. In the **Add from the gallery** section, type **Anyone Home CRM** in the search box. 1. Select **Anyone Home CRM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Anyone Home CRM Configure and test Azure AD SSO with Anyone Home CRM 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 Anyone Home CRM. |
active-directory | Apexportal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/apexportal-tutorial.md | To configure the integration of Apex Portal into Azure AD, you need to add Apex 1. In the **Add from the gallery** section, type **Apex Portal** in the search box. 1. Select **Apex Portal** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Apex Portal Configure and test Azure AD SSO with Apex Portal 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 Apex Portal. |
active-directory | Appaegis Isolation Access Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appaegis-isolation-access-cloud-tutorial.md | To configure the integration of Appaegis Isolation Access Cloud into Azure AD, y 1. In the **Add from the gallery** section, type **Appaegis Isolation Access Cloud** in the search box. 1. Select **Appaegis Isolation Access Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Appaegis Isolation Access Cloud Configure and test Azure AD SSO with Appaegis Isolation Access Cloud 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 Appaegis Isolation Access Cloud. |
active-directory | Appdynamics Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appdynamics-tutorial.md | To configure the integration of AppDynamics into Azure AD, you need to add AppDy 1. In the **Add from the gallery** section, type **AppDynamics** in the search box. 1. Select **AppDynamics** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AppDynamics Configure and test Azure AD SSO with AppDynamics 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 AppDynamics. |
active-directory | Appian Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appian-tutorial.md | To configure the integration of Appian into Azure AD, you need to add Appian fro 1. In the **Add from the gallery** section, type **Appian** in the search box. 1. Select **Appian** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Appian Configure and test Azure AD SSO with Appian 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 Appian. |
active-directory | Appinux Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appinux-tutorial.md | To configure the integration of Appinux into Azure AD, you need to add Appinux f 1. In the **Add from the gallery** section, type **Appinux** in the search box. 1. Select **Appinux** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Appinux Configure and test Azure AD SSO with Appinux 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 Appinux. |
active-directory | Applied Mental Health Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/applied-mental-health-tutorial.md | To configure the integration of Applied Mental Health into Azure AD, you need to 1. In the **Add from the gallery** section, type **Applied Mental Health** in the search box. 1. Select **Applied Mental Health** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Applied Mental Health |
active-directory | Appneta Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appneta-tutorial.md | To configure the integration of AppNeta Performance Manager into Azure AD, you n 1. In the **Add from the gallery** section, type **AppNeta Performance Manager** in the search box. 1. Select **AppNeta Performance Manager** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AppNeta Performance Manager Configure and test Azure AD SSO with AppNeta Performance Manager 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 AppNeta Performance Manager. |
active-directory | Appraisd Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appraisd-tutorial.md | To configure the integration of Appraisd into Azure AD, you need to add Appraisd 1. In the **Add from the gallery** section, type **Appraisd** in the search box. 1. Select **Appraisd** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Appraisd Configure and test Azure AD SSO with Appraisd 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 Appraisd. |
active-directory | Appremo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appremo-tutorial.md | To configure the integration of AppRemo into Azure AD, you need to add AppRemo f 1. In the **Add from the gallery** section, type **AppRemo** in the search box. 1. Select **AppRemo** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AppRemo |
active-directory | Appsec Flow Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/appsec-flow-sso-tutorial.md | To configure the integration of Conviso Platform SSO into Azure AD, you need to 1. In the **Add from the gallery** section, type **Conviso Platform SSO** in the search box. 1. Select **Conviso Platform SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Conviso Platform SSO |
active-directory | Apptio Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/apptio-tutorial.md | To configure the integration of Apptio into Azure AD, you need to add Apptio fro 1. In the **Add from the gallery** section, type **Apptio** in the search box. 1. Select **Apptio** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Apptio Configure and test Azure AD SSO with Apptio 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 Apptio. |
active-directory | Arc Facilities Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/arc-facilities-tutorial.md | To configure the integration of ARC Facilities into Azure AD, you need to add AR 1. In the **Add from the gallery** section, type **ARC Facilities** in the search box. 1. Select **ARC Facilities** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for ARC Facilities Configure and test Azure AD SSO with ARC Facilities 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 ARC Facilities. |
active-directory | Arc Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/arc-tutorial.md | To configure the integration of Arc Publishing - SSO into Azure AD, you need to 1. In the **Add from the gallery** section, type **Arc Publishing - SSO** in the search box. 1. Select **Arc Publishing - SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Arc Publishing - SSO Configure and test Azure AD SSO with Arc Publishing - SSO 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 Arc Publishing - SSO. |
active-directory | Arcgis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/arcgis-tutorial.md | To configure the integration of ArcGIS Online into Azure AD, you need to add Arc 1. In the **Add from the gallery** section, type **ArcGIS Online** in the search box. 1. Select **ArcGIS Online** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ArcGIS Online Configure and test Azure AD SSO with ArcGIS Online 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 ArcGIS Online. |
active-directory | Arcgisenterprise Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/arcgisenterprise-tutorial.md | To configure the integration of ArcGIS Enterprise into Azure AD, you need to add 1. In the **Add from the gallery** section, type **ArcGIS Enterprise** in the search box. 1. Select **ArcGIS Enterprise** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ArcGIS Enterprise Configure and test Azure AD SSO with ArcGIS Enterprise 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 ArcGIS Enterprise. |
active-directory | Archie Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/archie-tutorial.md | To configure the integration of Archie into Azure AD, you need to add Archie fro 1. In the **Add from the gallery** section, type **Archie** in the search box. 1. Select **Archie** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Archie Configure and test Azure AD SSO with Archie 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 Archie. |
active-directory | Ardoq Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ardoq-tutorial.md | To configure the integration of Ardoq into Azure AD, you need to add Ardoq from 1. In the **Add from the gallery** section, type **Ardoq** in the search box. 1. Select **Ardoq** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ardoq |
active-directory | Arena Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/arena-tutorial.md | To configure the integration of Arena into Azure AD, you need to add Arena from 1. In the **Add from the gallery** section, type **Arena** in the search box. 1. Select **Arena** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Arena Configure and test Azure AD SSO with Arena 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 at Arena. |
active-directory | Ares For Enterprise Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ares-for-enterprise-tutorial.md | To configure the integration of ARES for Enterprise into Azure AD, you need to a 1. In the **Add from the gallery** section, type **ARES for Enterprise** in the search box. 1. Select **ARES for Enterprise** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ARES for Enterprise Configure and test Azure AD SSO with ARES for Enterprise 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 ARES for Enterprise. |
active-directory | Ariba Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ariba-tutorial.md | To configure the integration of Ariba into Azure AD, you need to add Ariba from 1. In the **Add from the gallery** section, type **Ariba** in the search box. 1. Select **Ariba** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ariba Configure and test Azure AD SSO with Ariba 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 Ariba. |
active-directory | Articulate360 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/articulate360-tutorial.md | To configure the integration of Articulate 360 into Azure AD, you need to add Ar 1. In the **Add from the gallery** section, type **Articulate 360** in the search box. 1. Select **Articulate 360** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Articulate 360 Configure and test Azure AD SSO with Articulate 360 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 Articulate 360. |
active-directory | Aruba User Experience Insight Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/aruba-user-experience-insight-tutorial.md | To configure the integration of Aruba User Experience Insight into Azure AD, you 1. In the **Add from the gallery** section, type **Aruba User Experience Insight** in the search box. 1. Select **Aruba User Experience Insight** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Aruba User Experience Insight |
active-directory | Asana Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/asana-tutorial.md | To configure the integration of Asana into Azure AD, you need to add Asana from 1. In the **Add from the gallery** section, type **Asana** in the search box. 1. Select **Asana** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Asana Configure and test Azure AD SSO with Asana 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 Asana. |
active-directory | Asccontracts Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/asccontracts-tutorial.md | To configure the integration of ASC Contracts into Azure AD, you need to add ASC 1. In the **Add from the gallery** section, type **ASC Contracts** in the search box. 1. Select **ASC Contracts** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ASC Contracts Configure and test Azure AD SSO with ASC Contracts 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 ASC Contracts. |
active-directory | Ascentis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ascentis-tutorial.md | To configure the integration of Ascentis into Azure AD, you need to add Ascentis 1. In the **Add from the gallery** section, type **Ascentis** in the search box. 1. Select **Ascentis** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on |
active-directory | Asignet Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/asignet-sso-tutorial.md | To configure the integration of AsignetSSOIntegration into Azure AD, you need to 1. In the **Add from the gallery** section, type **AsignetSSOIntegration** in the search box. 1. Select **AsignetSSOIntegration** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AsignetSSOIntegration Configure and test Azure AD SSO with AsignetSSOIntegration 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 AsignetSSOIntegration. |
active-directory | Askspoke Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/askspoke-tutorial.md | To configure the integration of askSpoke into Azure AD, you need to add askSpoke 1. In the **Add from the gallery** section, type **askSpoke** in the search box. 1. Select **askSpoke** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for askSpoke Configure and test Azure AD SSO with askSpoke 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 askSpoke. |
active-directory | Askyourteam Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/askyourteam-tutorial.md | To configure the integration of AskYourTeam into Azure AD, you need to add AskYo 1. In the **Add from the gallery** section, type **AskYourTeam** in the search box. 1. Select **AskYourTeam** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AskYourTeam Configure and test Azure AD SSO with AskYourTeam 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 AskYourTeam. |
active-directory | Asset Planner Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/asset-planner-tutorial.md | To configure the integration of Asset Planner into Azure AD, you need to add Ass 1. In the **Add from the gallery** section, type **Asset Planner** in the search box. 1. Select **Asset Planner** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Asset Planner Configure and test Azure AD SSO with Asset Planner 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 Asset Planner. |
active-directory | Assetbank Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/assetbank-tutorial.md | To configure the integration of Asset Bank into Azure AD, you need to add Asset 1. In the **Add from the gallery** section, type **Asset Bank** in the search box. 1. Select **Asset Bank** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Asset Bank Configure and test Azure AD SSO with Asset Bank 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 Asset Bank. |
active-directory | Assetsonar Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/assetsonar-tutorial.md | To configure the integration of AssetSonar into Azure AD, you need to add AssetS 1. In the **Add from the gallery** section, type **AssetSonar** in the search box. 1. Select **AssetSonar** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AssetSonar Configure and test Azure AD SSO with AssetSonar 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 AssetSonar. |
active-directory | Astra Schedule Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/astra-schedule-tutorial.md | To configure the integration of Astra Schedule into Azure AD, you need to add As 1. In the **Add from the gallery** section, type **Astra Schedule** in the search box. 1. Select **Astra Schedule** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Astra Schedule |
active-directory | Athena Systems Login Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/athena-systems-login-platform-tutorial.md | To configure the integration of Athena Systems Login Platform into Azure AD, you 1. In the **Add from the gallery** section, type **Athena Systems Login Platform** in the search box. 1. Select **Athena Systems Login Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Athena Systems Login Platform Configure and test Azure AD SSO with Athena Systems Login Platform 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 Athena Systems Login Platform. |
active-directory | Atlassian Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/atlassian-cloud-tutorial.md | To configure the integration of Atlassian Cloud into Azure AD, you need to add A 1. In the **Add from the gallery** section, type **Atlassian Cloud** in the search box. 1. Select **Atlassian Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO |
active-directory | Atomiclearning Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/atomiclearning-tutorial.md | To configure the integration of Atomic Learning into Azure AD, you need to add A 1. In the **Add from the gallery** section, type **Atomic Learning** in the search box. 1. Select **Atomic Learning** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Atomic Learning Configure and test Azure AD SSO with Atomic Learning 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 Atomic Learning. |
active-directory | Atp Spotlight And Chronicx Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/atp-spotlight-and-chronicx-tutorial.md | To configure the integration of ATP SpotLight and ChronicX into Azure AD, you ne 1. In the **Add from the gallery** section, type **ATP SpotLight and ChronicX** in the search box. 1. Select **ATP SpotLight and ChronicX** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ATP SpotLight and ChronicX Configure and test Azure AD SSO with ATP SpotLight and ChronicX 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 ATP SpotLight and ChronicX. |
active-directory | Attendancemanagementservices Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/attendancemanagementservices-tutorial.md | To configure the integration of Attendance Management Services into Azure AD, yo 1. In the **Add from the gallery** section, type **Attendance Management Services** in the search box. 1. Select **Attendance Management Services** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Attendance Management Services Configure and test Azure AD SSO with Attendance Management Services 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 Attendance Management Services. |
active-directory | Auditboard Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/auditboard-tutorial.md | To configure the integration of AuditBoard into Azure AD, you need to add AuditB 1. In the **Add from the gallery** section, type **AuditBoard** in the search box. 1. Select **AuditBoard** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AuditBoard Configure and test Azure AD SSO with AuditBoard 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 AuditBoard. |
active-directory | Authomize Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/authomize-tutorial.md | To configure the integration of Authomize into Azure AD, you need to add Authomi 1. In the **Add from the gallery** section, type **Authomize** in the search box. 1. Select **Authomize** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Authomize Configure and test Azure AD SSO with Authomize 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 Authomize. |
active-directory | Autodesk Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/autodesk-sso-tutorial.md | To configure the integration of Autodesk SSO into Azure AD, you need to add Auto 1. In the **Add from the gallery** section, type **Autodesk SSO** in the search box. 1. Select **Autodesk SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Autodesk SSO |
active-directory | Autotaskendpointbackup Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/autotaskendpointbackup-tutorial.md | To configure the integration of Autotask Endpoint Backup into Azure AD, you need 1. In the **Add from the gallery** section, type **Autotask Endpoint Backup** in the search box. 1. Select **Autotask Endpoint Backup** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Autotask Endpoint Backup Configure and test Azure AD SSO with Autotask Endpoint Backup 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 Autotask Endpoint Backup. |
active-directory | Autotaskworkplace Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/autotaskworkplace-tutorial.md | To configure the integration of Autotask Workplace into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **Autotask Workplace** in the search box. 1. Select **Autotask Workplace** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Autotask Workplace Configure and test Azure AD SSO with Autotask Workplace 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 Autotask Workplace. |
active-directory | Awardspring Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/awardspring-tutorial.md | To configure the integration of AwardSpring into Azure AD, you need to add Award 1. In the **Add from the gallery** section, type **AwardSpring** in the search box. 1. Select **AwardSpring** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AwardSpring Configure and test Azure AD SSO with AwardSpring 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 AwardSpring. |
active-directory | Aws Clientvpn Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/aws-clientvpn-tutorial.md | To configure the integration of AWS ClientVPN into Azure AD, you need to add AWS 1. In the **Add from the gallery** section, type **AWS ClientVPN** in the search box. 1. Select **AWS ClientVPN** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for AWS ClientVPN Configure and test Azure AD SSO with AWS ClientVPN 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 AWS ClientVPN. |
active-directory | Aws Single Sign On Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/aws-single-sign-on-tutorial.md | To configure the integration of AWS IAM Identity Center into Azure AD, you need 1. In the **Add from the gallery** section, type **AWS IAM Identity Center** in the search box. 1. Select **AWS IAM Identity Center** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO for AWS IAM Identity Center |
active-directory | Axiad Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/axiad-cloud-tutorial.md | To configure the integration of Axiad Cloud into Azure AD, you need to add Axiad 1. In the **Add from the gallery** section, type **Axiad Cloud** in the search box. 1. Select **Axiad Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Axiad Cloud Configure and test Azure AD SSO with Axiad Cloud 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 Axiad Cloud. |
active-directory | Axway Csos Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/axway-csos-tutorial.md | To configure the integration of Axway CSOS into Azure AD, you need to add Axway 1. In the **Add from the gallery** section, type **Axway CSOS** in the search box. 1. Select **Axway CSOS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Axway CSOS Configure and test Azure AD SSO with Axway CSOS 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 Axway CSOS. |
active-directory | Baldwin Safety & Compliance Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/baldwin-safety-&-compliance-tutorial.md | To configure the integration of Baldwin Safety and Compliance into Azure AD, you 1. In the **Add from the gallery** section, type **Baldwin Safety and Compliance** in the search box. 1. Select **Baldwin Safety and Compliance** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Baldwin Safety and Compliance Configure and test Azure AD SSO with Baldwin Safety and Compliance 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 Baldwin Safety and Compliance. |
active-directory | Balsamiq Wireframes Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/balsamiq-wireframes-tutorial.md | To configure the integration of Balsamiq Wireframes into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Balsamiq Wireframes** in the search box. 1. Select **Balsamiq Wireframes** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Balsamiq Wireframes Configure and test Azure AD SSO with Balsamiq Wireframes 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 Balsamiq Wireframes. |
active-directory | Bamboo Hr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bamboo-hr-tutorial.md | To configure the integration of BambooHR into Azure AD, you need to add BambooHR 1. In the **Add from the gallery** section, type **BambooHR** in the search box. 1. Select **BambooHR** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BambooHR |
active-directory | Bamboo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bamboo-tutorial.md | To configure the integration of SAML SSO for Bamboo by resolution GmbH into Azur 1. In the **Add from the gallery** section, type **SAML SSO for Bamboo by resolution GmbH** in the search box. 1. Select **SAML SSO for Bamboo by resolution GmbH** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO with SAML SSO for Bamboo by resolution GmbH Configure and test Azure AD SSO with SAML SSO for Bamboo by resolution GmbH, by using a test user called **B.Simon**. For SSO to work, you need to establish a linked relationship between an Azure AD user and the related user in SAML SSO for Bamboo by resolution GmbH. |
active-directory | Bambubysproutsocial Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bambubysproutsocial-tutorial.md | To configure the integration of Bambu by Sprout Social into Azure AD, you need t 1. In the **Add from the gallery** section, type **Bambu by Sprout Social** in the search box. 1. Select **Bambu by Sprout Social** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bambu by Sprout Social Configure and test Azure AD SSO with Bambu by Sprout Social 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 Bambu by Sprout Social. |
active-directory | Banyan Command Center Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/banyan-command-center-tutorial.md | To configure the integration of Banyan Security Zero Trust Remote Access Platfor 1. In the **Add from the gallery** section, type **Banyan Security Zero Trust Remote Access Platform** in the search box. 1. Select **Banyan Security Zero Trust Remote Access Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Banyan Security Zero Trust Remote Access Platform Configure and test Azure AD SSO with Banyan Security Zero Trust Remote Access Platform 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 Banyan Security Zero Trust Remote Access Platform. |
active-directory | Battery Management Information System Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/battery-management-information-system-tutorial.md | To configure the integration of BMIS - Battery Management Information System int 1. In the **Add from the gallery** section, type **BMIS - Battery Management Information System** in the search box. 1. Select **BMIS - Battery Management Information System** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BMIS - Battery Management Information System Configure and test Azure AD SSO with BMIS - Battery Management Information System 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 BMIS - Battery Management Information System. |
active-directory | Bcinthecloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bcinthecloud-tutorial.md | To configure the integration of BC in the Cloud into Azure AD, you need to add B 1. In the **Add from the gallery** section, type **BC in the Cloud** in the search box. 1. Select **BC in the Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BC in the Cloud Configure and test Azure AD SSO with BC in the Cloud 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 BC in the Cloud. |
active-directory | Bealink Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bealink-tutorial.md | To configure the integration of Bealink into Azure AD, you need to add Bealink f 1. In the **Add from the gallery** section, type **Bealink** in the search box. 1. Select **Bealink** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bealink Configure and test Azure AD SSO with Bealink 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 Bealink. |
active-directory | Beatrust Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/beatrust-tutorial.md | To configure the integration of Beatrust into Azure AD, you need to add Beatrust 1. In the **Add from the gallery** section, type **Beatrust** in the search box. 1. Select **Beatrust** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Beatrust Configure and test Azure AD SSO with Beatrust 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 Beatrust. |
active-directory | Beautiful.Ai Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/beautiful.ai-tutorial.md | To configure the integration of Beautiful.ai into Azure AD, you need to add Beau 1. In the **Add from the gallery** section, type **Beautiful.ai** in the search box. 1. Select **Beautiful.ai** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Beautiful.ai Configure and test Azure AD SSO with Beautiful.ai 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 Beautiful.ai. |
active-directory | Beekeeper Azure Ad Data Connector Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/beekeeper-azure-ad-data-connector-tutorial.md | To configure the integration of Beekeeper Azure AD SSO into Azure AD, you need t 1. In the **Add from the gallery** section, type **Beekeeper Azure AD SSO** in the search box. 1. Select **Beekeeper Azure AD SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Beekeeper Azure AD SSO Configure and test Azure AD SSO with Beekeeper Azure AD SSO 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 Beekeeper Azure AD SSO. |
active-directory | Beeline Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/beeline-tutorial.md | To configure the integration of Beeline into Azure AD, you need to add Beeline f 1. In the **Add from the gallery** section, type **Beeline** in the search box. 1. Select **Beeline** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Beeline Configure and test Azure AD SSO with Beeline 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 Beeline. |
active-directory | Benchling Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/benchling-tutorial.md | To configure the integration of Benchling into Azure AD, you need to add Benchli 1. In the **Add from the gallery** section, type **Benchling** in the search box. 1. Select **Benchling** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Benchling |
active-directory | Benefithub Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/benefithub-tutorial.md | To configure the integration of BenefitHub into Azure AD, you need to add Benefi 1. In the **Add from the gallery** section, type **BenefitHub** in the search box. 1. Select **BenefitHub** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BenefitHub Configure and test Azure AD SSO with BenefitHub 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 BenefitHub. |
active-directory | Benefitsolver Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/benefitsolver-tutorial.md | To configure the integration of Benefitsolver into Azure AD, you need to add Ben 1. In the **Add from the gallery** section, type **Benefitsolver** in the search box. 1. Select **Benefitsolver** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Benefitsolver Configure and test Azure AD SSO with Benefitsolver 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 Benefitsolver. |
active-directory | Benq Iam Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/benq-iam-tutorial.md | To configure the integration of BenQ IAM into Azure AD, you need to add BenQ IAM 1. In the **Add from the gallery** section, type **BenQ IAM** in the search box. 1. Select **BenQ IAM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BenQ IAM Configure and test Azure AD SSO with BenQ IAM 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 BenQ IAM. |
active-directory | Benselect Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/benselect-tutorial.md | To configure the integration of BenSelect into Azure AD, you need to add BenSele 1. In the **Add from the gallery** section, type **BenSelect** in the search box. 1. Select **BenSelect** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BenSelect Configure and test Azure AD SSO with BenSelect 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 BenSelect. |
active-directory | Betterworks Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/betterworks-tutorial.md | To configure the integration of Betterworks into Azure AD, you need to add Bette 1. In the **Add from the gallery** section, type **Betterworks** in the search box. 1. Select **Betterworks** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Betterworks Configure and test Azure AD SSO with Betterworks 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 Betterworks. |
active-directory | Beyond Identity Admin Console Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/beyond-identity-admin-console-tutorial.md | To configure the integration of Beyond Identity Admin Console into Azure AD, you 1. In the **Add from the gallery** section, type **Beyond Identity Admin Console** in the search box. 1. Select **Beyond Identity Admin Console** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Beyond Identity Admin Console Configure and test Azure AD SSO with Beyond Identity Admin Console 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 Beyond Identity Admin Console. |
active-directory | Bic Cloud Design Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bic-cloud-design-tutorial.md | To configure the integration of BIC Process Design into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **BIC Process Design** in the search box. 1. Select **BIC Process Design** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BIC Process Design Configure and test Azure AD SSO with BIC Process Design 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 BIC Process Design. |
active-directory | Bime Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bime-tutorial.md | To configure the integration of Bime into Azure AD, you need to add Bime from th 1. In the **Add from the gallery** section, type **Bime** in the search box. 1. Select **Bime** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bime Configure and test Azure AD SSO with Bime 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 Bime. |
active-directory | Birst Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/birst-tutorial.md | To configure the integration of Birst Agile Business Analytics into Azure AD, yo 1. In the **Add from the gallery** section, type **Birst Agile Business Analytics** in the search box. 1. Select **Birst Agile Business Analytics** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Birst Agile Business Analytics Configure and test Azure AD SSO with Birst Agile Business Analytics 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 Birst Agile Business Analytics. |
active-directory | Bis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bis-tutorial.md | To configure the integration of BIS into Azure AD, you need to add BIS from the 1. In the **Add from the gallery** section, type **BIS** in the search box. 1. Select **BIS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BIS Configure and test Azure AD SSO with BIS 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 BIS. |
active-directory | Bitabiz Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bitabiz-tutorial.md | To configure the integration of BitaBIZ into Azure AD, you need to add BitaBIZ f 1. In the **Add from the gallery** section, type **BitaBIZ** in the search box. 1. Select **BitaBIZ** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BitaBIZ Configure and test Azure AD SSO with BitaBIZ 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 BitaBIZ. |
active-directory | Bitbucket Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bitbucket-tutorial.md | To configure the integration of SAML SSO for Bitbucket by resolution GmbH into A 1. In the **Add from the gallery** section, type **SAML SSO for Bitbucket by resolution GmbH** in the search box. 1. Select **SAML SSO for Bitbucket by resolution GmbH** from the results, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for SAML SSO for Bitbucket by resolution GmbH Configure and test Azure AD SSO with SAML SSO for Bitbucket by resolution GmbH, by using a test user called **B.Simon**. For SSO to work, you need to establish a linked relationship between an Azure AD user and the related user in SAML SSO for Bitbucket by resolution GmbH. |
active-directory | Bitly Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bitly-tutorial.md | To configure the integration of Bitly into Azure AD, you need to add Bitly from 1. In the **Add from the gallery** section, type **Bitly** in the search box. 1. Select **Bitly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bitly Configure and test Azure AD SSO with Bitly 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 Bitly. |
active-directory | Bizagi Studio For Digital Process Automation Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bizagi-studio-for-digital-process-automation-tutorial.md | To configure the integration of Bizagi for Digital Process Automation into Azure 1. In the **Add from the gallery** section, type **Bizagi for Digital Process Automation** in the search box. 1. Select **Bizagi for Digital Process Automation** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bizagi for Digital Process Automation Configure and test Azure AD SSO with Bizagi for Digital Process Automation 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 the Bizagi project. |
active-directory | Blackboard Learn Shibboleth Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blackboard-learn-shibboleth-tutorial.md | To configure the integration of Blackboard Learn - Shibboleth into Azure AD, you 1. In the **Add from the gallery** section, type **Blackboard Learn - Shibboleth** in the search box. 1. Select **Blackboard Learn - Shibboleth** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blackboard Learn - Shibboleth Configure and test Azure AD SSO with Blackboard Learn - Shibboleth 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 Blackboard Learn - Shibboleth. |
active-directory | Blackboard Learn Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blackboard-learn-tutorial.md | To configure the integration of Blackboard Learn into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Blackboard Learn** in the search box. 1. Select **Blackboard Learn** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blackboard Learn Configure and test Azure AD SSO with Blackboard Learn 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 Blackboard Learn. |
active-directory | Blink Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blink-tutorial.md | To configure the integration of Blink into Azure AD, you need to add Blink from 1. In the **Add from the gallery** section, type **Blink** in the search box. 1. Select **Blink** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blink Configure and test Azure AD SSO with Blink 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 Blink. |
active-directory | Blockbax Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blockbax-tutorial.md | To configure the integration of Blockbax into Azure AD, you need to add Blockbax 1. In the **Add from the gallery** section, type **Blockbax** in the search box. 1. Select **Blockbax** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blockbax Configure and test Azure AD SSO with Blockbax 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 Blockbax. |
active-directory | Blogin Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blogin-tutorial.md | To configure the integration of BlogIn into Azure AD, you need to add BlogIn fro 1. In the **Add from the gallery** section, type **BlogIn** in the search box. 1. Select **BlogIn** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BlogIn Configure and test Azure AD SSO with BlogIn 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 BlogIn. |
active-directory | Blue Access For Members Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blue-access-for-members-tutorial.md | To configure the integration of Blue Access for Members (BAM) into Azure AD, you 1. In the **Add from the gallery** section, type **Blue Access for Members (BAM)** in the search box. 1. Select **Blue Access for Members (BAM)** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blue Access for Members (BAM) Configure and test Azure AD SSO with Blue Access for Members (BAM) 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 Blue Access for Members (BAM). |
active-directory | Blue Ocean Brain Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/blue-ocean-brain-tutorial.md | To configure the integration of Blue Ocean Brain into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Blue Ocean Brain** in the search box. 1. Select **Blue Ocean Brain** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Blue Ocean Brain Configure and test Azure AD SSO with Blue Ocean Brain 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 Blue Ocean Brain. |
active-directory | Bluejeans Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bluejeans-tutorial.md | To configure the integration of BlueJeans for Azure AD into Azure AD, you need t 1. In the **Add from the gallery** section, type **BlueJeans for Azure AD** in the search box. 1. Select **BlueJeans for Azure AD** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BlueJeans for Azure AD Configure and test Azure AD SSO with BlueJeans for Azure AD 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 BlueJeans for Azure AD. |
active-directory | Bomgarremotesupport Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bomgarremotesupport-tutorial.md | To configure the integration of BeyondTrust Remote Support into Azure AD, you ne 1. In the **Add from the gallery** section, type **BeyondTrust Remote Support** in the search box. 1. Select **BeyondTrust Remote Support** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BeyondTrust Remote Support Configure and test Azure AD SSO with BeyondTrust Remote Support 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 BeyondTrust Remote Support. |
active-directory | Bonos Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bonos-tutorial.md | To configure the integration of Bonos into Azure AD, you need to add Bonos from 1. In the **Add from the gallery** section, type **Bonos** in the search box. 1. Select **Bonos** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bonos |
active-directory | Bonus Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bonus-tutorial.md | To configure the integration of Bonusly into Azure AD, you need to add Bonusly f 1. In the **Add from the gallery** section, type **Bonusly** in the search box. 1. Select **Bonusly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bonusly Configure and test Azure AD SSO with Bonusly 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 Bonusly. |
active-directory | Boomi Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/boomi-tutorial.md | To configure the integration of Boomi into Azure AD, you need to add Boomi from 1. In the **Add from the gallery** section, type **Boomi** in the search box. 1. Select **Boomi** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Boomi |
active-directory | Borrowbox Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/borrowbox-tutorial.md | To configure the integration of BorrowBox into Azure AD, you need to add BorrowB 1. In the **Add from the gallery** section, type **BorrowBox** in the search box. 1. Select **BorrowBox** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BorrowBox Configure and test Azure AD SSO with BorrowBox 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 BorrowBox. |
active-directory | Box Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/box-tutorial.md | To configure the integration of Box into Azure AD, you need to add Box from the 1. In the **Add from the gallery** section, type **Box** in the search box. 1. Select **Box** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Box Configure and test Azure AD SSO with Box 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 Box. |
active-directory | Boxcryptor Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/boxcryptor-tutorial.md | To configure the integration of Boxcryptor into Azure AD, you need to add Boxcry 1. In the **Add from the gallery** section, type **Boxcryptor** in the search box. 1. Select **Boxcryptor** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Boxcryptor Configure and test Azure AD SSO with Boxcryptor 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 Boxcryptor. |
active-directory | Bpmonline Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bpmonline-tutorial.md | To configure the integration of Creatio into Azure AD, you need to add Creatio f 1. In the **Add from the gallery** section, type **Creatio** in the search box. 1. Select **Creatio** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Creatio Configure and test Azure AD SSO with Creatio 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 Creatio. |
active-directory | Braze Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/braze-tutorial.md | To configure the integration of Braze into Azure AD, you need to add Braze from 1. In the **Add from the gallery** section, type **Braze** in the search box. 1. Select **Braze** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Braze Configure and test Azure AD SSO with Braze 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 Braze. |
active-directory | Bridge Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bridge-tutorial.md | To configure the integration of Bridge into Azure AD, you need to add Bridge fro 1. In the **Add from the gallery** section, type **Bridge** in the search box. 1. Select **Bridge** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bridge Configure and test Azure AD SSO with Bridge 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 Bridge. |
active-directory | Bright Pattern Omnichannel Contact Center Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bright-pattern-omnichannel-contact-center-tutorial.md | To configure the integration of Bright Pattern Omnichannel Contact Center into A 1. In the **Add from the gallery** section, type **Bright Pattern Omnichannel Contact Center** in the search box. 1. Select **Bright Pattern Omnichannel Contact Center** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Bright Pattern Omnichannel Contact Center |
active-directory | Brightidea Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/brightidea-tutorial.md | To configure the integration of Brightidea into Azure AD, you need to add Bright 1. In the **Add from the gallery** section, type **Brightidea** in the search box. 1. Select **Brightidea** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Brightidea Configure and test Azure AD SSO with Brightidea 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 Brightidea. |
active-directory | Brightspace Desire2learn Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/brightspace-desire2learn-tutorial.md | To configure the integration of Brightspace by Desire2Learn into Azure AD, you n 1. In the **Add from the gallery** section, type **Brightspace by Desire2Learn** in the search box. 1. Select **Brightspace by Desire2Learn** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Brightspace by Desire2Learn Configure and test Azure AD SSO with Brightspace by Desire2Learn 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 Brightspace by Desire2Learn. |
active-directory | Britive Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/britive-tutorial.md | To configure the integration of Britive into Azure AD, you need to add Britive f 1. In the **Add from the gallery** section, type **Britive** in the search box. 1. Select **Britive** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Britive Configure and test Azure AD SSO with Britive 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 Britive. |
active-directory | Broadcom Dx Saas Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/broadcom-dx-saas-tutorial.md | To configure the integration of Broadcom DX SaaS into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Broadcom DX SaaS** in the search box. 1. Select **Broadcom DX SaaS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Broadcom DX SaaS |
active-directory | Browserstack Single Sign On Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/browserstack-single-sign-on-tutorial.md | To configure the integration of BrowserStack Single Sign-on into Azure AD, you n 1. In the **Add from the gallery** section, type **BrowserStack Single Sign-on** in the search box. 1. Select **BrowserStack Single Sign-on** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BrowserStack Single Sign-on Configure and test Azure AD SSO with BrowserStack Single Sign-on 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 BrowserStack Single Sign-on. |
active-directory | Brushup Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/brushup-tutorial.md | To configure the integration of Brushup into Azure AD, you need to add Brushup f 1. In the **Add from the gallery** section, type **Brushup** in the search box. 1. Select **Brushup** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Brushup Configure and test Azure AD SSO with Brushup 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 Brushup. |
active-directory | Bugsnag Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bugsnag-tutorial.md | To configure the integration of Bugsnag into Azure AD, you need to add Bugsnag f 1. In the **Add from the gallery** section, type **Bugsnag** in the search box. 1. Select **Bugsnag** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Bugsnag Configure and test Azure AD SSO with Bugsnag 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 Bugsnag. |
active-directory | Bullseyetdp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bullseyetdp-tutorial.md | To configure the integration of BullseyeTDP into Azure AD, you need to add Bulls 1. In the **Add from the gallery** section, type **BullseyeTDP** in the search box. 1. Select **BullseyeTDP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for BullseyeTDP Configure and test Azure AD SSO with BullseyeTDP 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 BullseyeTDP. |
active-directory | Burp Suite Enterprise Edition Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/burp-suite-enterprise-edition-tutorial.md | To configure the integration of Burp Suite Enterprise Edition into Azure AD, you 1. In the **Add from the gallery** section, type **Burp Suite Enterprise Edition** in the search box. 1. Select **Burp Suite Enterprise Edition** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Burp Suite Enterprise Edition Configure and test Azure AD SSO with Burp Suite Enterprise Edition 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 Burp Suite Enterprise Edition. |
active-directory | Buttonwood Central Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/buttonwood-central-sso-tutorial.md | To configure the integration of Buttonwood Central SSO into Azure AD, you need t 1. In the **Add from the gallery** section, type **Buttonwood Central SSO** in the search box. 1. Select **Buttonwood Central SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Buttonwood Central SSO Configure and test Azure AD SSO with Buttonwood Central SSO 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 Buttonwood Central SSO. |
active-directory | Bynder Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/bynder-tutorial.md | To configure the integration of Bynder into Azure AD, you need to add Bynder fro 1. In the **Add from the gallery** section, type **Bynder** in the search box. 1. Select **Bynder** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO |
active-directory | C3m Cloud Control Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/c3m-cloud-control-tutorial.md | To configure the integration of C3M Cloud Control into Azure AD, you need to add 1. In the **Add from the gallery** section, type **C3M Cloud Control** in the search box. 1. Select **C3M Cloud Control** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for C3M Cloud Control Configure and test Azure AD SSO with C3M Cloud Control 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 C3M Cloud Control. |
active-directory | Cakehr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cakehr-tutorial.md | To configure the integration of CakeHR into Azure AD, you need to add CakeHR fro 1. In the **Add from the gallery** section, type **CakeHR** in the search box. 1. Select **CakeHR** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CakeHR Configure and test Azure AD SSO with CakeHR 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 CakeHR. |
active-directory | Campus Cafe Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/campus-cafe-tutorial.md | To configure the integration of Campus Café into Azure AD, you need to add Camp 1. In the **Add from the gallery** section, type **Campus Café** in the search box. 1. Select **Campus Café** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Campus Café Configure and test Azure AD SSO with Campus Café 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 Campus Café. |
active-directory | Canvas Lms Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/canvas-lms-tutorial.md | To configure the integration of Canvas into Azure AD, you need to add Canvas fro 1. In the **Add from the gallery** section, type **Canvas** in the search box. 1. Select **Canvas** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Canvas Configure and test Azure AD SSO with Canvas 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 Canvas. |
active-directory | Cappm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cappm-tutorial.md | To configure the integration of Clarity into Azure AD, you need to add Clarity f 1. In the **Add from the gallery** section, type **Clarity** in the search box. 1. Select **Clarity** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clarity Configure and test Azure AD SSO with Clarity 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 Clarity. |
active-directory | Capriza Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/capriza-tutorial.md | To configure the integration of Capriza Platform into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Capriza Platform** in the search box. 1. Select **Capriza Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Capriza Platform Configure and test Azure AD SSO with Capriza Platform 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 Capriza Platform. |
active-directory | Carbonite Endpoint Backup Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/carbonite-endpoint-backup-tutorial.md | To configure the integration of Carbonite Endpoint Backup into Azure AD, you nee 1. In the **Add from the gallery** section, type **Carbonite Endpoint Backup** in the search box. 1. Select **Carbonite Endpoint Backup** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Carbonite Endpoint Backup Configure and test Azure AD SSO with Carbonite Endpoint Backup 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 Carbonite Endpoint Backup. |
active-directory | Catchpoint Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/catchpoint-tutorial.md | To configure the integration of Catchpoint into Azure AD, add Catchpoint to your 1. In the **Add from the gallery** section, type **Catchpoint** in the search box. 1. Select **Catchpoint** from the results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Catchpoint For SSO to work, you need to link an Azure AD user with a user in Catchpoint. For this tutorial, we'll configure a test user called **B.Simon**. |
active-directory | Cbre Serviceinsight Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cbre-serviceinsight-tutorial.md | To configure the integration of CBRE ServiceInsight into Azure AD, you need to a 1. In the **Add from the gallery** section, type **CBRE ServiceInsight** in the search box. 1. Select **CBRE ServiceInsight** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CBRE ServiceInsight Configure and test Azure AD SSO with CBRE ServiceInsight 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 CBRE ServiceInsight. |
active-directory | Cch Tagetik Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cch-tagetik-tutorial.md | To configure the integration of CCH Tagetik into Azure AD, you need to add CCH T 1. In the **Add from the gallery** section, type **CCH Tagetik** in the search box. 1. Select **CCH Tagetik** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CCH Tagetik Configure and test Azure AD SSO with CCH Tagetik 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 CCH Tagetik. |
active-directory | Central Desktop Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/central-desktop-tutorial.md | To configure the integration of Central Desktop into Azure AD, you need to add C 1. In the **Add from the gallery** section, type **Central Desktop** in the search box. 1. Select **Central Desktop** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Central Desktop Configure and test Azure AD SSO with Central Desktop 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 Central Desktop. |
active-directory | Cequence Application Security Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cequence-application-security-tutorial.md | To configure the integration of Cequence Application Security Platform into Azur 1. In the **Add from the gallery** section, type **Cequence Application Security Platform** in the search box. 1. Select **Cequence Application Security Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cequence Application Security Platform |
active-directory | Cerby Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cerby-tutorial.md | To configure the integration of Cerby into Azure AD, you need to add Cerby from 1. In the **Add from the gallery** section, type **Cerby** in the search box. 1. Select **Cerby** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cerby |
active-directory | Ceridiandayforcehcm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ceridiandayforcehcm-tutorial.md | To configure the integration of Ceridian Dayforce HCM into Azure AD, you need to 1. In the **Add from the gallery** section, type **Ceridian Dayforce HCM** in the search box. 1. Select **Ceridian Dayforce HCM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ceridian Dayforce HCM Configure and test Azure AD SSO with Ceridian Dayforce HCM 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 Ceridian Dayforce HCM. |
active-directory | Cernercentral Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cernercentral-tutorial.md | To configure the integration of Cerner Central into Azure AD, you need to add Ce 1. In the **Add from the gallery** section, type **Cerner Central** in the search box. 1. Select **Cerner Central** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cerner Central Configure and test Azure AD SSO with Cerner Central 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 Cerner Central. |
active-directory | Certainadminsso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/certainadminsso-tutorial.md | To configure the integration of Certain Admin SSO into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Certain Admin SSO** in the search box. 1. Select **Certain Admin SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Certain Admin SSO Configure and test Azure AD SSO with Certain Admin SSO 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 Certain Admin SSO. |
active-directory | Certent Equity Management Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/certent-equity-management-tutorial.md | To configure the integration of Certent Equity Management into Azure AD, you nee 1. In the **Add from the gallery** section, type **Certent Equity Management** in the search box. 1. Select **Certent Equity Management** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Certent Equity Management Configure and test Azure AD SSO with Certent Equity Management 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 Certent Equity Management. |
active-directory | Certify Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/certify-tutorial.md | To configure the integration of Certify into Azure AD, you need to add Certify f 1. In the **Add from the gallery** section, type **Certify** in the search box. 1. Select **Certify** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Certify Configure and test Azure AD SSO with Certify 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 Certify. |
active-directory | Cezannehrsoftware Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cezannehrsoftware-tutorial.md | To configure the integration of Cezanne HR Software into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Cezanne HR Software** in the search box. 1. Select **Cezanne HR Software** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cezanne HR Software Configure and test Azure AD SSO with Cezanne HR Software 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 Cezanne HR Software. |
active-directory | Change Process Management Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/change-process-management-tutorial.md | To configure the integration of Change Process Management into Azure AD, you nee 1. In the **Add from the gallery** section, enter **Change Process Management** in the search box. 1. Select **Change Process Management** in the results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Change Process Management You'll configure and test Azure AD SSO with Change Process Management by using a test user named B.Simon. For SSO to work, you need to establish a link relationship between an Azure AD user and the corresponding user in Change Process Management. |
active-directory | Chargebee Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/chargebee-tutorial.md | To configure the integration of Chargebee into Azure AD, you need to add Chargeb 1. In the **Add from the gallery** section, type **Chargebee** in the search box. 1. Select **Chargebee** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Chargebee Configure and test Azure AD SSO with Chargebee 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 Chargebee. |
active-directory | Chatwork Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/chatwork-tutorial.md | To configure the integration of Chatwork into Azure AD, you need to add Chatwork 1. In the **Add from the gallery** section, type **Chatwork** in the search box. 1. Select **Chatwork** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Chatwork Configure and test Azure AD SSO with Chatwork 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 Chatwork. |
active-directory | Check Point Harmony Connect Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/check-point-harmony-connect-tutorial.md | To configure the integration of Check Point Harmony Connect into Azure AD, you n 1. In the **Add from the gallery** section, type **Check Point Harmony Connect** in the search box. 1. Select **Check Point Harmony Connect** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Check Point Harmony Connect |
active-directory | Check Point Identity Awareness Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/check-point-identity-awareness-tutorial.md | To configure the integration of Check Point Identity Awareness into Azure AD, yo 1. In the **Add from the gallery** section, type **Check Point Identity Awareness** in the search box. 1. Select **Check Point Identity Awareness** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Check Point Identity Awareness |
active-directory | Check Point Remote Access Vpn Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/check-point-remote-access-vpn-tutorial.md | To configure the integration of Check Point Remote Secure Access VPN into Azure 1. In the **Add from the gallery** section, type **Check Point Remote Secure Access VPN** in the search box. 1. Select **Check Point Remote Secure Access VPN** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Check Point Remote Secure Access VPN Configure and test Azure AD SSO with Check Point Remote Secure Access VPN 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 Check Point Remote Secure Access VPN. |
active-directory | Checkpoint Infinity Portal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/checkpoint-infinity-portal-tutorial.md | To configure the integration of Check Point Infinity Portal into Azure AD, you n 1. In the **Add from the gallery** section, type **Check Point Infinity Portal** in the search box. 1. Select **Check Point Infinity Portal** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Check Point Infinity Portal Configure and test Azure AD SSO with Check Point Infinity Portal 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 Check Point Infinity Portal. |
active-directory | Checkproof Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/checkproof-tutorial.md | To configure the integration of CheckProof into Azure AD, you need to add CheckP 1. In the **Add from the gallery** section, type **CheckProof** in the search box. 1. Select **CheckProof** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CheckProof Configure and test Azure AD SSO with CheckProof 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 CheckProof. |
active-directory | Cheetah For Benelux Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cheetah-for-benelux-tutorial.md | To configure the integration of Cheetah For Benelux into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Cheetah For Benelux** in the search box. 1. Select **Cheetah For Benelux** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cheetah For Benelux Configure and test Azure AD SSO with Cheetah For Benelux 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 Cheetah For Benelux. |
active-directory | Cherwell Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cherwell-tutorial.md | To configure the integration of Cherwell into Azure AD, you need to add Cherwell 1. In the **Add from the gallery** section, type **Cherwell** in the search box. 1. Select **Cherwell** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cherwell Configure and test Azure AD SSO with Cherwell 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 Cherwell. |
active-directory | Chromeriver Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/chromeriver-tutorial.md | To configure the integration of Chromeriver into Azure AD, you need to add Chrom 1. In the **Add from the gallery** section, type **Chromeriver** in the search box. 1. Select **Chromeriver** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Chromeriver Configure and test Azure AD SSO with Chromeriver 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 Chromeriver. |
active-directory | Chronicx Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/chronicx-tutorial.md | To configure the integration of ChronicX® into Azure AD, you need to add Chroni 1. In the **Add from the gallery** section, type **ChronicX®** in the search box. 1. Select **ChronicX®** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ChronicX® Configure and test Azure AD SSO with ChronicX® 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 ChronicX®. |
active-directory | Chronus Saml Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/chronus-saml-tutorial.md | To configure the integration of Chronus SAML into Azure AD, you need to add Chro 1. In the **Add from the gallery** section, type **Chronus SAML** in the search box. 1. Select **Chronus SAML** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Chronus SAML Configure and test Azure AD SSO with Chronus SAML 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 Chronus SAML. |
active-directory | Cimpl Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cimpl-tutorial.md | To configure the integration of Cimpl into Azure AD, you need to add Cimpl from 1. In the **Add from the gallery** section, type **Cimpl** in the search box. 1. Select **Cimpl** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cimpl Configure and test Azure AD SSO with Cimpl 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 Cimpl. |
active-directory | Cirrus Identity Bridge For Azure Ad Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cirrus-identity-bridge-for-azure-ad-tutorial.md | To configure the integration of Cirrus Identity Bridge for Azure AD into Azure A 1. In the **Add from the gallery** section, type **Cirrus Identity Bridge for Azure AD** in the search box. 1. Select **Cirrus Identity Bridge for Azure AD** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cirrus Identity Bridge for Azure AD Configure and test Azure AD SSO with Cirrus Identity Bridge for Azure AD 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 Cirrus Identity Bridge for Azure AD. |
active-directory | Cisco Anyconnect | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cisco-anyconnect.md | To configure the integration of Cisco AnyConnect into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Cisco AnyConnect** in the search box. 1. Select **Cisco AnyConnect** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO for Cisco AnyConnect |
active-directory | Cisco Intersight Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cisco-intersight-tutorial.md | To configure the integration of Cisco Intersight into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Cisco Intersight** in the search box. 1. Select **Cisco Intersight** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cisco Intersight |
active-directory | Cisco Spark Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cisco-spark-tutorial.md | To configure the integration of Cisco Webex into Azure AD, you need to add Cisco 1. In the **Add from the gallery** section, type **Cisco Webex** in the search box. 1. Select **Cisco Webex** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cisco Webex Configure and test Azure AD SSO with Cisco Webex 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 Cisco Webex. |
active-directory | Cisco Umbrella Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cisco-umbrella-tutorial.md | To configure the integration of Cisco Umbrella Admin SSO into Azure AD, you need 1. In the **Add from the gallery** section, type **Cisco Umbrella Admin SSO** in the search box. 1. Select **Cisco Umbrella Admin SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cisco Umbrella Admin SSO Configure and test Azure AD SSO with Cisco Umbrella Admin SSO 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 Cisco Umbrella Admin SSO. |
active-directory | Cisco Webex Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cisco-webex-tutorial.md | To configure the integration of Cisco Webex Meetings into Azure AD, you need to 1. In the **Add from the gallery** section, type **Cisco Webex Meetings** in the search box. 1. Select **Cisco Webex Meetings** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cisco Webex Meetings Configure and test Azure AD SSO with Cisco Webex Meetings 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 Cisco Webex Meetings. |
active-directory | Ciscocloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ciscocloud-tutorial.md | To configure the integration of Cisco Cloud into Azure AD, you need to add Cisco 1. In the **Add from the gallery** section, type **Cisco Cloud** in the search box. 1. Select **Cisco Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cisco Cloud Configure and test Azure AD SSO with Cisco Cloud 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 Cisco Cloud. |
active-directory | Ciscocloudlock Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ciscocloudlock-tutorial.md | To configure the integration of The Cloud Security Fabric into Azure AD, you nee 1. In the **Add from the gallery** section, type **The Cloud Security Fabric** in the search box. 1. Select **The Cloud Security Fabric** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for The Cloud Security Fabric Configure and test Azure AD SSO with The Cloud Security Fabric 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 The Cloud Security Fabric. |
active-directory | Citrix Cloud Saml Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/citrix-cloud-saml-sso-tutorial.md | To configure the integration of Citrix Cloud SAML SSO into Azure AD, you need to 1. In the **Add from the gallery** section, type **Citrix Cloud SAML SSO** in the search box. 1. Select **Citrix Cloud SAML SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Citrix Cloud SAML SSO Configure and test Azure AD SSO with Citrix Cloud SAML SSO 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 Citrix Cloud SAML SSO.This user must also exist in your Active Directory that is synced with Azure AD Connect to your Azure AD subscription. |
active-directory | Citrix Gotomeeting Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/citrix-gotomeeting-tutorial.md | To configure the integration of GoToMeeting into Azure AD, you need to add GoToM 1. In the **Add from the gallery** section, type **GoToMeeting** in the search box. 1. Select **GoToMeeting** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GoToMeeting Configure and test Azure AD SSO with GoToMeeting 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 GoToMeeting. |
active-directory | Citrix Netscaler Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/citrix-netscaler-tutorial.md | To integrate Citrix ADC SAML Connector for Azure AD with Azure AD, first add Cit 1. In the results, select **Citrix ADC SAML Connector for Azure AD**, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Citrix ADC SAML Connector for Azure AD Configure and test Azure AD SSO with Citrix ADC SAML Connector for Azure AD by 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 Citrix ADC SAML Connector for Azure AD. |
active-directory | Civic Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/civic-platform-tutorial.md | To configure the integration of Civic Platform into Azure AD, you need to add Ci 1. In the **Add from the gallery** section, type **Civic Platform** in the search box. 1. Select **Civic Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Civic Platform Configure and test Azure AD SSO with Civic Platform 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 Civic Platform. |
active-directory | Clarivatewos Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clarivatewos-tutorial.md | To configure the integration of ClarivateWOS into Azure AD, you need to add Clar 1. In the **Add from the gallery** section, type **ClarivateWOS** in the search box. 1. Select **ClarivateWOS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ClarivateWOS Configure and test Azure AD SSO with ClarivateWOS 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 ClarivateWOS. |
active-directory | Clarizen Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clarizen-tutorial.md | To configure the integration of Clarizen One into Azure AD, you need to add Clar 1. In the **Add from the gallery** section, type **Clarizen One** in the search box. 1. Select **Clarizen One** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clarizen One Configure and test Azure AD SSO with Clarizen One 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 Clarizen One. |
active-directory | Claromentis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/claromentis-tutorial.md | To configure the integration of Claromentis into Azure AD, you need to add Claro 1. In the **Add from the gallery** section, type **Claromentis** in the search box. 1. Select **Claromentis** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Claromentis Configure and test Azure AD SSO with Claromentis 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 Claromentis. |
active-directory | Clearcompany Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clearcompany-tutorial.md | To configure the integration of ClearCompany into Azure AD, you need to add Clea 1. In the **Add from the gallery** section, type **ClearCompany** in the search box. 1. Select **ClearCompany** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ClearCompany Configure and test Azure AD SSO with ClearCompany 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 ClearCompany. |
active-directory | Clearreview Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clearreview-tutorial.md | To configure the integration of Clear Review into Azure AD, you need to add Clea 1. In the **Add from the gallery** section, type **Clear Review** in the search box. 1. Select **Clear Review** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clear Review Configure and test Azure AD SSO with Clear Review 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 Clear Review. |
active-directory | Clebex Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clebex-tutorial.md | To configure the integration of Clebex into Azure AD, you need to add Clebex fro 1. In the **Add from the gallery** section, type **Clebex** in the search box. 1. Select **Clebex** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clebex |
active-directory | Clever Nelly Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clever-nelly-tutorial.md | To configure the integration of Clever Nelly into Azure AD, you need to add Clev 1. In the **Add from the gallery** section, type **Clever Nelly** in the search box. 1. Select **Clever Nelly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clever Nelly Configure and test Azure AD SSO with Clever Nelly 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 Clever Nelly. |
active-directory | Clever Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clever-tutorial.md | To configure the integration of Clever into Azure AD, you need to add Clever fro 1. In the **Add from the gallery** section, type **Clever** in the search box. 1. Select **Clever** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clever Configure and test Azure AD SSO with Clever 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 Clever. |
active-directory | Clicktime Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clicktime-tutorial.md | To configure the integration of ClickTime into Azure AD, you need to add ClickTi 1. In the **Add from the gallery** section, type **ClickTime** in the search box. 1. Select **ClickTime** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ClickTime Configure and test Azure AD SSO with ClickTime 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 ClickTime. |
active-directory | Clickup Productivity Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clickup-productivity-platform-tutorial.md | To configure the integration of ClickUp Productivity Platform into Azure AD, you 1. In the **Add from the gallery** section, type **ClickUp Productivity Platform** in the search box. 1. Select **ClickUp Productivity Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ClickUp Productivity Platform Configure and test Azure AD SSO with ClickUp Productivity Platform 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 ClickUp Productivity Platform. |
active-directory | Clockwork Recruiting Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/clockwork-recruiting-tutorial.md | To configure the integration of Clockwork Recruiting into Azure AD, you need to 1. In the **Add from the gallery** section, type **Clockwork Recruiting** in the search box. 1. Select **Clockwork Recruiting** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Clockwork Recruiting Configure and test Azure AD SSO with Clockwork Recruiting 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 Clockwork Recruiting. |
active-directory | Cloud Academy Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloud-academy-sso-tutorial.md | To configure the integration of Cloud Academy into Azure AD, you need to add Clo 1. In the **Add from the gallery** section, enter **Cloud Academy** in the search box. 1. Select **Cloud Academy** in the results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cloud Academy You'll configure and test Azure AD SSO with Cloud Academy by using a test user named **B.Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the corresponding user in Cloud Academy. |
active-directory | Cloud Service Picco Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloud-service-picco-tutorial.md | To configure the integration of Cloud Service PICCO into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Cloud Service PICCO** in the search box. 1. Select **Cloud Service PICCO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cloud Service PICCO Configure and test Azure AD SSO with Cloud Service PICCO 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 Cloud Service PICCO. |
active-directory | Cloudcords Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudcords-tutorial.md | To configure the integration of CloudCords into Azure AD, you need to add CloudC 1. In the **Add from the gallery** section, type **CloudCords** in the search box. 1. Select **CloudCords** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CloudCords |
active-directory | Cloudknox Permissions Management Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudknox-permissions-management-platform-tutorial.md | To configure the integration of CloudKnox Permissions Management Platform into A 1. In the **Add from the gallery** section, type **CloudKnox Permissions Management Platform** in the search box. 1. Select **CloudKnox Permissions Management Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CloudKnox Permissions Management Platform |
active-directory | Cloudmore Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudmore-tutorial.md | To configure the integration of Cloudmore into Azure AD, you need to add Cloudmo 1. In the **Add from the gallery** section, type **Cloudmore** in the search box. 1. Select **Cloudmore** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cloudmore Configure and test Azure AD SSO with Cloudmore 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 Cloudmore. |
active-directory | Cloudpassage Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudpassage-tutorial.md | To configure the integration of CloudPassage into Azure AD, you need to add Clou 1. In the **Add from the gallery** section, type **CloudPassage** in the search box. 1. Select **CloudPassage** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for CloudPassage |
active-directory | Cloudsign Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudsign-tutorial.md | To configure the integration of CloudSign into Azure AD, you need to add CloudSi 1. In the **Add from the gallery** section, type **CloudSign** in the search box. 1. Select **CloudSign** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CloudSign Configure and test Azure AD SSO with CloudSign 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 CloudSign. |
active-directory | Cloudtamer Io Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cloudtamer-io-tutorial.md | To configure the integration of Kion into Azure AD, you need to add Kion from th 1. In the **Add from the gallery** section, type **Kion** in the search box. 1. Select **Kion** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Kion (formerly cloudtamer.io) Configure and test Azure AD SSO with Kion 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 Kion. |
active-directory | Cobalt Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cobalt-tutorial.md | To configure the integration of Cobalt into Azure AD, you need to add Cobalt fro 1. In the **Add from the gallery** section, type **Cobalt** in the search box. 1. Select **Cobalt** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cobalt Configure and test Azure AD SSO with Cobalt 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 Cobalt. |
active-directory | Coda Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coda-tutorial.md | To configure the integration of Coda into Azure AD, you need to add Coda from th 1. In the **Add from the gallery** section, type **Coda** in the search box. 1. Select **Coda** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Coda Configure and test Azure AD SSO with Coda 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 Coda. |
active-directory | Code42 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/code42-tutorial.md | To configure the integration of Code42 into Azure AD, you need to add Code42 fro 1. In the **Add from the gallery** section, type **Code42** in the search box. 1. Select **Code42** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Code42 Configure and test Azure AD SSO with Code42 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 Code42. |
active-directory | Codility Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/codility-tutorial.md | To configure the integration of Codility into Azure AD, you need to add Codility 1. In the **Add from the gallery** section, type **Codility** in the search box. 1. Select **Codility** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Codility |
active-directory | Coggle Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coggle-tutorial.md | To configure the integration of Coggle into Azure AD, you need to add Coggle fro 1. In the **Add from the gallery** section, type **Coggle** in the search box. 1. Select **Coggle** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Coggle Configure and test Azure AD SSO with Coggle 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 Coggle. |
active-directory | Cognician Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cognician-tutorial.md | To configure the integration of Cognician into Azure AD, you need to add Cognici 1. In the **Add from the gallery** section, type **Cognician** in the search box. 1. Select **Cognician** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cognician |
active-directory | Cognidox Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cognidox-tutorial.md | To configure the integration of Cognidox into Azure AD, you need to add Cognidox 1. In the **Add from the gallery** section, type **Cognidox** in the search box. 1. Select **Cognidox** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cognidox Configure and test Azure AD SSO with Cognidox 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 Cognidox. |
active-directory | Collaborativeinnovation Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/collaborativeinnovation-tutorial.md | To configure the integration of Collaborative Innovation into Azure AD, you need 1. In the **Add from the gallery** section, type **Collaborative Innovation** in the search box. 1. Select **Collaborative Innovation** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Collaborative Innovation |
active-directory | Colortokens Ztna Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/colortokens-ztna-tutorial.md | To configure the integration of ColorTokens ZTNA into Azure AD, you need to add 1. In the **Add from the gallery** section, type **ColorTokens ZTNA** in the search box. 1. Select **ColorTokens ZTNA** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ColorTokens ZTNA Configure and test Azure AD SSO with ColorTokens ZTNA 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 ColorTokens ZTNA. |
active-directory | Comeetrecruitingsoftware Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/comeetrecruitingsoftware-tutorial.md | To configure the integration of Comeet Recruiting Software into Azure AD, you ne 1. In the **Add from the gallery** section, type **Comeet Recruiting Software** in the search box. 1. Select **Comeet Recruiting Software** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Comeet Recruiting Software |
active-directory | Comm100livechat Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/comm100livechat-tutorial.md | To configure the integration of Comm100 Live Chat into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Comm100 Live Chat** in the search box. 1. Select **Comm100 Live Chat** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Comm100 Live Chat Configure and test Azure AD SSO with Comm100 Live Chat 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 Comm100 Live Chat. |
active-directory | Communifire Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/communifire-tutorial.md | To configure the integration of Communifire into Azure AD, you need to add Commu 1. In the **Add from the gallery** section, type **Communifire** in the search box. 1. Select **Communifire** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Communifire Configure and test Azure AD SSO with Communifire 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 Communifire. |
active-directory | Community Spark Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/community-spark-tutorial.md | To configure the integration of Community Spark into Azure AD, you need to add C 1. In the **Add from the gallery** section, type **Community Spark** in the search box. 1. Select **Community Spark** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Community Spark Configure and test Azure AD SSO with Community Spark 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 Community Spark. |
active-directory | Competencyiq Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/competencyiq-tutorial.md | To configure the integration of CompetencyIQ into Azure AD, you need to add Comp 1. In the **Add from the gallery** section, type **CompetencyIQ** in the search box. 1. Select **CompetencyIQ** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CompetencyIQ Configure and test Azure AD SSO with CompetencyIQ 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 CompetencyIQ. |
active-directory | Concur Travel And Expense Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/concur-travel-and-expense-tutorial.md | To configure the integration of SAP Concur Travel and Expense into Azure AD, you 1. In the **Add from the gallery** section, type **SAP Concur Travel and Expense** in the search box. 1. Select **SAP Concur Travel and Expense** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for SAP Concur Travel and Expense Configure and test Azure AD SSO with SAP Concur Travel and Expense 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 SAP Concur Travel and Expense. |
active-directory | Concur Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/concur-tutorial.md | To configure the integration of Concur into Azure AD, you need to add Concur fro 1. In the **Add from the gallery** section, type **Concur** in the search box. 1. Select **Concur** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Concur Configure and test Azure AD SSO with Concur 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 Concur. |
active-directory | Condeco Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/condeco-tutorial.md | To configure the integration of Condeco into Azure AD, you need to add Condeco f 1. In the **Add from the gallery** section, type **Condeco** in the search box. 1. Select **Condeco** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Condeco Configure and test Azure AD SSO with Condeco 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 Condeco. |
active-directory | Confirmit Horizons Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/confirmit-horizons-tutorial.md | To configure the integration of Confirmit Horizons into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **Confirmit Horizons** in the search box. 1. Select **Confirmit Horizons** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Confirmit Horizons Configure and test Azure AD SSO with Confirmit Horizons 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 Confirmit Horizons. |
active-directory | Confluencemicrosoft Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/confluencemicrosoft-tutorial.md | To configure the integration of Confluence SAML SSO by Microsoft into Azure AD, 1. In the **Add from the gallery** section, type **Confluence SAML SSO by Microsoft** in the search box. 1. Select **Confluence SAML SSO by Microsoft** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Confluence SAML SSO by Microsoft Configure and test Azure AD SSO with Confluence SAML SSO by Microsoft 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 Confluence SAML SSO by Microsoft. |
active-directory | Consent2go Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/consent2go-tutorial.md | To configure the integration of Consent2Go into Azure AD, you need to add Consen 1. In the **Add from the gallery** section, type **Consent2Go** in the search box. 1. Select **Consent2Go** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Consent2Go Configure and test Azure AD SSO with Consent2Go 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 Consent2Go. |
active-directory | Contentful Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/contentful-tutorial.md | To configure the integration of Contentful into Azure AD, you need to add Conten 1. In the **Add from the gallery** section, type **Contentful** in the search box. 1. Select **Contentful** in the results, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Contentful Configure and test Azure AD SSO with Contentful 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 Contentful. |
active-directory | Contentsquare Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/contentsquare-sso-tutorial.md | To configure the integration of Contentsquare SSO into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Contentsquare SSO** in the search box. 1. Select **Contentsquare SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Contentsquare SSO |
active-directory | Contractsafe Saml2 Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/contractsafe-saml2-sso-tutorial.md | To configure the integration of ContractSafe Saml2 SSO into Azure AD, you need t 1. In the **Add from the gallery** section, type **ContractSafe Saml2 SSO** in the search box. 1. Select **ContractSafe Saml2 SSO** from the results panel, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ContractSafe Saml2 SSO Configure and test Azure AD SSO with ContractSafe Saml2 SSO by 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 ContractSafe Saml2 SSO. |
active-directory | Contractworks Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/contractworks-tutorial.md | To configure the integration of ContractWorks into Azure AD, you need to add Con 1. In the **Add from the gallery** section, type **ContractWorks** in the search box. 1. Select **ContractWorks** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ContractWorks Configure and test Azure AD SSO with ContractWorks 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 ContractWorks. |
active-directory | Contrast Security Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/contrast-security-tutorial.md | To configure the integration of Contrast Security into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Contrast Security** in the search box. 1. Select **Contrast Security** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Contrast Security Configure and test Azure AD SSO with Contrast Security 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 Contrast Security. |
active-directory | Control Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/control-tutorial.md | To configure the integration of Control into Azure AD, you need to add Control f 1. In the **Add from the gallery** section, type **Control** in the search box. 1. Select **Control** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Control Configure and test Azure AD SSO with Control 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 Control. |
active-directory | Convene Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/convene-tutorial.md | To configure the integration of Convene into Azure AD, you need to add Convene f 1. In the **Add from the gallery** section, type **Convene** in the search box. 1. Select **Convene** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Convene |
active-directory | Convercent Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/convercent-tutorial.md | To configure the integration of Convercent into Azure AD, you need to add Conver 1. In the **Add from the gallery** section, type **Convercent** in the search box. 1. Select **Convercent** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Convercent Configure and test Azure AD SSO with Convercent 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 Convercent. |
active-directory | Coralogix Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coralogix-tutorial.md | To configure the integration of Coralogix into Azure AD, you need to add Coralog 1. In the **Add from the gallery** section, type **Coralogix** in the search box. 1. Select **Coralogix** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Coralogix Configure and test Azure AD SSO with Coralogix 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 Coralogix. |
active-directory | Cornerstone Ondemand Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cornerstone-ondemand-tutorial.md | To configure the Azure AD SSO integration with Cornerstone, you need to... 1. In the **Add from the gallery** section, type **Cornerstone Single Sign-On** in the search box. 1. Select **Cornerstone Single Sign-On** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cornerstone Configure and test Azure AD SSO with Cornerstone 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 Cornerstone. |
active-directory | Corporateexperience Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/corporateexperience-tutorial.md | To configure the integration of CorporateExperience into Azure AD, you need to a 1. In the **Add from the gallery** section, type **CorporateExperience** in the search box. 1. Select **CorporateExperience** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CorporateExperience Configure and test Azure AD SSO with CorporateExperience 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 CorporateExperience. |
active-directory | Costpoint Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/costpoint-tutorial.md | To configure the integration of Costpoint into Azure AD, you need to add Costpoi 1. In the **Add from the gallery** section, type **Costpoint** in the search box. 1. Select **Costpoint** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Costpoint Configure and test Azure AD SSO with Costpoint 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 Costpoint. |
active-directory | Count Me In Operations Dashboard Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/count-me-in-operations-dashboard-tutorial.md | To configure the integration of Count Me In - Operations Dashboard into Azure AD 1. In the **Add from the gallery** section, type **Count Me In - Operations Dashboard** in the search box. 1. Select **Count Me In - Operations Dashboard** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Count Me In - Operations Dashboard Configure and test Azure AD SSO with Count Me In - Operations Dashboard 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 Count Me In - Operations Dashboard. |
active-directory | Coupa Risk Assess Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coupa-risk-assess-tutorial.md | To configure the integration of Coupa Risk Assess into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Coupa Risk Assess** in the search box. 1. Select **Coupa Risk Assess** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Coupa Risk Assess |
active-directory | Coupa Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coupa-tutorial.md | To configure the integration of Coupa into Azure AD, you need to add Coupa from 1. In the **Add from the gallery** section, type **Coupa** in the search box. 1. Select **Coupa** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Coupa Configure and test Azure AD SSO with Coupa 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 Coupa. |
active-directory | Coverity Static Application Security Testing Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/coverity-static-application-security-testing-tutorial.md | To configure the integration of Coverity Static Application Security Testing int 1. In the **Add from the gallery** section, type **Coverity Static Application Security Testing** in the search box. 1. Select **Coverity Static Application Security Testing** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Coverity Static Application Security Testing Configure and test Azure AD SSO with Coverity Static Application Security Testing 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 Coverity Static Application Security Testing. |
active-directory | Cpqsync By Cincom Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cpqsync-by-cincom-tutorial.md | To configure the integration of Cincom CPQ into Azure AD, you need to add Cincom 1. In the **Add from the gallery** section, type **Cincom CPQ** in the search box. 1. Select **Cincom CPQ** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cincom CPQ Configure and test Azure AD SSO with Cincom CPQ 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 Cincom CPQ. |
active-directory | Createweb Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/createweb-tutorial.md | To configure the integration of Create!Webフロー into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Create!Webフロー** in the search box. 1. Select **Create!Webフロー** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Create!Webフロー Configure and test Azure AD SSO with Create!Webフロー 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 Create!Webフロー. |
active-directory | Crises Control Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/crises-control-tutorial.md | To configure the integration of Crises Control into Azure AD, you need to add Cr 1. In the **Add from the gallery** section, type **Crises Control** in the search box. 1. Select **Crises Control** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Crises Control |
active-directory | Crossknowledge Learning Suite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/crossknowledge-learning-suite-tutorial.md | To configure the integration of CrossKnowledge Learning Suite into Azure AD, you 1. In the **Add from the gallery** section, type **CrossKnowledge Learning Suite** in the search box. 1. Select **CrossKnowledge Learning Suite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for CrossKnowledge Learning Suite Configure and test Azure AD SSO with CrossKnowledge Learning Suite 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 CrossKnowledge Learning Suite. |
active-directory | Crowd Log Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/crowd-log-tutorial.md | To configure the integration of Crowd Log into Azure AD, you need to add Crowd L 1. In the **Add from the gallery** section, type **Crowd Log** in the search box. 1. Select **Crowd Log** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Crowd Log Configure and test Azure AD SSO with Crowd Log 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 Crowd Log. |
active-directory | Crowdstrike Falcon Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/crowdstrike-falcon-platform-tutorial.md | To configure the integration of CrowdStrike Falcon Platform into Azure AD, you n 1. In the **Add from the gallery** section, type **CrowdStrike Falcon Platform** in the search box. 1. Select **CrowdStrike Falcon Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CrowdStrike Falcon Platform Configure and test Azure AD SSO with CrowdStrike Falcon Platform 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 CrowdStrike Falcon Platform. |
active-directory | Culture Shift Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/culture-shift-tutorial.md | To configure the integration of Culture Shift into Azure AD, you need to add Cul 1. In the **Add from the gallery** section, type **Culture Shift** in the search box. 1. Select **Culture Shift** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Culture Shift Configure and test Azure AD SSO with Culture Shift 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 Culture Shift. |
active-directory | Curator Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/curator-tutorial.md | To configure the integration of Curator into Azure AD, you need to add Curator f 1. In the **Add from the gallery** section, type **Curator** in the search box. 1. Select **Curator** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Curator Configure and test Azure AD SSO with Curator 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 Curator. |
active-directory | Curricula Saml Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/curricula-saml-tutorial.md | To configure the integration of Curricula SAML into Azure AD, you need to add Cu 1. In the **Add from the gallery** section, type **Curricula SAML** in the search box. 1. Select **Curricula SAML** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Curricula SAML Configure and test Azure AD SSO with Curricula SAML 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 Curricula SAML. |
active-directory | Cwt Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cwt-tutorial.md | To configure the integration of CWT into Azure AD, you need to add CWT from the 1. In the **Add from the gallery** section, type **CWT** in the search box. 1. Select **CWT** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CWT Configure and test Azure AD SSO with CWT 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 CWT. |
active-directory | Cyara Cx Assurance Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cyara-cx-assurance-platform-tutorial.md | To configure the integration of Cyara CX Assurance Platform into Azure AD, you n 1. In the **Add from the gallery** section, type **Cyara CX Assurance Platform** in the search box. 1. Select **Cyara CX Assurance Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Cyara CX Assurance Platform Configure and test Azure AD SSO with Cyara CX Assurance Platform 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 Cyara CX Assurance Platform. |
active-directory | Cyberark Saml Authentication Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cyberark-saml-authentication-tutorial.md | To configure the integration of CyberArk SAML Authentication into Azure AD, you 1. In the **Add from the gallery** section, type **CyberArk SAML Authentication** in the search box. 1. Select **CyberArk SAML Authentication** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CyberArk SAML Authentication Configure and test Azure AD SSO with CyberArk SAML Authentication 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 CyberArk SAML Authentication. |
active-directory | Cybersolutions Cybermail Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cybersolutions-cybermail-tutorial.md | To configure the integration of CyberSolutions CYBERMAILΣ into Azure AD, you ne 1. In the **Add from the gallery** section, type **CyberSolutions CYBERMAILΣ** in the search box. 1. Select **CyberSolutions CYBERMAILΣ** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CyberSolutions CYBERMAILΣ Configure and test Azure AD SSO with CyberSolutions CYBERMAILΣ 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 CyberSolutions CYBERMAILΣ. |
active-directory | Cybersolutions Mailbase Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cybersolutions-mailbase-tutorial.md | To configure the integration of CyberSolutions MAILBASEΣ\CMSS into Azure AD, yo 1. In the **Add from the gallery** section, type **CyberSolutions MAILBASEΣ\CMSS** in the search box. 1. Select **CyberSolutions MAILBASEΣ\CMSS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CyberSolutions MAILBASEΣ\CMSS |
active-directory | Cylanceprotect Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/cylanceprotect-tutorial.md | To configure the integration of CylancePROTECT into Azure AD, you need to add Cy 1. In the **Add from the gallery** section, type **CylancePROTECT** in the search box. 1. Select **CylancePROTECT** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for CylancePROTECT Configure and test Azure AD SSO with CylancePROTECT 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 CylancePROTECT. |
active-directory | Dagster Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dagster-cloud-tutorial.md | To configure the integration of Dagster Cloud into Azure AD, you need to add Dag 1. In the **Add from the gallery** section, type **Dagster Cloud** in the search box. 1. Select **Dagster Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dagster Cloud Configure and test Azure AD SSO with Dagster Cloud 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 Dagster Cloud. |
active-directory | Darwinbox Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/darwinbox-tutorial.md | To configure the integration of Darwinbox into Azure AD, you need to add Darwinb 1. In the **Add from the gallery** section, type **Darwinbox** in the search box. 1. Select **Darwinbox** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Darwinbox Configure and test Azure AD SSO with Darwinbox 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 Darwinbox. |
active-directory | Databasics Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/databasics-tutorial.md | To configure the integration of DATABASICS into Azure AD, you need to add DATABA 1. In the **Add from the gallery** section, type **DATABASICS** in the search box. 1. Select **DATABASICS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for DATABASICS Configure and test Azure AD SSO with DATABASICS 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 DATABASICS. |
active-directory | Datacamp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datacamp-tutorial.md | To configure the integration of DataCamp into Azure AD, you need to add DataCamp 1. In the **Add from the gallery** section, type **DataCamp** in the search box. 1. Select **DataCamp** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for DataCamp Configure and test Azure AD SSO with DataCamp 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 DataCamp. |
active-directory | Datadog Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datadog-tutorial.md | To configure the integration of Datadog into Azure AD, you need to add Datadog f 1. In the **Add from the gallery** section, type **Datadog** in the search box. 1. Select **Datadog** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datadog Configure and test Azure AD SSO with Datadog 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 Datadog. |
active-directory | Datahug Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datahug-tutorial.md | To configure the integration of Datahug into Azure AD, you need to add Datahug f 1. In the **Add from the gallery** section, type **Datahug** in the search box. 1. Select **Datahug** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datahug Configure and test Azure AD SSO with Datahug 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 Datahug. |
active-directory | Datasite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datasite-tutorial.md | To configure the integration of Datasite into Azure AD, you need to add Datasite 1. In the **Add from the gallery** section, type **Datasite** in the search box. 1. Select **Datasite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datasite Configure and test Azure AD SSO with Datasite 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 Datasite. |
active-directory | Datava Enterprise Service Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datava-enterprise-service-platform-tutorial.md | To configure the integration of Datava Enterprise Service Platform into Azure AD 1. In the **Add from the gallery** section, type **Datava Enterprise Service Platform** in the search box. 1. Select **Datava Enterprise Service Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datava Enterprise Service Platform Configure and test Azure AD SSO with Datava Enterprise Service Platform 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 Datava Enterprise Service Platform. |
active-directory | Datto File Protection Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datto-file-protection-tutorial.md | To configure the integration of Datto File Protection Single Sign On into Azure 1. In the **Add from the gallery** section, type **Datto File Protection Single Sign On** in the search box. 1. Select **Datto File Protection Single Sign On** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datto File Protection Single Sign On Configure and test Azure AD SSO with Datto File Protection Single Sign On 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 Datto File Protection Single Sign On. |
active-directory | Datto Workplace Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/datto-workplace-tutorial.md | To configure the integration of Datto Workplace Single Sign On into Azure AD, yo 1. In the **Add from the gallery** section, type **Datto Workplace Single Sign On** in the search box. 1. Select **Datto Workplace Single Sign On** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Datto Workplace Single Sign On Configure and test Azure AD SSO with Datto Workplace Single Sign On 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 Datto Workplace Single Sign On. |
active-directory | Dealpath Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dealpath-tutorial.md | To configure the integration of Dealpath into Azure AD, you need to add Dealpath 1. In the **Add from the gallery** section, type **Dealpath** in the search box. 1. Select **Dealpath** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dealpath Configure and test Azure AD SSO with Dealpath 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 Dealpath. |
active-directory | Debroome Brand Portal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/debroome-brand-portal-tutorial.md | To configure the integration of deBroome Brand Portal into Azure AD, you need to 1. In the **Add from the gallery** section, type **deBroome Brand Portal** in the search box. 1. Select **deBroome Brand Portal** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for deBroome Brand Portal Configure and test Azure AD SSO with deBroome Brand Portal 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 deBroome Brand Portal. |
active-directory | Degreed Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/degreed-tutorial.md | To configure the integration of Degreed into Azure AD, you need to add Degreed f 1. In the **Add from the gallery** section, type **Degreed** in the search box. 1. Select **Degreed** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO Configure and test Azure AD SSO with Degreed 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 Degreed. |
active-directory | Deputy Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/deputy-tutorial.md | To configure the integration of Deputy into Azure AD, you need to add Deputy fro 1. In the **Add from the gallery** section, type **Deputy** in the search box. 1. Select **Deputy** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Deputy Configure and test Azure AD SSO with Deputy 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 Deputy. |
active-directory | Desknets Neo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/desknets-neo-tutorial.md | To configure the integration of desknet's NEO into Azure AD, you need to add des 1. In the **Add from the gallery** section, type **desknet's NEO** in the search box. 1. Select **desknet's NEO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for desknet's NEO |
active-directory | Deskradar Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/deskradar-tutorial.md | To configure the integration of Deskradar into Azure AD, you need to add Deskrad 1. In the **Add from the gallery** section, type **Deskradar** in the search box. 1. Select **Deskradar** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Deskradar Configure and test Azure AD SSO with Deskradar 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 Deskradar. |
active-directory | Digicert Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/digicert-tutorial.md | To configure the integration of DigiCert into Azure AD, you need to add DigiCert 1. In the **Add from the gallery** section, type **DigiCert** in the search box. 1. Select **DigiCert** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for DigiCert Configure and test Azure AD SSO with DigiCert 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 DigiCert. |
active-directory | Dining Sidekick Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dining-sidekick-tutorial.md | To configure the integration of Dining Sidekick into Azure AD, you need to add D 1. In the **Add from the gallery** section, type **Dining Sidekick** in the search box. 1. Select **Dining Sidekick** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dining Sidekick Configure and test Azure AD SSO with Dining Sidekick 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 Dining Sidekick. |
active-directory | Direct Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/direct-tutorial.md | To configure the integration of direct into Azure AD, you need to add direct fro 1. In the **Add from the gallery** section, type **direct** in the search box. 1. Select **direct** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for direct Configure and test Azure AD SSO with direct 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 direct. |
active-directory | Directprint Io Cloud Print Administration Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/directprint-io-cloud-print-administration-tutorial.md | To configure the integration of directprint.io Cloud Print Administration into A 1. In the **Add from the gallery** section, type **directprint.io Cloud Print Administration** in the search box. 1. Select **directprint.io Cloud Print Administration** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for directprint.io Cloud Print Administration Configure and test Azure AD SSO with directprint.io Cloud Print Administration 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 directprint.io Cloud Print Administration. |
active-directory | Discovery Benefits Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/discovery-benefits-sso-tutorial.md | To configure the integration of Discovery Benefits SSO into Azure AD, you need t 1. In the **Add from the gallery** section, type **Discovery Benefits SSO** in the search box. 1. Select **Discovery Benefits SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Discovery Benefits SSO Configure and test Azure AD SSO with Discovery Benefits SSO 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 Discovery Benefits SSO. |
active-directory | Displayr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/displayr-tutorial.md | To configure the integration of Displayr into Azure AD, you need to add Displayr 1. In the **Add from the gallery** section, type **Displayr** in the search box. 1. Select **Displayr** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure Azure AD SSO for Displayr To configure Azure AD SSO with Displayr, perform the following steps: |
active-directory | Dmarcian Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dmarcian-tutorial.md | To configure the integration of dmarcian into Azure AD, you need to add dmarcian 1. In the **Add from the gallery** section, type **dmarcian** in the search box. 1. Select **dmarcian** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for dmarcian Configure and test Azure AD SSO with dmarcian 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 dmarcian. |
active-directory | Documo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/documo-tutorial.md | To configure the integration of Documo into Azure AD, you need to add Documo fro 1. In the **Add from the gallery** section, type **Documo** in the search box. 1. Select **Documo** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Documo |
active-directory | Docusign Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/docusign-tutorial.md | To configure the integration of DocuSign into Azure AD, you must add DocuSign fr 1. In the **Add from the gallery** section, type **DocuSign** in the search box. 1. Select **DocuSign** from the results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO for DocuSign |
active-directory | Dome9arc Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dome9arc-tutorial.md | To configure the integration of Check Point CloudGuard Posture Management into A 1. In the **Add from the gallery** section, type **Check Point CloudGuard Posture Management** in the search box. 1. Select **Check Point CloudGuard Posture Management** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Check Point CloudGuard Posture Management Configure and test Azure AD SSO with Check Point CloudGuard Posture Management 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 Check Point CloudGuard Posture Management. |
active-directory | Dominknowone Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dominknowone-tutorial.md | To configure the integration of dominKnow|ONE into Azure AD, you need to add dom 1. In the **Add from the gallery** section, type **dominKnow|ONE** in the search box. 1. Select **dominKnow|ONE** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for dominKnow|ONE Configure and test Azure AD SSO with dominKnow|ONE 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 dominKnow|ONE. |
active-directory | Domo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/domo-tutorial.md | To configure the integration of Domo into Azure AD, you need to add Domo from th 1. In the **Add from the gallery** section, type **Domo** in the search box. 1. Select **Domo** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Domo Configure and test Azure AD SSO with Domo 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 Domo. |
active-directory | Dossier Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dossier-tutorial.md | To configure the integration of Dossier into Azure AD, you need to add Dossier f 1. In the **Add from the gallery** section, type **Dossier** in the search box. 1. Select **Dossier** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dossier Configure and test Azure AD SSO with Dossier 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 Dossier. |
active-directory | Dotcom Monitor Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dotcom-monitor-tutorial.md | To configure the integration of Dotcom-Monitor into Azure AD, you need to add Do 1. In the **Add from the gallery** section, type **Dotcom-Monitor** in the search box. 1. Select **Dotcom-Monitor** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dotcom-Monitor Configure and test Azure AD SSO with Dotcom-Monitor 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 Dotcom-Monitor. |
active-directory | Dovetale Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dovetale-tutorial.md | To configure the integration of Dovetale into Azure AD, you need to add Dovetale 1. In the **Add from the gallery** section, type **Dovetale** in the search box. 1. Select **Dovetale** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Dovetale |
active-directory | Draup Inc Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/draup-inc-tutorial.md | To configure the integration of Draup, Inc into Azure AD, you need to add Draup, 1. In the **Add from the gallery** section, type **Draup, Inc** in the search box. 1. Select **Draup, Inc** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Draup, Inc Configure and test Azure AD SSO with Draup, Inc 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 Draup, Inc. |
active-directory | Drift Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/drift-tutorial.md | To configure the integration of Drift into Azure AD, you need to add Drift from 1. In the **Add from the gallery** section, type **Drift** in the search box. 1. Select **Drift** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Drift Configure and test Azure AD SSO with Drift 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 Drift. |
active-directory | Dropboxforbusiness Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dropboxforbusiness-tutorial.md | To configure the integration of Dropbox Business into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Dropbox Business** in the search box. 1. Select **Dropbox Business** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dropbox Business Configure and test Azure AD SSO with Dropbox Business using a test user called **Britta Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in Dropbox Business. |
active-directory | Drtrack Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/drtrack-tutorial.md | To configure the integration of DRTrack into Azure AD, you need to add DRTrack f 1. In the **Add from the gallery** section, type **DRTrack** in the search box. 1. Select **DRTrack** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for DRTrack Configure and test Azure AD SSO with DRTrack 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 DRTrack. |
active-directory | Druva Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/druva-tutorial.md | To configure the integration of Druva into Azure AD, you need to add Druva from 1. In the **Add from the gallery** section, type **Druva** in the search box. 1. Select **Druva** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Druva Configure and test Azure AD SSO with Druva 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 Druva. |
active-directory | Dynamicsignal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dynamicsignal-tutorial.md | To configure the integration of Druva into Azure AD, you need to add Druva from 1. In the **Add from the gallery** section, type **Druva** in the search box. 1. Select **Druva** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Druva Configure and test Azure AD SSO with Druva 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 Druva. |
active-directory | Dynatrace Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/dynatrace-tutorial.md | To configure the integration of Dynatrace into Azure AD, you need to add Dynatra 1. In the **Add from the gallery** section, type **Dynatrace** in the search box. 1. Select **Dynatrace** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Dynatrace Configure and test Azure AD SSO with Dynatrace 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 Dynatrace. |
active-directory | E Days Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/e-days-tutorial.md | To configure the integration of E-days into Azure AD, you need to add E-days fro 1. In the **Add from the gallery** section, type **E-days** in the search box. 1. Select **E-days** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for E-days |
active-directory | E2open Lsp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/e2open-lsp-tutorial.md | To configure the integration of E2open LSP into Azure AD, you need to add E2open 1. In the **Add from the gallery** section, type **E2open LSP** in the search box. 1. Select **E2open LSP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for E2open LSP Configure and test Azure AD SSO with E2open LSP 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 E2open LSP. |
active-directory | Eab Navigate Impl Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eab-navigate-impl-tutorial.md | To configure the integration of EAB Implementation into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **EAB Implementation** in the search box. 1. Select **EAB Implementation** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EAB Implementation Configure and test Azure AD SSO with EAB Implementation 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 EAB Implementation. |
active-directory | Eab Navigate Strategic Care Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eab-navigate-strategic-care-tutorial.md | To configure the integration of EAB Navigate Strategic Care into Azure AD, you n 1. In the **Add from the gallery** section, type **EAB Navigate Strategic Care** in the search box. 1. Select **EAB Navigate Strategic Care** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EAB Navigate Strategic Care Configure and test Azure AD SSO with EAB Navigate Strategic Care 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 EAB Navigate Strategic Care. |
active-directory | Eab Navigate Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eab-navigate-tutorial.md | To configure the integration of EAB into Azure AD, you need to add EAB from the 1. In the **Add from the gallery** section, type **EAB** in the search box. 1. Select **EAB** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EAB Configure and test Azure AD SSO with EAB 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 EAB. |
active-directory | Eacomposer Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eacomposer-tutorial.md | To configure the integration of EAComposer into Azure AD, you need to add EAComp 1. In the **Add from the gallery** section, type **EAComposer** in the search box. 1. Select **EAComposer** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EAComposer Configure and test Azure AD SSO with EAComposer 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 EAComposer. |
active-directory | Easysso For Bamboo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/easysso-for-bamboo-tutorial.md | To configure the integration of EasySSO for Bamboo into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **EasySSO for Bamboo** in the search box. 1. Select **EasySSO for Bamboo** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EasySSO for Bamboo Configure and test Azure AD SSO with EasySSO for Bamboo 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 EasySSO for Bamboo. |
active-directory | Easysso For Bitbucket Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/easysso-for-bitbucket-tutorial.md | To configure the integration of EasySSO for BitBucket into Azure AD, you need to 1. In the **Add from the gallery** section, type **EasySSO for BitBucket** in the search box. 1. Select **EasySSO for BitBucket** from the results, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EasySSO for BitBucket Configure and test Azure AD SSO with EasySSO for BitBucket by using a test user called **B.Simon**. For SSO to work, you need to establish a linked relationship between an Azure AD user and the related user in EasySSO for BitBucket. |
active-directory | Easysso For Confluence Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/easysso-for-confluence-tutorial.md | To configure the integration of EasySSO for Confluence into Azure AD, you need t 1. In the **Add from the gallery** section, type **EasySSO for Confluence** in the search box. 1. Select **EasySSO for Confluence** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EasySSO for Confluence Configure and test Azure AD SSO with EasySSO for Confluence 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 EasySSO for Confluence. |
active-directory | Easysso For Jira Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/easysso-for-jira-tutorial.md | To configure the integration of EasySSO for Jira into Azure AD, you need to add 1. In the **Add from the gallery** section, type **EasySSO for Jira** in the search box. 1. Select **EasySSO for Jira** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EasySSO for Jira Configure and test Azure AD SSO with EasySSO for Jira 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 EasySSO for Jira. |
active-directory | Ebsco Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ebsco-tutorial.md | To configure the integration of EBSCO into Azure AD, you need to add EBSCO from 1. In the **Add from the gallery** section, type **EBSCO** in the search box. 1. Select **EBSCO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EBSCO Configure and test Azure AD SSO with EBSCO 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 EBSCO. |
active-directory | Eccentex Appbase For Azure Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eccentex-appbase-for-azure-tutorial.md | To configure the integration of Eccentex AppBase for Azure into Azure AD, you ne 1. In the **Add from the gallery** section, type **Eccentex AppBase for Azure** in the search box. 1. Select **Eccentex AppBase for Azure** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Eccentex AppBase for Azure Configure and test Azure AD SSO with Eccentex AppBase for Azure 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 Eccentex AppBase for Azure. |
active-directory | Echospan Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/echospan-tutorial.md | To configure the integration of EchoSpan into Azure AD, you need to add EchoSpan 1. In the **Add from the gallery** section, type **EchoSpan** in the search box. 1. Select **EchoSpan** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EchoSpan Configure and test Azure AD SSO with EchoSpan 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 EchoSpan. |
active-directory | Ecornell Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ecornell-tutorial.md | To configure the integration of eCornell into Azure AD, you need to add eCornell 1. In the **Add from the gallery** section, type **eCornell** in the search box. 1. Select **eCornell** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for eCornell Configure and test Azure AD SSO with eCornell 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 eCornell. |
active-directory | Edcor Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/edcor-tutorial.md | To configure the integration of Edcor into Azure AD, you need to add Edcor from 1. In the **Add from the gallery** section, type **Edcor** in the search box. 1. Select **Edcor** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Edcor Configure and test Azure AD SSO with Edcor 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 Edcor. |
active-directory | Ediwin Saas Edi Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ediwin-saas-edi-tutorial.md | To configure the integration of Ediwin SaaS EDI into Azure AD, you need to add E 1. In the **Add from the gallery** section, type **Ediwin SaaS EDI** in the search box. 1. Select **Ediwin SaaS EDI** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ediwin SaaS EDI Configure and test Azure AD SSO with Ediwin SaaS EDI 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 Ediwin SaaS EDI. |
active-directory | Edubrite Lms Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/edubrite-lms-tutorial.md | To configure the integration of EduBrite LMS into Azure AD, you need to add EduB 1. In the **Add from the gallery** section, type **EduBrite LMS** in the search box. 1. Select **EduBrite LMS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EduBrite LMS Configure and test Azure AD SSO with EduBrite LMS 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 EduBrite LMS. |
active-directory | Edx For Business Saml Integration Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/edx-for-business-saml-integration-tutorial.md | To configure the integration of edX for Business SAML Integration into Azure AD, 1. In the **Add from the gallery** section, type **edX for Business SAML Integration** in the search box. 1. Select **edX for Business SAML Integration** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for edX for Business SAML Integration Configure and test Azure AD SSO with edX for Business SAML Integration 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 edX for Business SAML Integration. |
active-directory | Efidigitalstorefront Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/efidigitalstorefront-tutorial.md | To configure the integration of EFI Digital StoreFront into Azure AD, you need t 1. In the **Add from the gallery** section, type **EFI Digital StoreFront** in the search box. 1. Select **EFI Digital StoreFront** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EFI Digital StoreFront Configure and test Azure AD SSO with EFI Digital StoreFront 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 EFI Digital StoreFront. |
active-directory | Egnyte Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/egnyte-tutorial.md | To configure the integration of Egnyte into Azure AD, you need to add Egnyte fro 1. In the **Add from the gallery** section, type **Egnyte** in the search box. 1. Select **Egnyte** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Egnyte Configure and test Azure AD SSO with Form.com 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 Form.com. |
active-directory | Egress Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/egress-tutorial.md | To configure the integration of Egress into Azure AD, you need to add Egress fro 1. In the **Add from the gallery** section, type **Egress** in the search box. 1. Select **Egress** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Egress Configure and test Azure AD SSO with Egress 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 Egress. |
active-directory | Ekarda Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ekarda-tutorial.md | To configure the integration of ekarda into Azure AD, add ekarda from the galler 1. In the **Add from the gallery** section, type **ekarda** in the search box. 1. Select **ekarda** from results panel, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ekarda Configure and test Azure AD SSO with ekarda by using a test user called **B.Simon**. For SSO to work, you need to establish a linked relationship between an Azure AD user and the related user in ekarda. |
active-directory | Ekincare Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ekincare-tutorial.md | To configure the integration of eKincare into Azure AD, you need to add eKincare 1. In the **Add from the gallery** section, type **eKincare** in the search box. 1. Select **eKincare** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for eKincare Configure and test Azure AD SSO with eKincare 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 eKincare. |
active-directory | Elearnposh Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/elearnposh-tutorial.md | To configure the integration of eLearnPOSH into Azure AD, you need to add eLearn 1. In the **Add from the gallery** section, type **eLearnPOSH** in the search box. 1. Select **eLearnPOSH** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for eLearnPOSH Configure and test Azure AD SSO with eLearnPOSH 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 eLearnPOSH. |
active-directory | Elionboarding Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/elionboarding-tutorial.md | To configure the integration of Eli Onboarding into Azure AD, you need to add El 1. In the **Add from the gallery** section, type **Eli Onboarding** in the search box. 1. Select **Eli Onboarding** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Eli Onboarding Configure and test Azure AD SSO with Eli Onboarding 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 Eli Onboarding. |
active-directory | Elium Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/elium-tutorial.md | To configure the integration of Elium into Azure AD, you need to add Elium from 1. In the **Add from the gallery** section, type **Elium** in the search box. 1. Select **Elium** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Elium Configure and test Azure AD SSO with Elium 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 Elium. |
active-directory | Elqano Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/elqano-sso-tutorial.md | To configure the integration of Elqano SSO into Azure AD, you need to add Elqano 1. In the **Add from the gallery** section, type **Elqano SSO** in the search box. 1. Select **Elqano SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Elqano SSO Configure and test Azure AD SSO with Elqano SSO 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 Elqano SSO. |
active-directory | Eluminate Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eluminate-tutorial.md | To configure the integration of eLuminate into Azure AD, you need to add eLumina 1. In the **Add from the gallery** section, type **eLuminate** in the search box. 1. Select **eLuminate** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for eLuminate Configure and test Azure AD SSO with eLuminate 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 eLuminate. |
active-directory | Embark Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/embark-tutorial.md | To configure the integration of Embark into Azure AD, you need to add Embark fro 1. In the **Add from the gallery** section, type **Embark** in the search box. 1. Select **Embark** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Embark |
active-directory | Embed Signage Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/embed-signage-tutorial.md | To configure the integration of embed signage into Azure AD, you need to add emb 1. In the **Add from the gallery** section, type **embed signage** in the search box. 1. Select **embed signage** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for embed signage Configure and test Azure AD SSO with embed signage 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 embed signage. |
active-directory | Empactis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/empactis-tutorial.md | To configure the integration of Empactis into Azure AD, you need to add Empactis 1. In the **Add from the gallery** section, type **Empactis** in the search box. 1. Select **Empactis** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Empactis Configure and test Azure AD SSO with Empactis 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 Empactis. |
active-directory | Emplifi Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/emplifi-platform-tutorial.md | To configure the integration of Emplifi platform into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Emplifi platform** in the search box. 1. Select **Emplifi platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Emplifi platform Configure and test Azure AD SSO with Emplifi platform 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 Emplifi platform. |
active-directory | Enablon Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/enablon-tutorial.md | To configure the integration of Enablon into Azure AD, you need to add Enablon f 1. In the **Add from the gallery** section, type **Enablon** in the search box. 1. Select **Enablon** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Enablon |
active-directory | Encompass Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/encompass-tutorial.md | To configure the integration of Encompass into Azure AD, you need to add Encompa 1. In the **Add from the gallery** section, type **Encompass** in the search box. 1. Select **Encompass** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Encompass Configure and test Azure AD SSO with Encompass 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 Encompass. |
active-directory | Envimmis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/envimmis-tutorial.md | To configure the integration of Envi MMIS into Azure AD, you need to add Envi MM 1. In the **Add from the gallery** section, type **Envi MMIS** in the search box. 1. Select **Envi MMIS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Envi MMIS Configure and test Azure AD SSO with Envi MMIS 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 Envi MMIS. |
active-directory | Envoy Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/envoy-tutorial.md | To configure the integration of Envoy into Azure AD, you need to add Envoy from 1. In the **Add from the gallery** section, type **Envoy** in the search box. 1. Select **Envoy** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Envoy Configure and test Azure AD SSO with Envoy 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 Envoy. |
active-directory | Ephoto Dam Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ephoto-dam-tutorial.md | To configure the integration of EPHOTO DAM into Azure AD, you need to add EPHOTO 1. In the **Add from the gallery** section, type **EPHOTO DAM** in the search box. 1. Select **EPHOTO DAM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EPHOTO DAM |
active-directory | Eplatform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eplatform-tutorial.md | To configure the integration of ePlatform into Azure AD, you need to add ePlatfo 1. In the **Add from the gallery** section, type **ePlatform** in the search box. 1. Select **ePlatform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for ePlatform Configure and test Azure AD SSO with ePlatform 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 ePlatform. |
active-directory | Equifax Workforce Solutions Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/equifax-workforce-solutions-tutorial.md | To configure the integration of Equifax Workforce Solutions into Azure AD, you n 1. In the **Add from the gallery** section, type **Equifax Workforce Solutions** in the search box. 1. Select **Equifax Workforce Solutions** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Equifax Workforce Solutions Configure and test Azure AD SSO with Equifax Workforce Solutions 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 Equifax Workforce Solutions. |
active-directory | Equinix Federation App Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/equinix-federation-app-tutorial.md | To configure the integration of Equinix Federation App into Azure AD, you need t 1. In the **Add from the gallery** section, type **Equinix Federation App** in the search box. 1. Select **Equinix Federation App** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Equinix Federation App |
active-directory | Equisolve Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/equisolve-tutorial.md | To configure the integration of Equisolve into Azure AD, you need to add Equisol 1. In the **Add from the gallery** section, type **Equisolve** in the search box. 1. Select **Equisolve** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Equisolve |
active-directory | Era Ehs Core Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/era-ehs-core-tutorial.md | To configure the integration of ERA_EHS_CORE into Azure AD, you need to add ERA_ 1. In the **Add from the gallery** section, type **ERA_EHS_CORE** in the search box. 1. Select **ERA_EHS_CORE** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ERA_EHS_CORE Configure and test Azure AD SSO with ERA_EHS_CORE 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 ERA_EHS_CORE. |
active-directory | Ethicspoint Incident Management Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ethicspoint-incident-management-tutorial.md | To configure the integration of EthicsPoint Incident Management (EPIM) into Azur 1. In the **Add from the gallery** section, type **EthicsPoint Incident Management (EPIM)** in the search box. 1. Select **EthicsPoint Incident Management (EPIM)** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EthicsPoint Incident Management (EPIM) Configure and test Azure AD SSO with EthicsPoint Incident Management (EPIM) 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 EthicsPoint Incident Management (EPIM). |
active-directory | Etouches Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/etouches-tutorial.md | To configure the integration of Aventri into Azure AD, you need to add Aventri f 1. In the **Add from the gallery** section, type **Aventri** in the search box. 1. Select **Aventri** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Aventri |
active-directory | Euromonitor Passport Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/euromonitor-passport-tutorial.md | To configure the integration of Euromonitor International into Azure AD, you nee 1. In the **Add from the gallery** section, type **Euromonitor International** in the search box. 1. Select **Euromonitor International** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Euromonitor International Configure and test Azure AD SSO with Euromonitor International 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 Euromonitor International. |
active-directory | Eventfinity Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/eventfinity-tutorial.md | To configure the integration of Eventfinity into Azure AD, you need to add Event 1. In the **Add from the gallery** section, type **Eventfinity** in the search box. 1. Select **Eventfinity** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Eventfinity |
active-directory | Everbridge Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/everbridge-tutorial.md | To configure the integration of Everbridge into Azure AD, you need to add Everbr 1. In the **Add from the gallery** section, type **Everbridge** in the search box. 1. Select **Everbridge** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Everbridge Configure and test Azure AD SSO with Everbridge 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 Everbridge. |
active-directory | Evergreen Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/evergreen-tutorial.md | To configure the integration of Evergreen into Azure AD, you need to add Evergre 1. In the **Add from the gallery** section, type **Evergreen** in the search box. 1. Select **Evergreen** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Evergreen |
active-directory | Evernote Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/evernote-tutorial.md | To configure the integration of Evernote into Azure AD, you need to add Evernote 1. In the **Add from the gallery** section, type **Evernote** in the search box. 1. Select **Evernote** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Evernote Configure and test Azure AD SSO with Evernote 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 Evernote. |
active-directory | Evidence Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/evidence-tutorial.md | To configure the integration of Evidence.com into Azure AD, you need to add Evid 1. In the **Add from the gallery** section, type **Evidence.com** in the search box. 1. Select **Evidence.com** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Evidence.com Configure and test Azure AD SSO with Evidence.com 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 Evidence.com. |
active-directory | Exactcare Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/exactcare-sso-tutorial.md | To configure the integration of ExactCare SSO into Azure AD, you need to add Exa 1. In the **Add from the gallery** section, type **ExactCare SSO** in the search box. 1. Select **ExactCare SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for ExactCare SSO Configure and test Azure AD SSO with ExactCare SSO 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 ExactCare SSO. |
active-directory | Exceed Ai Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/exceed-ai-tutorial.md | To configure the integration of Exceed.ai into Azure AD, you need to add Exceed. 1. In the **Add from the gallery** section, type **Exceed.ai** in the search box. 1. Select **Exceed.ai** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Exceed.ai |
active-directory | Excelity Hcm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/excelity-hcm-tutorial.md | To configure the integration of Excelity HCM into Azure AD, you need to add Exce 1. In the **Add from the gallery** section, type **Excelity HCM** in the search box. 1. Select **Excelity HCM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Excelity HCM Configure and test Azure AD SSO with Excelity HCM 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 Excelity HCM. |
active-directory | Excelityglobal Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/excelityglobal-tutorial.md | To configure the integration of ExcelityGlobal into Azure AD, you need to add Ex 1. In the **Add from the gallery** section, type **ExcelityGlobal** in the search box. 1. Select **ExcelityGlobal** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ExcelityGlobal Configure and test Azure AD SSO with ExcelityGlobal 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 ExcelityGlobal. |
active-directory | Exium Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/exium-tutorial.md | To configure the integration of Exium into Azure AD, you need to add Exium from 1. In the **Add from the gallery** section, type **Exium** in the search box. 1. Select **Exium** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Exium |
active-directory | Expensein Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/expensein-tutorial.md | To configure the integration of ExpenseIn into Azure AD, you need to add Expense 1. In the **Add from the gallery** section, type **ExpenseIn** in the search box. 1. Select **ExpenseIn** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ExpenseIn Configure and test Azure AD SSO with ExpenseIn 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 ExpenseIn. |
active-directory | Expensify Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/expensify-tutorial.md | To configure the integration of Expensify into Azure AD, you need to add Expensi 1. In the **Add from the gallery** section, type **Expensify** in the search box. 1. Select **Expensify** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Expensify Configure and test Azure AD SSO with Expensify 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 Expensify. |
active-directory | Experience Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/experience-cloud-tutorial.md | To configure the integration of Experience Cloud into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Experience Cloud** in the search box. 1. Select **Experience Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Experience Cloud Configure and test Azure AD SSO with Experience Cloud 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 Experience Cloud. |
active-directory | Expiration Reminder Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/expiration-reminder-tutorial.md | To configure the integration of Expiration Reminder into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Expiration Reminder** in the search box. 1. Select **Expiration Reminder** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Expiration Reminder Configure and test Azure AD SSO with Expiration Reminder 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 Expiration Reminder. |
active-directory | Exponenthr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/exponenthr-tutorial.md | To configure the integration of ExponentHR into Azure AD, you need to add Expone 1. In the **Add from the gallery** section, type **ExponentHR** in the search box. 1. Select **ExponentHR** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ExponentHR Configure and test Azure AD SSO with ExponentHR 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 ExponentHR. |
active-directory | Ezofficeinventory Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ezofficeinventory-tutorial.md | To configure the integration of EZOfficeInventory into Azure AD, you need to add 1. In the **Add from the gallery** section, type **EZOfficeInventory** in the search box. 1. Select **EZOfficeInventory** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EZOfficeInventory Configure and test Azure AD SSO with EZOfficeInventory 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 EZOfficeInventory. |
active-directory | Ezra Coaching Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ezra-coaching-tutorial.md | To configure the integration of Ezra Coaching into Azure AD, you need to add Ezr 1. In the **Add from the gallery** section, type **Ezra Coaching** in the search box. 1. Select **Ezra Coaching** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Ezra Coaching |
active-directory | Ezrentout Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ezrentout-tutorial.md | To configure the integration of EZRentOut into Azure AD, you need to add EZRentO 1. In the **Add from the gallery** section, type **EZRentOut** in the search box. 1. Select **EZRentOut** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EZRentOut Configure and test Azure AD SSO with EZRentOut 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 EZRentOut. |
active-directory | Fabric Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fabric-tutorial.md | To configure the integration of Fabric into Azure AD, you need to add Fabric fro 1. In the **Add from the gallery** section, type **Fabric** in the search box. 1. Select **Fabric** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fabric |
active-directory | Factset Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/factset-tutorial.md | To configure the integration of FactSet into Azure AD, you need to add FactSet f 1. In the **Add from the gallery** section, type **FactSet** in the search box. 1. Select **FactSet** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FactSet Configure and test Azure AD SSO with FactSet 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 FactSet. |
active-directory | Fastly Edge Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fastly-edge-cloud-tutorial.md | To configure the integration of Fastly Edge Cloud into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Fastly Edge Cloud** in the search box. 1. Select **Fastly Edge Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fastly Edge Cloud Configure and test Azure AD SSO with Fastly Edge Cloud 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 Fastly Edge Cloud. |
active-directory | Fax Plus Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fax-plus-tutorial.md | To configure the integration of FAX.PLUS into Azure AD, you need to add FAX.PLUS 1. In the **Add from the gallery** section, type **FAX.PLUS** in the search box. 1. Select **FAX.PLUS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FAX.PLUS |
active-directory | Fcm Hub Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fcm-hub-tutorial.md | To configure the integration of FCM HUB into Azure AD, you need to add FCM HUB f 1. In the **Add from the gallery** section, type **FCM HUB** in the search box. 1. Select **FCM HUB** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FCM HUB Configure and test Azure AD SSO with FCM HUB 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 FCM HUB. |
active-directory | Fence Mobile Remotemanager Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fence-mobile-remotemanager-sso-tutorial.md | To configure the integration of FENCE-Mobile RemoteManager SSO into Azure AD, yo 1. In the **Add from the gallery** section, type **FENCE-Mobile RemoteManager SSO** in the search box. 1. Select **FENCE-Mobile RemoteManager SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FENCE-Mobile RemoteManager SSO |
active-directory | Fexa Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fexa-tutorial.md | To configure the integration of Fexa into Azure AD, you need to add Fexa from th 1. In the **Add from the gallery** section, type **Fexa** in the search box. 1. Select **Fexa** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fexa Configure and test Azure AD SSO with Fexa 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 Fexa. |
active-directory | Fidelity Planviewer Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fidelity-planviewer-tutorial.md | To configure the integration of Fidelity PlanViewer into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Fidelity PlanViewer** in the search box. 1. Select **Fidelity PlanViewer** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fidelity PlanViewer Configure and test Azure AD SSO with Fidelity PlanViewer 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 Fidelity PlanViewer. |
active-directory | Fidelitynetbenefits Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fidelitynetbenefits-tutorial.md | To configure the integration of Fidelity NetBenefits into Azure AD, you need to 1. In the **Add from the gallery** section, type **Fidelity NetBenefits** in the search box. 1. Select **Fidelity NetBenefits** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fidelity NetBenefits Configure and test Azure AD SSO with Fidelity NetBenefits 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 Fidelity NetBenefits. |
active-directory | Field Id Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/field-id-tutorial.md | To configure the integration of Field iD into Azure AD, you need to add Field iD 1. In the **Add from the gallery** section, type **Field iD** in the search box. 1. Select **Field iD** from results panel, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Field iD Configure and test Azure AD SSO with Field iD by using a test user called **B.Simon**. For SSO to work, you need to establish a linked relationship between an Azure AD user and the related user in Field iD. |
active-directory | Fieldglass Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fieldglass-tutorial.md | To configure the integration of Fieldglass into Azure AD, you need to add Fieldg 1. In the **Add from the gallery** section, type **Fieldglass** in the search box. 1. Select **Fieldglass** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fieldglass Configure and test Azure AD SSO with Fieldglass 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 Fieldglass. |
active-directory | Figbytes Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/figbytes-tutorial.md | To configure the integration of FigBytes into Azure AD, you need to add FigBytes 1. In the **Add from the gallery** section, type **FigBytes** in the search box. 1. Select **FigBytes** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FigBytes Configure and test Azure AD SSO with FigBytes 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 FigBytes. |
active-directory | Figma Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/figma-tutorial.md | To configure the integration of Figma into Azure AD, you need to add Figma from 1. In the **Add from the gallery** section, type **Figma** in the search box. 1. Select **Figma** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Figma Configure and test Azure AD SSO with Figma 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 Figma. |
active-directory | Filecloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/filecloud-tutorial.md | To configure the integration of FileCloud into Azure AD, you need to add FileClo 1. In the **Add from the gallery** section, type **FileCloud** in the search box. 1. Select **FileCloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FileCloud Configure and test Azure AD SSO with FileCloud 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 FileCloud. |
active-directory | Fileorbis Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fileorbis-tutorial.md | To configure the integration of FileOrbis into Azure AD, you need to add FileOrb 1. In the **Add from the gallery** section, type **FileOrbis** in the search box. 1. Select **FileOrbis** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FileOrbis Configure and test Azure AD SSO with FileOrbis 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 FileOrbis. |
active-directory | Finvari Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/finvari-tutorial.md | To configure the integration of Finvari into Azure AD, you need to add Finvari f 1. In the **Add from the gallery** section, type **Finvari** in the search box. 1. Select **Finvari** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Finvari Configure and test Azure AD SSO with Finvari 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 Finvari. |
active-directory | Firmex Vdr Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/firmex-vdr-tutorial.md | To configure the integration of Firmex VDR into Azure AD, you need to add Firmex 1. In the **Add from the gallery** section, type **Firmex VDR** in the search box. 1. Select **Firmex VDR** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Firmex VDR Configure and test Azure AD SSO with Firmex VDR 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 Firmex VDR. |
active-directory | Firmplay Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/firmplay-tutorial.md | To configure the integration of FirmPlay - Employee Advocacy for Recruiting into 1. In the **Add from the gallery** section, type **FirmPlay - Employee Advocacy for Recruiting** in the search box. 1. Select **FirmPlay - Employee Advocacy for Recruiting** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FirmPlay - Employee Advocacy for Recruiting Configure and test Azure AD SSO with FirmPlay - Employee Advocacy for Recruiting 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 FirmPlay - Employee Advocacy for Recruiting. |
active-directory | Firstbird Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/firstbird-tutorial.md | To configure the integration of Firstbird into Azure AD, you need to add Firstbi 1. In the **Add from the gallery** section, type **Firstbird** in the search box. 1. Select **Firstbird** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Firstbird |
active-directory | Fiscalnote Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fiscalnote-tutorial.md | To configure the integration of FiscalNote into Azure AD, you need to add Fiscal 1. In the **Add from the gallery** section, type **FiscalNote** in the search box. 1. Select **FiscalNote** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for FiscalNote Configure and test Azure AD SSO with FiscalNote 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 FiscalNote. |
active-directory | Five9 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/five9-tutorial.md | To configure the integration of Five9 Plus Adapter (CTI, Contact Center Agents) 1. In the **Add from the gallery** section, type **Five9 Plus Adapter (CTI, Contact Center Agents)** in the search box. 1. Select **Five9 Plus Adapter (CTI, Contact Center Agents)** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Five9 Plus Adapter (CTI, Contact Center Agents) Configure and test Azure AD SSO with Five9 Plus Adapter (CTI, Contact Center Agents) 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 Five9 Plus Adapter (CTI, Contact Center Agents). |
active-directory | Fivetran Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fivetran-tutorial.md | To configure the integration of Fivetran into Azure AD, you need to add Fivetran 1. In the **Add from the gallery** section, type **Fivetran** in the search box. 1. Select **Fivetran** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fivetran Configure and test Azure AD SSO with Fivetran 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 Fivetran. |
active-directory | Flexera One Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/flexera-one-tutorial.md | To configure the integration of Flexera One into Azure AD, you need to add Flexe 1. In the **Add from the gallery** section, type **Flexera One** in the search box. 1. Select **Flexera One** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Flexera One Configure and test Azure AD SSO with Flexera One 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 Flexera One. |
active-directory | Float Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/float-tutorial.md | To configure the integration of Float into Azure AD, you need to add Float from 1. In the **Add from the gallery** section, type **Float** in the search box. 1. Select **Float** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Float Configure and test Azure AD SSO with Float 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 Float. |
active-directory | Flock Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/flock-tutorial.md | To configure the integration of Flock into Azure AD, you need to add Flock from 1. In the **Add from the gallery** section, type **Flock** in the search box. 1. Select **Flock** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Flock Configure and test Azure AD SSO with Flock 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 Flock. |
active-directory | Floqast Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/floqast-tutorial.md | To configure the integration of FloQast into Azure AD, you need to add FloQast f 1. In the **Add from the gallery** section, type **FloQast** in the search box. 1. Select **FloQast** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FloQast Configure and test Azure AD SSO with FloQast 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 FloQast. |
active-directory | Fluxxlabs Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fluxxlabs-tutorial.md | To configure the integration of Fluxx Labs into Azure AD, you need to add Fluxx 1. In the **Add from the gallery** section, type **Fluxx Labs** in the search box. 1. Select **Fluxx Labs** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fluxx Labs Configure and test Azure AD SSO with Fluxx Labs 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 Fluxx Labs. |
active-directory | Fm Systems Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fm-systems-tutorial.md | To configure the integration of FM:Systems into Azure AD, you need to add FM:Sys 1. In the **Add from the gallery** section, type **FM:Systems** in the search box. 1. Select **FM:Systems** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FM:Systems Configure and test Azure AD SSO with FM:Systems 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 FM:Systems. |
active-directory | Foko Retail Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/foko-retail-tutorial.md | To configure the integration of Foko Retail into Azure AD, you need to add Foko 1. In the **Add from the gallery** section, type **Foko Retail** in the search box. 1. Select **Foko Retail** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Foko Retail Configure and test Azure AD SSO with Foko Retail 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 Foko Retail. |
active-directory | Folloze Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/folloze-tutorial.md | To configure the integration of Folloze into Azure AD, you need to add Folloze f 1. In the **Add from the gallery** section, type **Folloze** in the search box. 1. Select **Folloze** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Folloze Configure and test Azure AD SSO with Folloze 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 Folloze. |
active-directory | Foodee Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/foodee-tutorial.md | To configure the integration of Foodee into Azure AD, you need to add Foodee fro 1. In the **Add from the gallery** section, type **Foodee** in the search box. 1. Select **Foodee** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Foodee Configure and test Azure AD SSO with Foodee 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 Foodee. |
active-directory | Forcepoint Cloud Security Gateway Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/forcepoint-cloud-security-gateway-tutorial.md | To configure the integration of Forcepoint Cloud Security Gateway - User Authent 1. In the **Add from the gallery** section, type **Forcepoint Cloud Security Gateway - User Authentication** in the search box. 1. Select **Forcepoint Cloud Security Gateway - User Authentication** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Forcepoint Cloud Security Gateway - User Authentication Configure and test Azure AD SSO with Forcepoint Cloud Security Gateway - User Authentication 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 Forcepoint Cloud Security Gateway - User Authentication. |
active-directory | Foreseecxsuite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/foreseecxsuite-tutorial.md | To configure the integration of ForeSee CX Suite into Azure AD, you need to add 1. In the **Add from the gallery** section, type **ForeSee CX Suite** in the search box. 1. Select **ForeSee CX Suite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ForeSee CX Suite Configure and test Azure AD SSO with ForeSee CX Suite 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 ForeSee CX Suite. |
active-directory | Formcom Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/formcom-tutorial.md | To configure the integration of Form.com into Azure AD, you need to add Form.com 1. In the **Add from the gallery** section, type **Form.com** in the search box. 1. Select **Form.com** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Form.com Configure and test Azure AD SSO with Form.com 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 Form.com. |
active-directory | Fortes Change Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fortes-change-cloud-tutorial.md | To configure the integration of Fortes Change Cloud into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Fortes Change Cloud** in the search box. 1. Select **Fortes Change Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fortes Change Cloud Configure and test Azure AD SSO with Fortes Change Cloud 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 Fortes Change Cloud. |
active-directory | Fortigate Ssl Vpn Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fortigate-ssl-vpn-tutorial.md | To configure the integration of FortiGate SSL VPN into Azure AD, you need to add 1. In the **Add from the gallery** section, enter **FortiGate SSL VPN** in the search box. 1. Select **FortiGate SSL VPN** in the results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD SSO for FortiGate SSL VPN |
active-directory | Fortisase Sia Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fortisase-sia-tutorial.md | To configure the integration of FortiSASE into Azure AD, you need to add FortiSA 1. In the **Add from the gallery** section, type **FortiSASE** in the search box. 1. Select **FortiSASE** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FortiSASE Configure and test Azure AD SSO with FortiSASE 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 FortiSASE. |
active-directory | Fortiweb Web Application Firewall Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fortiweb-web-application-firewall-tutorial.md | To configure the integration of FortiWeb Web Application Firewall into Azure AD, 1. In the **Add from the gallery** section, type **FortiWeb Web Application Firewall** in the search box. 1. Select **FortiWeb Web Application Firewall** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FortiWeb Web Application Firewall |
active-directory | Foundu Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/foundu-tutorial.md | To configure the integration of foundU into Azure AD, you need to add foundU fro 1. In the **Add from the gallery** section, type **foundU** in the search box. 1. Select **foundU** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for foundU |
active-directory | Fourkites Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fourkites-tutorial.md | To configure the integration of FourKites SAML2.0 SSO for Tracking into Azure AD 1. In the **Add from the gallery** section, type **FourKites SAML2.0 SSO for Tracking** in the search box. 1. Select **FourKites SAML2.0 SSO for Tracking** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FourKites SAML2.0 SSO for Tracking Configure and test Azure AD SSO with FourKites SAML2.0 SSO for Tracking 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 FourKites SAML2.0 SSO for Tracking. |
active-directory | Framer Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/framer-tutorial.md | To configure the integration of Framer into Azure AD, you need to add Framer fro 1. In the **Add from the gallery** section, type **Framer** in the search box. 1. Select **Framer** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Framer Configure and test Azure AD SSO with Framer 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 Framer. |
active-directory | Freedcamp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/freedcamp-tutorial.md | To configure the integration of Freedcamp into Azure AD, you need to add Freedca 1. In the **Add from the gallery** section, type **Freedcamp** in the search box. 1. Select **Freedcamp** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Freedcamp Configure and test Azure AD SSO with Freedcamp using a test user called **Britta Simon**. For SSO to work, you need to establish a link relationship between an Azure AD user and the related user in Freedcamp. |
active-directory | Fresh Relevance Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fresh-relevance-tutorial.md | To configure the integration of Fresh Relevance into Azure AD, you need to add F 1. In the **Add from the gallery** section, type **Fresh Relevance** in the search box. 1. Select **Fresh Relevance** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fresh Relevance Configure and test Azure AD SSO with Fresh Relevance 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 Fresh Relevance. |
active-directory | Freshdesk Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/freshdesk-tutorial.md | To configure the integration of FreshDesk into Azure AD, you need to add FreshDe 1. In the **Add from the gallery** section, type **FreshDesk** in the search box. 1. Select **FreshDesk** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FreshDesk Configure and test Azure AD SSO with FreshDesk 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 FreshDesk. |
active-directory | Freshgrade Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/freshgrade-tutorial.md | To configure the integration of FreshGrade into Azure AD, you need to add FreshG 1. In the **Add from the gallery** section, type **FreshGrade** in the search box. 1. Select **FreshGrade** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for FreshGrade Configure and test Azure AD SSO with FreshGrade 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 FreshGrade. |
active-directory | Freshservice Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/freshservice-tutorial.md | To configure the integration of Freshservice into Azure AD, you need to add Fres 1. In the **Add from the gallery** section, type **Freshservice** in the search box. 1. Select **Freshservice** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Freshservice Configure and test Azure AD SSO with Freshservice 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 Freshservice. |
active-directory | Freshworks Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/freshworks-tutorial.md | To configure the integration of Freshworks into Azure AD, you need to add Freshw 1. In the **Add from the gallery** section, type **Freshworks** in the search box. 1. Select **Freshworks** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Freshworks Configure and test Azure AD SSO with Freshworks 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 Freshworks. |
active-directory | Front Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/front-tutorial.md | To configure the integration of Front into Azure AD, you need to add Front from 1. In the **Add from the gallery** section, type **Front** in the search box. 1. Select **Front** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Front Configure and test Azure AD SSO with Front 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 Front. |
active-directory | Frontify Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/frontify-tutorial.md | To configure the integration of Frontify into Azure AD, you need to add Frontify 1. In the **Add from the gallery** section, type **Frontify** in the search box. 1. Select **Frontify** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Frontify Configure and test Azure AD SSO with Frontify 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 Frontify. |
active-directory | Frontline Education Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/frontline-education-tutorial.md | To configure the integration of Frontline Education into Azure AD, you need to a 1. In the **Add from the gallery** section, type **Frontline Education** in the search box. 1. Select **Frontline Education** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Frontline Education Configure and test Azure AD SSO with Frontline Education 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 Frontline Education. |
active-directory | Fulcrum Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fulcrum-tutorial.md | To configure the integration of Fulcrum into Azure AD, you need to add Fulcrum f 1. In the **Add from the gallery** section, type **Fulcrum** in the search box. 1. Select **Fulcrum** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fulcrum Configure and test Azure AD SSO with Fulcrum 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 Fulcrum. |
active-directory | Fuse Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fuse-tutorial.md | To configure the integration of Fuse into Azure AD, you need to add Fuse from th 1. In the **Add from the gallery** section, type **Fuse** in the search box. 1. Select **Fuse** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fuse Configure and test Azure AD SSO with Fuse 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 Fuse. |
active-directory | Fuze Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/fuze-tutorial.md | To configure the integration of Fuze into Azure AD, you need to add Fuze from th 1. In the **Add from the gallery** section, type **Fuze** in the search box. 1. Select **Fuze** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Fuze Configure and test Azure AD SSO with Fuze 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 Fuze. |
active-directory | Gaggleamp Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/gaggleamp-tutorial.md | To configure the integration of GaggleAMP into Azure AD, you need to add GaggleA 1. In the **Add from the gallery** section, type **GaggleAMP** in the search box. 1. Select **GaggleAMP** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GaggleAMP Configure and test Azure AD SSO with GaggleAMP 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 GaggleAMP. |
active-directory | Gamba Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/gamba-tutorial.md | To configure the integration of gamba! into Azure AD, you need to add gamba! fro 1. In the **Add from the gallery** section, type **gamba!** in the search box. 1. Select **gamba!** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for gamba! Configure and test Azure AD SSO with gamba! 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 gamba!. |
active-directory | Getabstract Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/getabstract-tutorial.md | To configure the integration of Getabstract into Azure AD, you need to add Getab 1. In the **Add from the gallery** section, type **Getabstract** in the search box. 1. Select **Getabstract** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Getabstract Configure and test Azure AD SSO with Getabstract 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 Getabstract. |
active-directory | Getthere Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/getthere-tutorial.md | To configure the integration of GetThere into Azure AD, you need to add GetThere 1. In the **Add from the gallery** section, type **GetThere** in the search box. 1. Select **GetThere** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GetThere Configure and test Azure AD SSO with GetThere 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 GetThere. |
active-directory | Ghae Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ghae-tutorial.md | To configure the integration of GHAE into Azure AD, you need to add GHAE from th 1. In the **Add from the gallery** section, type **GHAE** in the search box. 1. Select **GHAE** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GHAE Configure and test Azure AD SSO with GHAE 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 GHAE. |
active-directory | Gigya Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/gigya-tutorial.md | To configure the integration of Gigya into Azure AD, you need to add Gigya from 1. In the **Add from the gallery** section, type **Gigya** in the search box. 1. Select **Gigya** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Gigya Configure and test Azure AD SSO with Gigya 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 Gigya. |
active-directory | Github Ae Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/github-ae-tutorial.md | To configure the integration of GitHub Enterprise Server into Azure AD, you need 1. In the **Add from the gallery** section, type **GitHub Enterprise Server** in the search box. 1. Select **GitHub Enterprise Server** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GitHub Enterprise Server Configure and test Azure AD SSO with GitHub Enterprise Server 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 GitHub Enterprise Server. |
active-directory | Github Enterprise Cloud Enterprise Account Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/github-enterprise-cloud-enterprise-account-tutorial.md | To configure the integration of GitHub Enterprise Cloud - Enterprise Account int 1. In the **Add from the gallery** section, type **GitHub Enterprise Cloud - Enterprise Account** in the search box. 1. Select **GitHub Enterprise Cloud - Enterprise Account** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GitHub Enterprise Cloud - Enterprise Account |
active-directory | Github Enterprise Managed User Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/github-enterprise-managed-user-tutorial.md | To configure the integration of GitHub Enterprise Managed User into Azure AD, yo 1. Type **GitHub Enterprise Managed User** in the search box. 1. Select **GitHub Enterprise Managed User** from results panel and then click on the **Create** button. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GitHub Enterprise Managed User |
active-directory | Github Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/github-tutorial.md | To configure the integration of GitHub into Azure AD, you need to add GitHub fro 1. In the **Add from the gallery** section, type **GitHub** in the search box. 1. Select **GitHub Enterprise Cloud - Organization** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GitHub Configure and test Azure AD SSO with GitHub 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 GitHub. |
active-directory | Glassfrog Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/glassfrog-tutorial.md | To configure the integration of GlassFrog into Azure AD, you need to add GlassFr 1. In the **Add from the gallery** section, type **GlassFrog** in the search box. 1. Select **GlassFrog** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GlassFrog Configure and test Azure AD SSO with GlassFrog 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 GlassFrog. |
active-directory | Glint Inc Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/glint-inc-tutorial.md | To configure the integration of Glint Inc into Azure AD, you need to add Glint I 1. In the **Add from the gallery** section, type **Glint Inc** in the search box. 1. Select **Glint Inc** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Glint Inc Configure and test Azure AD SSO with Glint Inc 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 Glint Inc. |
active-directory | Globalone Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/globalone-tutorial.md | To configure the integration of EY GlobalOne into Azure AD, you need to add EY G 1. In the **Add from the gallery** section, type **EY GlobalOne** in the search box. 1. Select **EY GlobalOne** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for EY GlobalOne Configure and test Azure AD SSO with EY GlobalOne 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 EY GlobalOne. |
active-directory | Globesmart Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/globesmart-tutorial.md | To configure the integration of GlobeSmart into Azure AD, you need to add GlobeS 1. In the **Add from the gallery** section, type **GlobeSmart** in the search box. 1. Select **GlobeSmart** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GlobeSmart |
active-directory | Goalquest Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/goalquest-tutorial.md | To configure the integration of GoalQuest into Azure AD, you need to add GoalQue 1. In the **Add from the gallery** section, type **GoalQuest** in the search box. 1. Select **GoalQuest** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GoalQuest Configure and test Azure AD SSO with GoalQuest 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 GoalQuest. |
active-directory | Golinks Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/golinks-tutorial.md | To configure the integration of GoLinks into Azure AD, you need to add GoLinks f 1. In the **Add from the gallery** section, type **GoLinks** in the search box. 1. Select **GoLinks** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GoLinks |
active-directory | Goodpractice Toolkit Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/goodpractice-toolkit-tutorial.md | To configure the integration of Mind Tools Toolkit into Azure AD, you need to ad 1. In the **Add from the gallery** section, enter **Mind Tools Toolkit** in the search box. 1. Select **Mind Tools Toolkit** from the search results, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Mind Tools Toolkit Configure and test Azure AD SSO with Mind Tools Toolkit 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 Mind Tools Toolkit. |
active-directory | Google Apps Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/google-apps-tutorial.md | To configure the integration of Google Cloud / G Suite Connector by Microsoft in 1. In the **Add from the gallery** section, type **Google Cloud / G Suite Connector by Microsoft** in the search box. 1. Select **Google Cloud / G Suite Connector by Microsoft** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + 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, assign roles, as well as walk through the SSO configuration as well. You can learn more about O365 wizards [here](/microsoft-365/admin/misc/azure-ad-setup-guides?view=o365-worldwide). ## Configure and test Azure AD single sign-on for Google Cloud / G Suite Connector by Microsoft |
active-directory | Gr8 People Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/gr8-people-tutorial.md | To configure the integration of gr8 People into Azure AD, you need to add gr8 Pe 1. In the **Add from the gallery** section, type **gr8 People** in the search box. 1. Select **gr8 People** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for gr8 People Configure and test Azure AD SSO with gr8 People 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 gr8 People. |
active-directory | Gradle Enterprise Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/gradle-enterprise-tutorial.md | To configure the integration of Gradle Enterprise into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Gradle Enterprise** in the search box. 1. Select **Gradle Enterprise** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Gradle Enterprise |
active-directory | Grammarly Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/grammarly-tutorial.md | To configure the integration of Grammarly into Azure AD, you need to add Grammar 1. In the **Add from the gallery** section, type **Grammarly** in the search box. 1. Select **Grammarly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Grammarly Configure and test Azure AD SSO with Grammarly 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 Grammarly. |
active-directory | Greenhouse Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/greenhouse-tutorial.md | To configure the integration of Greenhouse into Azure AD, you need to add Greenh 1. In the **Add from the gallery** section, type **Greenhouse** in the search box. 1. Select **Greenhouse** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Greenhouse |
active-directory | Greenlight Compliant Access Management Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/greenlight-compliant-access-management-tutorial.md | To configure the integration of Greenlight Compliant Access Management into Azur 1. In the **Add from the gallery** section, type **Greenlight Compliant Access Management** in the search box. 1. Select **Greenlight Compliant Access Management** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Greenlight Compliant Access Management Configure and test Azure AD SSO with Greenlight Compliant Access Management 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 Greenlight Compliant Access Management. |
active-directory | Greenlight Enterprise Business Controls Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/greenlight-enterprise-business-controls-platform-tutorial.md | To configure the integration of Greenlight Enterprise Business Controls Platform 1. In the **Add from the gallery** section, type **Greenlight Enterprise Business Controls Platform** in the search box. 1. Select **Greenlight Enterprise Business Controls Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Greenlight Enterprise Business Controls Platform Configure and test Azure AD SSO with Greenlight Enterprise Business Controls Platform 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 Greenlight Enterprise Business Controls Platform. |
active-directory | Greenlight Integration Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/greenlight-integration-platform-tutorial.md | To configure the integration of Greenlight Integration Platform into Azure AD, y 1. In the **Add from the gallery** section, type **Greenlight Integration Platform** in the search box. 1. Select **Greenlight Integration Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Greenlight Integration Platform Configure and test Azure AD SSO with Greenlight Integration Platform 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 Greenlight Integration Platform. |
active-directory | Greenorbit Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/greenorbit-tutorial.md | To configure the integration of GreenOrbit into Azure AD, you need to add GreenO 1. In the **Add from the gallery** section, type **GreenOrbit** in the search box. 1. Select **GreenOrbit** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for GreenOrbit Configure and test Azure AD SSO with GreenOrbit 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 GreenOrbit. |
active-directory | Grok Learning Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/grok-learning-tutorial.md | To configure the integration of Grok Learning into Azure AD, you need to add Gro 1. In the **Add from the gallery** section, type **Grok Learning** in the search box. 1. Select **Grok Learning** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Grok Learning Configure and test Azure AD SSO with Grok Learning 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 Grok Learning. |
active-directory | Grovo Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/grovo-tutorial.md | To configure the integration of Grovo into Azure AD, you need to add Grovo from 1. In the **Add from the gallery** section, type **Grovo** in the search box. 1. Select **Grovo** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Grovo Configure and test Azure AD SSO with Grovo 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 Grovo. |
active-directory | Guardium Data Protection Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/guardium-data-protection-tutorial.md | To configure the integration of Guardium Data Protection into Azure AD, you need 1. In the **Add from the gallery** section, type **Guardium Data Protection** in the search box. 1. Select **Guardium Data Protection** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Guardium Data Protection Configure and test Azure AD SSO with Guardium Data Protection 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 Guardium Data Protection. |
active-directory | Hackerone Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hackerone-tutorial.md | To configure the integration of HackerOne into Azure AD, you need to add HackerO 1. In the **Add from the gallery** section, type **HackerOne** in the search box. 1. Select **HackerOne** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HackerOne Configure and test Azure AD SSO with HackerOne 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 HackerOne. |
active-directory | Hacknotice Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hacknotice-tutorial.md | To configure the integration of HackNotice into Azure AD, you need to add HackNo 1. In the **Add from the gallery** section, type **HackNotice** in the search box. 1. Select **HackNotice** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HackNotice Configure and test Azure AD SSO with HackNotice 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 at HackNotice. |
active-directory | Halogen Software Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/halogen-software-tutorial.md | To configure the integration of Saba TalentSpace into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Saba TalentSpace** in the search box. 1. Select **Saba TalentSpace** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Saba TalentSpace Configure and test Azure AD SSO with Saba TalentSpace 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 Saba TalentSpace. |
active-directory | Halosys Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/halosys-tutorial.md | To configure the integration of Halosys into Azure AD, you need to add Halosys f 1. In the **Add from the gallery** section, type **Halosys** in the search box. 1. Select **Halosys** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Halosys Configure and test Azure AD SSO with Halosys 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 Halosys. |
active-directory | Happyfox Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/happyfox-tutorial.md | To configure the integration of HappyFox into Azure AD, you need to add HappyFox 1. In the **Add from the gallery** section, type **HappyFox** in the search box. 1. Select **HappyFox** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HappyFox Configure and test Azure AD SSO with HappyFox 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 HappyFox. |
active-directory | Harmony Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/harmony-tutorial.md | To configure the integration of Harmony into Azure AD, you need to add Harmony f 1. In the **Add from the gallery** section, type **Harmony** in the search box. 1. Select **Harmony** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Harmony Configure and test Azure AD SSO with Harmony 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 Harmony. |
active-directory | Harness Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/harness-tutorial.md | To configure the integration of Harness into Azure AD, you need to add Harness f 1. In the **Add from the gallery** section, type **Harness** in the search box. 1. Select **Harness** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Harness Configure and test Azure AD SSO with Harness 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 Harness. |
active-directory | Hcaptcha Enterprise Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hcaptcha-enterprise-tutorial.md | To configure the integration of hCaptcha Enterprise into Azure AD, you need to a 1. In the **Add from the gallery** section, type **hCaptcha Enterprise** in the search box. 1. Select **hCaptcha Enterprise** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for hCaptcha Enterprise |
active-directory | Header Citrix Netscaler Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/header-citrix-netscaler-tutorial.md | To integrate Citrix ADC with Azure AD, first add Citrix ADC to your list of mana 1. In the results, select **Citrix ADC**, and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Citrix ADC Configure and test Azure AD SSO with Citrix ADC by 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 Citrix ADC. |
active-directory | Headerf5 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/headerf5-tutorial.md | To configure the integration of F5 into Azure AD, you need to add F5 from the ga 1. In the **Add from the gallery** section, type **F5** in the search box. 1. Select **F5** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for F5 Configure and test Azure AD SSO with F5 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 F5. |
active-directory | Headspace Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/headspace-tutorial.md | To configure the integration of Headspace into Azure AD, you need to add Headspa 1. In the **Add from the gallery** section, type **Headspace** in the search box. 1. Select **Headspace** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Headspace Configure and test Azure AD SSO with Headspace 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 Headspace. Follow these steps to enable Azure AD SSO in the Azure portal. | email | user.mail | | family_name | user.surname | | userName | user.userprincipalname |++1. In order to fill Headspace's requirements, please follow the steps below to correctly configure the necessary Attributes & Claims: ++ 1. Click the pencil or **Edit** in the Attributes & Claims modal which should open a new page. ++ 2. Update the claims to match the below image, see step 3 for configuring `email`. + +  ++ 3. Open to manage the `email` claim and select **Transform** as the Source type and configure the transformation to match the screenshot below. + +  1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Certificate (PEM)** and select **Download** to download the certificate and save it on your computer. |
active-directory | Health Support System Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/health-support-system-tutorial.md | To configure the integration of Health Support System into Azure AD, you need to 1. In the **Add from the gallery** section, type **Health Support System** in the search box. 1. Select **Health Support System** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Health Support System Configure and test Azure AD SSO with Health Support System 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 Health Support System. |
active-directory | Helper Helper Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/helper-helper-tutorial.md | To configure the integration of Helper Helper into Azure AD, you need to add Hel 1. In the **Add from the gallery** section, type **Helper Helper** in the search box. 1. Select **Helper Helper** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Helper Helper Configure and test Azure AD SSO with Helper Helper 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 Helper Helper. |
active-directory | Helpscout Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/helpscout-tutorial.md | To configure the integration of Help Scout into Azure AD, you need to add Help S 1. In the **Add from the gallery** section, type **Help Scout** in the search box. 1. Select **Help Scout** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Help Scout Configure and test Azure AD SSO with Help Scout 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 Help Scout. |
active-directory | Helpshift Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/helpshift-tutorial.md | To configure the integration of Helpshift into Azure AD, you need to add Helpshi 1. In the **Add from the gallery** section, type **Helpshift** in the search box. 1. Select **Helpshift** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Helpshift Configure and test Azure AD SSO with Helpshift 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 Helpshift. |
active-directory | Heroku Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/heroku-tutorial.md | To configure the integration of Heroku into Azure AD, you need to add Heroku fro 1. In the **Add from the gallery** section, type **Heroku** in the search box. 1. Select **Heroku** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Heroku Configure and test Azure AD SSO with Heroku 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 Heroku. |
active-directory | Heybuddy Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/heybuddy-tutorial.md | To configure the integration of HeyBuddy into Azure AD, you need to add HeyBuddy 1. In the **Add from the gallery** section, type **HeyBuddy** in the search box. 1. Select **HeyBuddy** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HeyBuddy Configure and test Azure AD SSO with HeyBuddy 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 HeyBuddy. |
active-directory | Highground Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/highground-tutorial.md | To configure the integration of HighGround into Azure AD, you need to add HighGr 1. In the **Add from the gallery** section, type **HighGround** in the search box. 1. Select **HighGround** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for HighGround |
active-directory | Hightail Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hightail-tutorial.md | To configure the integration of Hightail into Azure AD, you need to add Hightail 1. In the **Add from the gallery** section, type **Hightail** in the search box. 1. Select **Hightail** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hightail Configure and test Azure AD SSO with Hightail 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 Hightail. |
active-directory | Hirebridge Ats Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hirebridge-ats-tutorial.md | To configure the integration of Hirebridge ATS into Azure AD, you need to add Hi 1. In the **Add from the gallery** section, type **Hirebridge ATS** in the search box. 1. Select **Hirebridge ATS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hirebridge ATS |
active-directory | Hiretual Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hiretual-tutorial.md | To configure the integration of hireEZ-SSO into Azure AD, you need to add hireEZ 1. In the **Add from the gallery** section, type **hireEZ-SSO** in the search box. 1. Select **hireEZ-SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for hireEZ-SSO Configure and test Azure AD SSO with hireEZ-SSO 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 hireEZ-SSO. |
active-directory | Hirevue Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hirevue-tutorial.md | To configure the integration of HireVue into Azure AD, you need to add HireVue f 1. In the **Add from the gallery** section, type **HireVue** in the search box. 1. Select **HireVue** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HireVue Configure and test Azure AD SSO with HireVue 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 HireVue. |
active-directory | Hive Learning Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hive-learning-tutorial.md | To configure the integration of Hive Learning into Azure AD, you need to add Hiv 1. In the **Add from the gallery** section, type **Hive Learning** in the search box. 1. Select **Hive Learning** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hive Learning Configure and test Azure AD SSO with Hive Learning 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 Hive Learning. |
active-directory | Hive Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hive-tutorial.md | To configure the integration of Hive into Azure AD, you need to add Hive from th 1. In the **Add from the gallery** section, type **Hive** in the search box. 1. Select **Hive** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hive Configure and test Azure AD SSO with Hive 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 Hive. |
active-directory | Holmes Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/holmes-tutorial.md | To configure the integration of ContractS CLM into Azure AD, you need to add Con 1. In the **Add from the gallery** section, type **ContractS CLM** in the search box. 1. Select **ContractS CLM** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ContractS CLM Configure and test Azure AD SSO with ContractS CLM 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 ContractS CLM. |
active-directory | Honestly Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/honestly-tutorial.md | To configure the integration of Honestly into Azure AD, you need to add Honestly 1. In the **Add from the gallery** section, type **Honestly** in the search box. 1. Select **Honestly** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Honestly |
active-directory | Hootsuite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hootsuite-tutorial.md | To configure the integration of Hootsuite into Azure AD, you need to add Hootsui 1. In the **Add from the gallery** section, type **Hootsuite** in the search box. 1. Select **Hootsuite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hootsuite Configure and test Azure AD SSO with Hootsuite 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 Hootsuite. |
active-directory | Hopsworks Ai Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hopsworks-ai-tutorial.md | To configure the integration of Hopsworks.ai into Azure AD, you need to add Hops 1. In the **Add from the gallery** section, type **Hopsworks.ai** in the search box. 1. Select **Hopsworks.ai** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hopsworks.ai Configure and test Azure AD SSO with Hopsworks.ai 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 Hopsworks.ai. |
active-directory | Hornbill Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hornbill-tutorial.md | To configure the integration of Hornbill into Azure AD, you need to add Hornbill 1. In the **Add from the gallery** section, type **Hornbill** in the search box. 1. Select **Hornbill** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hornbill Configure and test Azure AD SSO with Hornbill 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 Hornbill. |
active-directory | Hosted Heritage Online Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hosted-heritage-online-sso-tutorial.md | To configure the integration of Hosted Heritage Online SSO into Azure AD, you ne 1. In the **Add from the gallery** section, type **Hosted Heritage Online SSO** in the search box. 1. Select **Hosted Heritage Online SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hosted Heritage Online SSO Configure and test Azure AD SSO with Hosted Heritage Online SSO 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 Hosted Heritage Online SSO. |
active-directory | Hosted Mycirqa Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hosted-mycirqa-sso-tutorial.md | To configure the integration of Hosted MyCirqa SSO into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **Hosted MyCirqa SSO** in the search box. 1. Select **Hosted MyCirqa SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hosted MyCirqa SSO Configure and test Azure AD SSO with Hosted MyCirqa SSO 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 Hosted MyCirqa SSO. |
active-directory | Hostedgraphite Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hostedgraphite-tutorial.md | To configure the integration of Hosted Graphite into Azure AD, you need to add H 1. In the **Add from the gallery** section, type **Hosted Graphite** in the search box. 1. Select **Hosted Graphite** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hosted Graphite Configure and test Azure AD SSO with Hosted Graphite 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 Hosted Graphite. |
active-directory | Hownow Webapp Sso Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hownow-webapp-sso-tutorial.md | To configure the integration of HowNow WebApp SSO into Azure AD, you need to add 1. In the **Add from the gallery** section, type **HowNow WebApp SSO** in the search box. 1. Select **HowNow WebApp SSO** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HowNow WebApp SSO |
active-directory | Hoxhunt Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hoxhunt-tutorial.md | To configure the integration of Hoxhunt into Azure AD, you need to add Hoxhunt f 1. In the **Add from the gallery** section, type **Hoxhunt** in the search box. 1. Select **Hoxhunt** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hoxhunt Configure and test Azure AD SSO with Hoxhunt 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 Hoxhunt. |
active-directory | Hpesaas Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hpesaas-tutorial.md | To configure the integration of HPE SaaS into Azure AD, you need to add HPE SaaS 1. In the **Add from the gallery** section, type **HPE SaaS** in the search box. 1. Select **HPE SaaS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HPE SaaS Configure and test Azure AD SSO with HPE SaaS 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 HPE SaaS. |
active-directory | Hr2day Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hr2day-tutorial.md | To configure the integration of HR2day by Merces into Azure AD, you need to add 1. In the **Add from the gallery** section, type **HR2day by Merces** in the search box. 1. Select **HR2day by Merces** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HR2day by Merces Configure and test Azure AD SSO with HR2day by Merces 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 HR2day by Merces. |
active-directory | Hrworks Single Sign On Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hrworks-single-sign-on-tutorial.md | To configure the integration of HRworks Single Sign-On into Azure AD, you need t 1. In the **Add from the gallery** section, type **HRworks Single Sign-On** in the search box. 1. Select **HRworks Single Sign-On** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HRworks Single Sign-On Configure and test Azure AD SSO with HRworks Single Sign-On 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 HRworks Single Sign-On. |
active-directory | Hsb Thoughtspot Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hsb-thoughtspot-tutorial.md | To configure the integration of HSB ThoughtSpot into Azure AD, you need to add H 1. In the **Add from the gallery** section, type **HSB ThoughtSpot** in the search box. 1. Select **HSB ThoughtSpot** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HSB ThoughtSpot |
active-directory | Hub Planner Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hub-planner-tutorial.md | To configure the integration of Hub Planner into Azure AD, you need to add Hub P 1. In the **Add from the gallery** section, type **Hub Planner** in the search box. 1. Select **Hub Planner** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hub Planner Configure and test Azure AD SSO with Hub Planner 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 Hub Planner. |
active-directory | Hubble Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hubble-tutorial.md | To configure the integration of Hubble into Azure AD, you need to add Hubble fro 1. In the **Add from the gallery** section, type **Hubble** in the search box. 1. Select **Hubble** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hubble Configure and test Azure AD SSO with Hubble 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 Hubble. |
active-directory | Hubspot Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hubspot-tutorial.md | To configure the integration of HubSpot into Azure AD, you need to add HubSpot f 1. In the **Add from the gallery** section, type **HubSpot** in the search box. 1. Select **HubSpot** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for HubSpot Configure and test Azure AD SSO with HubSpot 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 HubSpot. |
active-directory | Huddle Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/huddle-tutorial.md | To configure the integration of Huddle into Azure AD, you need to add Huddle fro 1. In the **Add from the gallery** section, type **Huddle** in the search box. 1. Select **Huddle** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Huddle Configure and test Azure AD SSO with Huddle 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 Huddle. |
active-directory | Humanage Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/humanage-tutorial.md | To configure the integration of Humanage into Azure AD, you need to add Humanage 1. In the **Add from the gallery** section, type **Humanage** in the search box. 1. Select **Humanage** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on for Humanage Configure and test Azure AD SSO with Humanage 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 Humanage. |
active-directory | Hype Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hype-tutorial.md | To configure the integration of Hype into Azure AD, you need to add Hype from th 1. In the **Add from the gallery** section, type **Hype** in the search box. 1. Select **Hype** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Hype Configure and test Azure AD SSO with Hype 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 Hype. |
active-directory | Hyperanna Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/hyperanna-tutorial.md | To configure the integration of HyperAnna into Azure AD, you need to add HyperAn 1. In the **Add from the gallery** section, type **HyperAnna** in the search box. 1. Select **HyperAnna** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD single sign-on |
active-directory | Iamip Patent Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/iamip-patent-platform-tutorial.md | To configure the integration of IamIP Platform into Azure AD, you need to add Ia 1. In the **Add from the gallery** section, type **IamIP Platform** in the search box. 1. Select **IamIP Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IamIP Platform Configure and test Azure AD SSO with IamIP Platform 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 IamIP Platform. |
active-directory | Iauditor Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/iauditor-tutorial.md | To configure the integration of iAuditor into Azure AD, you need to add iAuditor 1. In the **Add from the gallery** section, type **iAuditor** in the search box. 1. Select **iAuditor** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for iAuditor Configure and test Azure AD SSO with iAuditor 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 iAuditor. |
active-directory | Ibm Digital Business Automation On Cloud Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ibm-digital-business-automation-on-cloud-tutorial.md | To configure the integration of IBM Digital Business Automation on Cloud into Az 1. In the **Add from the gallery** section, type **IBM Digital Business Automation on Cloud** in the search box. 1. Select **IBM Digital Business Automation on Cloud** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IBM Digital Business Automation on Cloud Configure and test Azure AD SSO with IBM Digital Business Automation on Cloud 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 IBM Digital Business Automation on Cloud. |
active-directory | Ibmid Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ibmid-tutorial.md | To configure the integration of IBMid into Azure AD, you need to add IBMid from 1. In the **Add from the gallery** section, type **IBMid** in the search box. 1. Select **IBMid** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IBMid Configure and test Azure AD SSO with IBMid 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 IBMid. |
active-directory | Ibmopenpages Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ibmopenpages-tutorial.md | To configure the integration of IBM OpenPages into Azure AD, you need to add IBM 1. In the **Add from the gallery** section, type **IBM OpenPages** in the search box. 1. Select **IBM OpenPages** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IBM OpenPages Configure and test Azure AD SSO with IBM OpenPages 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 IBM OpenPages. |
active-directory | Ice Contact Center Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ice-contact-center-tutorial.md | To configure the integration of ice Contact Center into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **ice Contact Center** in the search box. 1. Select **ice Contact Center** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ice Contact Center Configure and test Azure AD SSO with ice Contact Center 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 ice Contact Center. |
active-directory | Icertisicm Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/icertisicm-tutorial.md | To configure the integration of Icertis Contract Management Platform into Azure 1. In the **Add from the gallery** section, type **Icertis Contract Management Platform** in the search box. 1. Select **Icertis Contract Management Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Icertis Contract Management Platform Configure and test Azure AD SSO with Icertis Contract Management Platform 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 Icertis Contract Management Platform. |
active-directory | Icims Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/icims-tutorial.md | To configure the integration of ICIMS into Azure AD, you need to add ICIMS from 1. In the **Add from the gallery** section, type **ICIMS** in the search box. 1. Select **ICIMS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for ICIMS Configure and test Azure AD SSO with ICIMS 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 ICIMS. |
active-directory | Idc Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/idc-tutorial.md | To configure the integration of IDC into Azure AD, you need to add IDC from the 1. In the **Add from the gallery** section, type **IDC** in the search box. 1. Select **IDC** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IDC Configure and test Azure AD SSO with IDC 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 IDC. |
active-directory | Idrive Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/idrive-tutorial.md | To configure the integration of IDrive into Azure AD, you need to add IDrive fro 1. In the **Add from the gallery** section, type **IDrive** in the search box. 1. Select **IDrive** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IDrive Configure and test Azure AD SSO with IDrive 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 IDrive. |
active-directory | Idrive360 Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/idrive360-tutorial.md | To configure the integration of IDrive360 into Azure AD, you need to add IDrive3 1. In the **Add from the gallery** section, type **IDrive360** in the search box. 1. Select **IDrive360** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IDrive360 Configure and test Azure AD SSO with IDrive360 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 IDrive360. |
active-directory | Igloo Software Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/igloo-software-tutorial.md | To configure the integration of Igloo Software into Azure AD, you need to add Ig 1. In the **Add from the gallery** section, type **Igloo Software** in the search box. 1. Select **Igloo Software** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Igloo Software Configure and test Azure AD SSO with Igloo Software 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 Igloo Software. |
active-directory | Igrafx Platform Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/igrafx-platform-tutorial.md | To configure the integration of iGrafx Platform into Azure AD, you need to add i 1. In the **Add from the gallery** section, type **iGrafx Platform** in the search box. 1. Select **iGrafx Platform** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for iGrafx Platform Configure and test Azure AD SSO with iGrafx Platform 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 iGrafx Platform. |
active-directory | Ihasco Training Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ihasco-training-tutorial.md | To configure the integration of iHASCO Training into Azure AD, you need to add i 1. In the **Add from the gallery** section, type **iHASCO Training** in the search box. 1. Select **iHASCO Training** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for iHASCO Training |
active-directory | Illusive Networks Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/illusive-networks-tutorial.md | To configure the integration of Illusive Networks into Azure AD, you need to add 1. In the **Add from the gallery** section, type **Illusive Networks** in the search box. 1. Select **Illusive Networks** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Illusive Networks |
active-directory | Ilms Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/ilms-tutorial.md | To configure the integration of iLMS into Azure AD, you need to add iLMS from th 1. In the **Add from the gallery** section, type **iLMS** in the search box. 1. Select **iLMS** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for iLMS Configure and test Azure AD SSO with iLMS 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 iLMS. |
active-directory | Imagerelay Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/imagerelay-tutorial.md | To configure the integration of Image Relay into Azure AD, you need to add Image 1. In the **Add from the gallery** section, type **Image Relay** in the search box. 1. Select **Image Relay** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Image Relay Configure and test Azure AD SSO with Image Relay 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 Image Relay. |
active-directory | Impacriskmanager Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/impacriskmanager-tutorial.md | To configure the integration of IMPAC Risk Manager into Azure AD, you need to ad 1. In the **Add from the gallery** section, type **IMPAC Risk Manager** in the search box. 1. Select **IMPAC Risk Manager** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for IMPAC Risk Manager Configure and test Azure AD SSO with IMPAC Risk Manager 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 IMPAC Risk Manager. |
active-directory | Imperva Data Security Tutorial | https://github.com/MicrosoftDocs/azure-docs/commits/main/articles/active-directory/saas-apps/imperva-data-security-tutorial.md | To configure the integration of Imperva Data Security into Azure AD, you need to 1. In the **Add from the gallery** section, type **Imperva Data Security** in the search box. 1. Select **Imperva Data Security** from results panel and then add the app. Wait a few seconds while the app is added to your tenant. + 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, assign roles, as well as walk through the SSO configuration as well. [Learn more about Microsoft 365 wizards.](/microsoft-365/admin/misc/azure-ad-setup-guides) + ## Configure and test Azure AD SSO for Imperva Data Security |
active-directory |