Skip to content

Authentication

Kenneth C. Arnold edited this page Oct 31, 2024 · 2 revisions

Goal: A simple login system.

Why:

  1. We need to ensure that only people we authorize can run the add-in (e.g., the Microsoft app store reviewers).
  2. We need to link logs to people for debrief interviews.
  3. We want to avoid maintaining our own password database (i.e., federated auth is ideal).

auth0

The work is split over two branches:

Microsoft Entra (MSAL)

Enable SSO in an Office Add-in using nested app authentication - Office Add-ins | Microsoft Learn

Clone this wiki locally