I'm following office-js-helpers to enable SSO login, and then use the access token to call Graph API.
But, Authentication will open the login windows in a new tab even I have added in manifest.xml
<AppDomain>https://login.windows.net</AppDomain>
<AppDomain>https://login.microsoftonline.com</AppDomain>
Edit:
For SSO login, should it be redirected in the Outlook add-in instead of open a new Web Browser window?
Here is the demo project OutlookOneDriveGraphAddIn.
I want to enable graph api in my Outlook web addin, graph api will need login process, I want to be able request access token in my web addin.
If there is anything unclear, please let me know.