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.
Anil_G
(Anil Gorthi)
July 26, 2023, 5:03am
2
@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
Anil_G
(Anil Gorthi)
July 27, 2023, 11:15am
4
@MohammedKher_Kibabi
If you sue other activities then it would generally ask for every interaction
As specified try with other options
cheers
postwick
(Paul Ostwick)
August 22, 2023, 12:30pm
5
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).