登录提示:Scope 参数错误或没有 Scope 权限
排查方案:
1:使用的是订阅号,订阅号没有权限使用网页授权,详细可参考接口权限:https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Explanation_of_interface_privileges.html
2:需要已认证的服务号
3:网页授权回调域名填写错误
4:Scope参数顺序不对
5:服务号不支持扫码登录,要网站应用才支持:https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html
6:snsapi_userinfo的接口权限被封
使用网站应用授权,通过服务端获取https://open.weixin.qq.com/connect/qrconnect?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect页面上的 二维码地址
https://open.weixin.qq.com/connect/confirm?uuid=xxxxxxxxxxxxxxxxx
,通过服务器做重定向,这时候微信客户端的显示。微信直接扫码就可以正常授权。请问我应该怎么才能通过服务端做转发。
我用的测试账号申请二维码登陆报scope的没有权限https://open.weixin.qq.com/connect/qrconnect?appid=wx1f39d102998d1ce4&redirect_uri=http://cosmetics.dev.jamci.cn/&response_type=code&scope=snsapi_login&state=123321#wechat_redirect
https://open.weixin.qq.com/connect/qrconnect?appid=wx54775478d4794518&redirect_uri=https%3A%2F%2Fadmin.site.my-qcloud.com%2Fexusers%2Fwechat_callback.php%3Fsessid%3D5od3r6sl46h7rivcgk9c4t5je7&response_type=code&scope=snsapi_userinfo&state=08e07b2a24d5385d6b2d3d121384190d#wechat_redirect
公众号获取二维码跳转到这里链接提示
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7eb6d25050e0e245&redirect_uri=https%3A%2F%2Fa.saasapple.com%2FJ01N02%2Ftest&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect
按照文档排查了,查不出问题,请协助一下。
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7eb6d25050e0e245&redirect_uri=https%3A%2F%2Fa.saasapple.com%2FJ01N02%2Ftest&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect
请协助排查一下。
认证服务号,未过期,权限都已经开通,域名也已经填写正确
ID;gh_108beef05402已进行认证且通过,但依旧显示Scope参数错误或没有Scope权限,错误码:10005
appid: wx0b072402352335f4 测试的号,然后获取snsapi_userinfo报错:
Scope 参数错误或没有 Scope 权限
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx0b072402352335f4&redirect_uri=https%3A%2F%2Fhome-app-1257364152.cos-website.ap-beijing.myqcloud.com&response_type=code&scope=snsapi_userinfo&state=STATE&connect_redirect=1#wechat_redirect
https://open.weixin.qq.com/connect/qrconnect?appid=wxb6363a173967ee53&redirect_uri=design.saftop.cn/#/authCallbackWX&response_type=code&scope=snsapi_login&state=1238443
麻烦帮忙检查下是哪里错误了
能帮忙看看嘛?
微信公众号id,回调url是网站应用下的域名, 打开后报这个错误,请问是什么原因呢?
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx92112f2d51f316f2&redirect_uri=https%3A%2F%2Fcoral.liangjingapp.com%2Fwx%2Flogin%2FcallBack&response_type=code&scope=snsapi_userinfo&state=&connect_redirect=1#wechat_redirect
主扫微信二维码提示这个错误. 什么原因! 公众号到期了嘛?