QQConnect icon indicating copy to clipboard operation
QQConnect copied to clipboard

asp.net core2.0 QQ和微信登录

Results 11 QQConnect issues
Sort by recently updated
recently updated
newest added

## Summary [QQConnect](https://github.com/china-live/QQConnect) is vulnerable to Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF) that may lead to the elevation of privileges and per-user denial of service (DoS). ## Product...

![image](https://user-images.githubusercontent.com/28941817/74010907-88271580-49c1-11ea-8e1f-ca1eac8e4f1b.png) 按照demo一猫一样写的,id4一起动就报错,把addwechat段删掉就没事了。 An unhandled exception occurred while processing the request. MissingMethodException: Method not found: 'Void Microsoft.AspNetCore.Authentication.ClaimActionCollectionMapExtensions.MapCustomJson(Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection, System.String, System.Func`2)'. Microsoft.AspNetCore.Authentication.WeChat.WeChatOptions..ctor()

微信登陆没问题,qq登陆卡在了ExternalLoginCallback里面的 var info = await _signInManager.GetExternalLoginInfoAsync();这一行,没闹明白怎么回事儿

小程序登录实现起来有点麻烦呀。 1.wx.login()获取accessCode,传入ids4调用微信jscode2session拿到openid和session_key(可能有unionId)。 2.wx.getuserinfo()获取到加密数据和加密向量,再调用某个接口传入ids4,用上一步获取到的session_key对加密数据进行解密,解密完成就能拿到用户信息了。

你好, PC端二维码登录OK,但微信客户端(微信内置浏览器中打开)提示:此公众号并没有这些scope的权限,错误码:10005 什么原因? 我用https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers 官方的Provider也是一样的问题,请问怎么解决呢? 是否要在开放平台后台中申请 一个移动应用?目前申请的都是网站应用。

请问一下,微信授权成功后,也获取到了用户的userinfo, 但是页面不会跳转到ExternalLoginCallback,用户一直无法登录,

1. 回传 CallbackPath = new PathString("/signin-*"); 我并没有看到Controller公司此Action,请问一下这个是TwoFactory约定好的Url吗? 2. 微信小程序的授权过程是否能用TwoFactory的接口做支持?目前感觉不通的就是微信小程序授权过程中没 Token的概念,不确定HandleRemoteAuthenticateAsync过程是否能执行下去

是否持续更新移植到ORCHARD CORE 以及增加百度、新浪等

报这个错误了 An unhandled exception occurred while processing the request. ArgumentException: The 'ClientId' option must be provided. Parameter name: ClientId Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() Stack Query Cookies Headers ArgumentException: The 'ClientId' option must be...

配置了微信登录,但出现state过长的错误,请问是怎么回事?谢谢