3rd-party-integrations / github-team-sync

Sync GitHub teams to groups in Active Directory, LDAP, Okta, OneLogin or AzureAD when using any authentication method for GitHub.
MIT License
201 stars 67 forks source link

Support emu accounts by adding EMU_SHORTCODE env var #173

Closed robandpdx closed 1 year ago

robandpdx commented 1 year ago

If the variable EMU_SHORTCODE is set, then the shortcode is appended to the username found in okta

Chocrates commented 1 year ago

Can we add this to https://github.com/robandpdx/github-team-sync/blob/emu-shortcode/githubapp/ldap.py#L67 and all other instances of the get_group_members methods?

robandpdx commented 1 year ago

Can we please add this to the other get_group_members methods

Done ✅