Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit f3d3528

Browse files
authored
Merge pull request #13 from OfficeDev/update-sso-m365
change readme to emphasize SSO
2 parents c558365 + 134ac36 commit f3d3528

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ReadMe.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
languages:
33
- javascript
44
page_type: sample
5-
description: "The sample implements an Outlook add-in that adds buttons to the Outlook ribbon."
5+
description: "The sample implements an Outlook add-in that accesses Microsoft Graph using single sign-on and adds buttons to the Outlook ribbon."
66
products:
77
- office
88
- office-outlook
99
urlFragment: outlook-ribbon-addin
1010
---
1111

12-
# AttachmentsDemo Sample Outlook Add-in
12+
# Single Sign-on (SSO) Sample Outlook Add-in
13+
14+
The sample implements an Outlook add-in that uses Office's SSO feature to give the add-in access to Microsoft Graph data. Specifically, it enables the user to save all attachments to their OneDrive. It also shows how to add custom buttons to the Outlook ribbon. The sample illustrates the following concepts:
1315

14-
The sample implements an Outlook add-in that adds buttons to the Outlook ribbon. It allows the user to save all attachments to their OneDrive. The sample illustrates the following concepts:
15-
16-
- Adding [add-in command buttons](https://docs.microsoft.com/outlook/add-ins/add-in-commands-for-outlook) to the Outlook ribbon when reading mail, including a UI-less button and a button that opens a task pane
17-
- Implementing a WebAPI to [retrieve attachments via a callback token and the Outlook REST API](https://dev.office.com/docs/add-ins/outlook/use-rest-api)
1816
- [Using the SSO access token](https://docs.microsoft.com/outlook/add-ins/authenticate-a-user-with-an-sso-token) to call the Microsoft Graph API without prompting the user
1917
- If the SSO token is not available, authenticating to the user's OneDrive using the OAuth2 implicit flow via the [office-js-helpers library](https://github.com/OfficeDev/office-js-helpers).
2018
- Using the [Microsoft Graph API](https://developer.microsoft.com/graph/docs/api-reference/v1.0/resources/onedrive) to create files in OneDrive.
19+
- Adding [add-in command buttons](https://docs.microsoft.com/outlook/add-ins/add-in-commands-for-outlook) to the Outlook ribbon when reading mail, including a UI-less button and a button that opens a task pane
20+
- Implementing a WebAPI to [retrieve attachments via a callback token and the Outlook REST API](https://dev.office.com/docs/add-ins/outlook/use-rest-api)
2121

2222
## Configuring the Sample
2323

0 commit comments

Comments
 (0)