Skip to main content
Question

Ignore Browser's Session Data and Prompt TO Register/Login on Connect through API integrated site.

  • November 20, 2025
  • 1 reply
  • 52 views

I want the connect button to always show register/login page but Calendly automatically loads an account which is already logged in browser.
So, If user is a first time visitor in my site and requires connecting to my app’s dedicated Calendly account, it fails cause they already have an personal account and it loads automatically .
I can add condition that current account doesn’t match with app’s account using DB, but then how to prompt the register page frommy account?

1 reply

  • Employee
  • May 22, 2026

Hi there,

 

Unfortunately there isn’t a way to force the register/login page as described. You will have prompt the user to logout of their current session after finding a mismatch. Then you will send the user to the authorize endpoint /oauth/authorize which should prompt them to login with your app’s credentials or sign up for a new account. I apologize we don’t have more documentation on this topic at this time! I will pass some feedback along to the team for this.

 

Thank you,