-
Notifications
You must be signed in to change notification settings - Fork 893
Open
Description
URL of sample
Outlook-Add-in-SSO-NAA-IE
Describe the bug
I am unsure if this is a bug or is by design. The select user dialog always shows whenever getTokenWithDialogApi() is called.
To Reproduce
Please run the sample as is and run it on a IE-backed outlook client.
Steps to reproduce the behavior:
- Install the sample provided in the URL.
- Open the sample addin in an IE-backed outlook client.
- The dialog to select a user pops up. Click on the user and allow it to succeed.
- Close the addin.
- Open the sample addin again in the same IE-backed outlook client.
- The dialog to select a user pops up again. Click on the user and allow it to succeed.
Expected behavior
I don't know if this is expected behavior or not. Thank you.
Environment
- Platform [PC desktop, Mac, iOS, Office Online]: PC
- Host [Excel, Word, PowerPoint, etc.]: Outlook
- Office version number: Any IE-backed Outlook client
- Operating System: Windows
- Browser (if using Office Online): NA
Additional context
We wanted to check if this is expected behavior. Is it expected to ask the user to select an account every time the dialog pops up? Thank you.