Problem
We are using AUTH_EE_GITLAB_BASE_URL for user driven permission syncing. If this is not set, it defaults to gitlab.com. When using a self-hosted code host, this results in 403 errors.
Solution
We really could store the code host url on the Account object instead.
I.e., sign in with gitlab.mycompany.net , the associated Account object now has that URL (maybe base url? Or account metadata?)
Follow up: