Skip to main content

Office365

It seamlessly integrates collaboration tools with productivity applications from Microsoft 365, complemented by a suite of cloud services and security features.

Prerequisites

Users logging into Office365 must be assigned an immutable ID.

1 Go to Dashboard > Marketplace > SSO Integrations.

SSO

2 Select Office365 from the list.

3 You'll land on the overview page, with an additional tab: Installation (providing a step-by-step installation guide).

Overview

4 Click on INSTALL.

5 Provide a distinctive Name for the Office365 SSO flow and input the Domain Name. Add the domain registered with your Office365 account.

note

You cannot federate your default domain. To federate your Office365 Workspace, you must add a custom domain to Office365.

Install

6 Once the configurations are provided, click on INSTALL.

7 To enable Office365 SSO login, go to Applications > SSO, and select on the created Office365 SSO.

Office365 SSO

8 Click on Metadata, where the script for the particular SSO will be available. Click on DOWNLOAD SCRIPT.

DOWNLOAD SCRIPT

9 Go to Window Machine with Powershell with an admin access.

note

Run the Powershell in Administrator Mode.

10 Execute the following command.

Install-module msonline

Image

11 Run the subsequent command.

powershell -ExecutionPolicy ByPass -File {downloaded_script_filename}.ps1

Image

12 Confirm domain federation by running the following command.

get-msoldomain -DomainName {your_domain_name}

Image

13 Revoke the federated domain with connect-msolservice. You'll be prompted for the admin login of your Microsoft 365 account. Use set-msoldomainauthentication with DomainName

{your_domain_name} -> Authentication Managed

Image

14 Immutable ID is crucial for Microsoft 365 functionality. Check if the user has an immutable ID by running the following command.

get-MsolUser -UserPrincipalName {principalname} | select ImmutableID

Image

15 To set Immutable ID, run the following command.

set-MsolUser -UserPrincipalName {principalname} -ImmutableId {id here}

16 Return to your dashboard, assign a user with Office365 role. To do so, navigate to Users or Workspace Admins, click on the user you want to assign the role.

Workspace Admins

17 You will be taken to the user's Details tab, click on Roles & Groups.

18 Select List View and click on + ADD ROLE.

ADD ROLE

19 The available roles will appear; select sso-office365-Office365-role and click on ADD ROLES.

Available Roles

20 To verify whether SSO has been successfully enabled, go to Applications > SSO, click on SSO DASHBOARD button.

SSO DASHBORD

21 The Office365 SSO will be enabled successfully.

Office365 SSO

Know more

Marketplace

Application Details

Application Execution