我想知道一些...关于我的谷歌应用程序域。
我使用 OAuth 2.0 作为客户端。
现在,我正在使用此 URL“ https://accounts.google.com/o/oauth2/auth ?”请求访问令牌。如果用户没有连接到他的谷歌帐户,他将被重定向到这样的页面:https ://accounts.google.com/ServiceLogin?service=lso&passive=1209600&continue= xxxxxxxxxx ......
但我想使用我的自定义页面(使用我的谷歌应用程序域)。我尝试手动执行我想要的操作(https://www.google.com/a/mydomain.com/ServiceLogin?service=lso&passive=1209600&continue=xxxxxxxxxx......)但我没有知道我可以以编程方式进行...
有人做了我想做的事吗?
问候,塞巴斯蒂安