Restrict Google+ Sign-In to specific Apps Domain
问题 Currently using the OAuth server side one-time-code flow, discussed here: https://developers.google.com/+/web/signin/server-side-flow Works perfectly for google login. I want the ability, though, to limit this login to only work for users that belong to a specific apps domain. Is there any way to enforce this through the api? OR am I limited to only doing this on my end after google authentication by regexing the email domain? (I would like to avoid this). Thanks! 回答1: There is no support for