Open MoeLuoYu opened 1 year ago
我要设置正版验证的回调地址出现403,这导致点击验证之后出现 我们无法完成你的请求 invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.
我直接访问mojang/callback显示403无权访问
如果是mojang/callback显示403无权访问那说明回调地址没有问题,但如果是404那才是有问题。检查一下Azure那边“身份验证”中 web的重定向url是否填写正确,比如别写成localhost/mojang/callback的情况
强烈建议KEY和SECRET是找对,这是一个大坑
我要设置正版验证的回调地址出现403,这导致点击验证之后出现 我们无法完成你的请求 invalid_request: The provided value for the input parameter 'redirect_uri' is not valid. The expected value is a URI which matches a redirect URI registered for this client application.