I'm trying to use the external login via Google and I can't find a solution to two separate issues:
Can I restrict the allowed logins by Google based on the domain of their email address? This is possible via Google, however it does not seem to be an option on the Authentication Handler
Can I get the email address of the user in the ExternalLoginCallback method from Google?
Go to the complete details ...