Force user to login while connecting app Oauth2

Hi, i’m trying to force user enter credentials (or have ability to chose another. Pipedrive account) every time my app is connecting.

Usually it works by adding prompt=login to request params, but with pipedrive it doesn’t work. I’ve tried to find any options in API doc but looks like there’re nothing relating to it.

It’s important for me because my users have access to different pipedrive accounts and now it requires them to use “incognito” mode in browser to connect my application using properly Pipedrive account.

Hi @Serhii_Smile
Thanks for being patient! Unfortunately, the OAuth flow currently in place does not support choosing multiple accounts at the moment. However, upon authorization with individual accounts, we expect the logic to switch between authorized accounts to be on the app side.

Neverthless, this is a good feedback and I will pass it on the engineering & product teams :slight_smile: