Configure Single Sign-on for Office 365

You can enable users to sign on to Office 365 using one of the following methods:

  • Secure Web Authentication (SWA)
  • WS-Federation - Automatic
  • WS-Federation - Manual

SWA is a Single Sign-on method developed by Okta. It stores the end-user credentials using strong encryption combined with a customer-specific private key. When the end-user clicks the app, Okta securely signs them in using the encrypted credentials. See SWA app integrations.

WS-Federation defines mechanisms to transfer identity information using encrypted SOAP messages. It does not require a separate password for Office 365. See WS-Fed app integrations.

Before you begin

  • Complete Add Office 365 to Okta.
  • Bring users into Okta: You can import users from a directory such as Active Directory (AD) or an app such as Salesforce. Currently, Okta doesn't support imports that take longer than two hours to complete. Contact Support if you have this type of import. You can also create users directly in Okta. See the following for more information:

  • Disable the Microsoft MFA for the Office 365 admin account you’re using for WS-Federation. If the MFA is enabled, it can break provisioning and Single Sign-on set-ups in Okta.
  • If you're integrating an Azure AD tenant that has the Web Sign-in option Enabled in Microsoft Endpoint Manager admin center, ensure its configuration settings allow your Okta org URL. See the Microsoft Doc for Policy CSP - Authentication.

Start this task

  1. You can use one of the following methods to configure Single Sign-on for Office 365:

  2. Once you've configured the single sign on, you need to Test Single Sign-on configuration.

Configure Single Sign on using Secure Web Authentication

You can enable users to sign into Office 365 using either SWA or WS-Federation. When possible, use WS-Federation because it is more secure than SWA.

  1. Go to Office 365 > Sign on > Settings > Edit.
  2. In Sign on Methods, select Secure Web Authentication.
  3. Select the appropriate option for username and password setup. See Secure Web Authentication.
  4. Map username format as explained in Provisioning users, section 3. Test provisioning.
  5. Click Save.

Configure Single Sign on using WS-Federation

There are two ways of configuring WS-Federation: automatic and using PowerShell. You can allow Okta to automatically configure WS-Federation or you can manually configure it using customized PowerShell script provided by Okta. Configuring WS-Federation automatically is recommended because Okta takes care of the back-end procedures.

Configure Single Sign-on using WS-Federation - automatic method

  1. Go to Office 365 > Sign on > Settings > Edit.
  2. In Sign on Methods, select WS-Federation > Automatic.
  3. Enter your Office 365 Administrator Username and Password.
  4. Click Fetch and Select. This displays a list of all Office 365 domains available for federation.
  5. Select domains that you want to federate.
  6. Click Save.
Info

Ensure your administrator credentials for the Office 365 are NOT in the domain you are federating.

This will lock you out of the Office 365 domain. You won’t be able to authenticate yourself in Microsoft 365 Admin Center as you have to authenticate through Okta, where you will be treated as a user, not as an admin. Ensure you are using administrator credentials for an account that is on your default Office 365 domain. The default tenant domain is yourtenant.onmicrosoft.com (yourtenant.onmicrosoft.us for GCC High).

Configure Single Sign on using WS-Federation - PowerShell method

  1. Go to Office 365 > Sign on > Settings > Edit.
  2. In Sign on Methods, select WS-Federation > Manual using PowerShell.
  3. Click View Setup Instructions for the PowerShell command customized for your domain.
  4. Copy this command for use in PowerShell.

In PowerShell:

  1. Enter Connect-MsolService (for GCC High, enter Connect-MsolService -AzureEnvironment USGovernment).
  2. Enter your Office 365 Global Administrator username and password.
  3. Enter the copied customized PowerShell command.
  4. Ensure the federation is successful by entering this command:
  5. Get-MsolDomainFederationSettings -DomainName yourdomain.name

Test Single Sign-on configuration

  1. Log into Okta as a test user.
  2. Open Office 365 from the end-user dashboard.
  3. Ensure the user is successfully logged in to the Office 365 account.

Next step

Provision users to Office 365