gpt4 book ai didi

ios - 无法在 iOS 12 上使用 PWA 进行 Oauth

转载 作者:行者123 更新时间:2023-11-29 05:47:21 27 4
gpt4 key购买 nike

由于某种原因,我无法通过在 iOS 12 上进行重定向来重定向到 Oauth LinkedIn 页面,但它可以在 Android 和 UWP 上运行

我尝试在后端和 HTML 前端进行重定向,但这些都不起作用

private void LoginWithLinkedIn()
{
string clientID = WebConfigurationManager.AppSettings["LinkedInClientID"].ToString();
string url = string.Format("https://linkedin.com/oauth/v2/authorization?response_type=code&client_id={0}&redirect_uri={1}&state=fooobar&scope=r_liteprofile%20r_emailaddress%20w_member_social",
clientID, HttpUtility.UrlEncode("https://xxxxxxxxxx.azurewebsites.net/pwa/linkedin.aspx"));
Response.Redirect(url);
}

不确定为什么它可以在 Android 和 Windows 上运行,但在 iOS 12 上却不起作用。

最佳答案

在浏览器 (Safari) 中还是仅在“添加到主页”之后?

This has been fixed after changes were made to the W3C spec. I can confirm oauth works in PWAs for iOS 12.2. iOS 12.2 is still in beta right now and is the first version to fix this issue

引用:

另请参阅:

关于ios - 无法在 iOS 12 上使用 PWA 进行 Oauth,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56005806/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com