Search code examples
outlookoffice-jsoutlook-addinoutlook-web-addinsmicrosoft-graph-api

Does the msgraph-sdk-javascript library support SSO-OBO?


I am currently looking for a good JS library to use for my addin. And I came across this project : MSGRAPH-SDK-JAVASCRIPT

I tried to read through their project details but could not find out definitively if they support the SSO-OBO flow for addins.

Has anybody used the said library successfully for an SSO-OBO flow?

Thank you very much.


Solution

  • Single sign on and MS Graph SDK are different things. You can use SSO to deal with Graph API from Outlook web add-ins. See Using Single Sign-On (SSO) with Office Add-ins for more information.

    Also you may find the following posts helpful: