Microsoft Office 365 scope activity: Interactive Token

Hi,

I’m using the Microsoft Office 365 scope activity to get/send emails and authentication type as Interactive token, but I’m getting “Select an account” popup. To disable the popup, I deleted the credentials token located in the ‘C:\Userusername\AppData\Roaming\UiPath\authentication’ folder. However, I still need to manually select the account once to generate a fresh office365 token file, but I’m getting a blank screen in the popup.

@Sakshii,

Change the Authentication types to Integrated Windows Authentication (IWA). Just remember this Works only for federated users and if your registered Azure application is configured to support IWA. Doesn’t work for Multi-Factor Authentication (MFA).

Refer this documentation for other options.

Thanks,
Ashok :slight_smile:

You’re supposed to get the select account popup. That’s what interactive means. It means you are presented with a login so you can interactively choose the account and provide the username/password.