host Zulip and would like to know if someone knows the exact configuration which needs to be done to make the Github Auth Backend works with on-premise GitHub (GitHub.company.com) ?
Will appreciate your suggestion and feedback.
host Zulip and would like to know if someone knows the exact configuration which needs to be done to make the Github Auth Backend works with on-premise GitHub (GitHub.company.com) ?
Will appreciate your suggestion and feedback.
Copyright © 2021 Jogjafile Inc.
I think you can configure via looking into
settings.pyfrom the main zulip repo, as well as setting the configuration secrets ex:SOCIAL_AUTH_GITHUB_KEY,SOCIAL_AUTH_GITHUB_ORG_NAMEetc inzulip-secrets.conf. Further details are documented in your settings.py.