-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support SSO to GitHub OIDC with specific organization #12238
Comments
I don't think we're keen to add any logic or integration specific to GitHub. But perhaps someone else on the team could chip in? If someone wants to take a crack at this in the spirit of the original comment, it looks like there are two key places to change:
Lines 31 to 44 in f44d729
synapse/synapse/handlers/sso.py Lines 1029 to 1059 in 3f7cfbc
|
If you add the |
Nope, as the returned user info doesn't include organizations directly, it provides a URL — which can be successfully retrieved with
Consider the e.g. Grafana integration with GitHub, which accepts |
This is a new issue based on this comment. I'm trying to configure SSO/OIDC to GitHub such that only users in a specific organization are permitted. But this doesn't seem to be possible.
The text was updated successfully, but these errors were encountered: