When the user authorizes an OAuth application, a screen is shown where the user explicitly grants permission for information to be shared with that application (https://github.com/csvalpha/amber-ui/blob/staging/app/templates/oauth/authorize.hbs). However, currently, allow_tomato_sharing is not set to true when the user grants permission for SOFIA. When refreshing users in SOFIA, this user is then not synchronized. This PR fixes that.
Summary
When the user authorizes an OAuth application, a screen is shown where the user explicitly grants permission for information to be shared with that application (https://github.com/csvalpha/amber-ui/blob/staging/app/templates/oauth/authorize.hbs). However, currently, allow_tomato_sharing is not set to true when the user grants permission for SOFIA. When refreshing users in SOFIA, this user is then not synchronized. This PR fixes that.