Office 365 login prompt popup issue When Running Microsoft office 365 scope using Interactive token with get email activity

Dears,

I’m facing a frequent issue when Running a process that uses Microsoft office 365 scope using Interactive token with get email activity.

It gives suddenly (Office 365 login prompt popup) every 3 hours Knowing that it was working fine without this issue since 2 years.

I’m using UiPath (Legeacy-Windows) project type.

@MohammedKher_Kibabi

Ideally interactive token is suited for attended for the same purpose it can be coming any time randomly…

Try using application secret or other authentications which are best auited for unattended

https://docs.uipath.com/activities/other/latest/productivity/microsoft-office-365-scope

Also are you using any other activity other than get mail in your flow? Like file interactions or lists?

Cheers

1 Like

Thank you @Anil_G

Yes, I use.

1 Like

@MohammedKher_Kibabi

If you sue other activities then it would generally ask for every interaction

As specified try with other options

cheers

That’s what InteractiveToken is supposed to do. If you don’t want it to prompt for credentials, use Interactive Windows Authentication (assuming your login has the permissions).