OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

Is it possible to request multiple tokens from the same endpoint with a single user login? #71

Open indriesergiu opened 6 years ago

indriesergiu commented 6 years ago

Using adal.js with implicit flow after user login (Azure AD in my case) it is possible acquire tokens for multiple services without user interaction. Is this possible with office-js-helpers?

WrathOfZombies commented 6 years ago

If the user is already logged in, then the user will see a popup flash. There is a way to do implicit iframe authentication but I haven't implemented it yet.

indriesergiu commented 6 years ago

Ok, thanks. Do you have any plans to support this feature?

WrathOfZombies commented 6 years ago

It is on my mind. I'll get to it after I complete stabilizing the existing release.