🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

office-addin-sso

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-sso

Configure SSO for Office Addin project and provide SSO authentication service.

next
latest
Source
npmnpm
Version
3.0.4
Version published
Weekly downloads
1.5K
-10.65%
Maintainers
1
Weekly downloads
 
Created
Source

Office-Addin-SSO

This package provides the ability to register an application in Azure Active Directory and infrastructure for implementing single sign-on (SSO) taskpane add-ins.

Command-Line Interface

  • configure
  • start

configure

Configure an application in Azure Active Active Directory with necessary permissions and scopes to allow for making GraphApi calls on behalf of the logged-in user.

Syntax:

office-addin-sso configure <manifest> [secret-ttl]

manifest: path to manifest file.

secret-ttl: time to live for the secret used in the Azure app registration, in days. Default is 60 days.

start

Start the single sign-on service that listens for calls from the taskpane make Graph API calls using the Graph token generated by the taskpane add-in

Syntax:

office-addin-sso start <manifest>

manifest: path to manifest file.

Keywords

Office

FAQs

Package last updated on 26 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts