Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我想处理 Zend 框架 1.11 版 openid 库,以便在一个页面中从消费者登录到提供者,而无需在从消费者输入标识符到提供者后重定向用户,一次性完成所有操作,以避免用户在消费者中输入电子邮件,然后输入电子邮件和密码再次在提供者中
所以您希望用户能够使用 OpenID 登录,而不会被重定向到他们的 OpenID 提供者?如果是这样,不幸的是这是不可能的。OpenID 的重点在于它使用第三方登录。但是,如果用户已经登录到他们的提供商的网站,他们通常会立即被重定向回您的应用程序,因此它看起来可以无缝运行。