如何对自定义 PHP Web 应用程序使用 Google 应用程序身份验证?

发布于 2024-10-19 18:44:10 字数 387 浏览 2 评论 0 原文

我有一个网络应用程序,用户可以将文件上传到其中。我想使用此应用程序对用户进行身份验证,并且他们都有 Google 应用程序电子邮件。如果我可以将 Google 应用程序身份验证集成到我的网络应用程序中,那就太棒了。

我只是不想将应用程序转换为 Google App Engine(Python/Java)或在 PHP Web 应用程序之上编织 Google App 网页来进行身份验证。

是否有可能 - 我问谷歌,请验证用户 - 如果是的话?然后加载页面,否则 - 抱歉!

希望我说得有道理。非常感谢任何帮助!

ps:相关网络应用程序以及谷歌应用程序电子邮件位于同一域 mycompany.com 上。 (webmail.mycompany.com 和 myapp.mycompany.com)

I have a web app that users upload files to. I want to authenticate users using this app and they all have Google App email. If I can integrate just Google App authentication to my web app, that had be awesome.

I just don't want to convert the app to Google App Engine (Python/Java) or knit a Google App webpage on top of PHP web app to authenticate.

Is there a possibility like - I ask Google, pl authenticate user - if yes? then load page or else - sorry!

Hope I made sense. Any help is much appreciated!

p.s : The web app in question as well as google app email are on the same domain, mycompany.com. (webmail.mycompany.com and myapp.mycompany.com)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

酒儿 2024-10-26 18:44:10

您可以使用开放身份验证来登录谷歌。如果用户尚未登录,则需要重定向到 google 才能登录。不知道当你说“在 php 网页之上编织一个 google 应用程序网页”时,这是否是你的意思,但这是不可避免的。

请查看此处 https://developers.google.com/accounts/docs/OpenID

You can use open auth to do logins with google. The user will need to be redirected to google to login if they aren't logged in yet. Don't know if is what you mean when you say "knit a google app webpage on top of a php webpage" but that is unavoidable.

Take a look here https://developers.google.com/accounts/docs/OpenID

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文