diff --git a/OAuth2.md b/OAuth2.md index 7cdf073..67e6da6 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -42,6 +42,11 @@ The redirect URL is described in the wekan wiki: https://wekan.example.com/_oaut ## Rocket.Chat providing OAuth2 login to Wekan - [RocketChat Skip Install Registration Wizard Fix](https://github.com/RocketChat/Rocket.Chat/issues/31163#issuecomment-1848364117) + +> So for someone using snap, it means creating a file `/var/snap/rocketchat-server/common/override-setup-wizard.env ` (the name of the file itself could be anything as long as it has an .env extension) and setting its content to `OVERWRITE_SETTING_Show_Setup_Wizard=completed` +> +> Then, restarting the server by `systemctl restart snap.rocketchat-server.rocketchat-server.service` + - [RocketChat Webhook workaround](https://github.com/wekan/univention/issues/15) Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan.