Auth_type=reauthenticate

User case:
In the first time setup of our app; the administrator has a list of zoom accounts to integrate with our scheduling app. Problem occurs on the oAuth authorize page where he is not asked to sign in foreach account he wants to connect, which forces the administrator to open the zoom website and manually logout foreach account he wants to connect to our app.

Solution:
Can you add the following support in your oauth url:
/oauth/authorize?auth_type=reauthenticate

if auth_type parameter is set to reauthenticate then force user to authenticate/sign in everytime.

Hey @joakim,

To solve this, the administrator could simply use private browser tab each time which would not retain the login.

Or, you could just use an Account Level OAuth app and install it once instead of installing a user level app for each user on your account.

Thanks,
Tommy