Skip to content

Latest commit

 

History

History
 
 

06 Using Single Sign-On with Office Add-ins

Using Single Sign-On with Office Add-ins

The Microsoft identity platform enables developers to build many different types of applications to satisfy diverse business requirements and different scenarios. By supporting multiple OAuth 2.0 standard authentication protocols, developers can create different types of applications that meet business needs including single page applications, web apps, mobile or native apps, and services or daemon apps. In this module, you'll learn how you can implement different authentication protocols in popular application types.

This module is also published as a Microsoft Learn module: Application Types

Lab - Application Types

The lab for this module is available in multiple units within the associated Microsoft Learn module. Use the following links to jump to the specific unit. Each Microsoft Learn unit represents a different lab exercise & demo in the presentation.

  1. Exercise - Create an Office Add-in for Word that implements Single Sign-On

    In this exercise, you'll build a Word add-in that inserts details about the currently logged in user with Microsoft Graph. This process uses the single sign-on (SSO) authentication scheme.

  2. Exercise - Create an Office Add-in for Excel that implements Single Sign-On

    In this exercise, you'll build an Excel add-in that adds a list of the recent emails received by the currently logged in user with Microsoft Graph in a worksheet. This process uses the single sign-on (SSO) authentication scheme.

  3. Exercise - Create an Office Add-in for Outlook that implements Single Sign-On

    In this exercise, you'll build an Outlook add-in that adds a list of the recent emails received by the currently logged in user with Microsoft Graph in a worksheet. This process uses the single sign-on (SSO) authentication scheme.

Demos

  1. Create an Office Add-in for Word that implements Single Sign-On
  2. Create an Office Add-in for Excel that implements Single Sign-On
  3. Create an Office Add-in for Outlook that implements Single Sign-On

Contributors

Roles Author(s)
Lab Manuals / Slides Andrew Connell (Microsoft MVP, Voitanos) @andrewconnell

Version history

Version Date Comments
1.4 May 2, 2022 2022Q4 content refresh
1.3 February 22, 2022 2022Q3 content refresh
1.2 December 7, 2021 2022Q2 content refresh
1.1 September 6, 2021 2022Q1 content refresh
1.0 March 5, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.