mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
106 stars 68 forks source link

Linking a different account than provided by LDAP server #302

Open jby opened 1 year ago

jby commented 1 year ago

Is it possible to link an account that's not the account provided by the backend LDAP-server? We're in the process of migrating between companies and have our MM setup in the old company (firstname.lastname@company1.com) but our Zoom in the new company (firstname.lastname@company2.com).

I can't find any way to manually provide the email address to connect to Zoom with, does it exist or are we bound to the email address that the backend LDAP-server provides for the user?

jby commented 1 year ago

We solved it by converting to using OAuth, but the question is probably still valid...