[oauth] Re: Oauth 2.0 login restriction

2014-05-15 Thread rossi
I agree that login_hint from Google OAuth2.0 API sounds appropriate. On Friday, November 1, 2013 10:47:00 PM UTC+2, Hitoshi Uchida wrote: Hi, If you use Google OAuth2.0 API, how about using login_hint parameter to identify the domain of user's email address ?

[oauth] Re: Oauth 2.0 login restriction

2014-05-13 Thread Danie van der Merwe
Hi there I am wondering did you ever get an answer to this? I would like to implement the same thing Danie On Thursday, 1 August 2013 13:05:04 UTC+2, ck Tan wrote: Does anyone know that is it possible to restrict other business domain to login to my web application ? I am developing

Re: [oauth] Re: Oauth 2.0 login restriction

2013-11-02 Thread Nat Sakimura
Actually, login_hint is OpenID Connect Standard parameters and can be found in many other places. What Google's OAuth 2.0 login api is based on OpenID Connect Implementer's Draft. See current draft of OpenID Connect here: http://openid.bitbucket.org/openid-connect-core-1_0.html 2013/11/2

[oauth] Re: Oauth 2.0 login restriction

2013-11-01 Thread hitoshi uchida
Hi, If you use Google OAuth2.0 API, how about using login_hint parameter to identify the domain of user's email address ? https://developers.google.com/accounts/docs/OAuth2Login?hl=ja#sendauthrequest Please note the login_hint isn't a standardized parameter of IETF OAuth2, just available with