pwielgolaski / teamcity-oauth

teamcity oauth2 authentication plugin
Apache License 2.0
43 stars 25 forks source link

Only allow users from a specified domain #16

Closed nigelzor closed 6 years ago

nigelzor commented 6 years ago

I'm using this plugin with Google as the OAuth provider, but only want to allow users from my organization into TeamCity.

This basically matches the --email-domain option from https://github.com/bitly/oauth2_proxy.

pwielgolaski commented 6 years ago

thank you