GitHub Organization membership based OAuth authentication support #8584
adamlabadorf
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First thanks so much for your hard work making this excellent software!
I have a use case where I want to control user access using GitHub organization membership. The desired functionality was to add a list of allowed GitHub organization names at startup via environment variable config to the oauth flow and only allow access to those in certain organizations, rejecting otherwise.
I already have a base implementation of this feature that works but needs more polish. It makes these changes:
I didn't see this feature on the roadmap. If there is interest in accepting this feature I'll make a pull request after I've finished polishing and implementing tests and documentation.
Happy for any ideas, guidance, or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions