Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 770 Bytes

File metadata and controls

31 lines (17 loc) · 770 Bytes

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

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>

manifest: path to manifest file.

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.