我正在使用预览技术的Oauth2客户端,但它说无效的重定向网址。我正在使用https://github.com/previewtechnologies/oauth2-client的官方图书馆。以前有人遇到过这个问题吗?
答案 0 :(得分:0)
@imran,我来自Preview Technologies。你可以关注我们的github自述文件,看看
$provider = new \Previewtechs\Oauth2\Client\Provider([
'clientId' => '{previewtechs_client_id}', // The client ID assigned to you by Preview Technologies
'clientSecret' => '{previewtechs_client_secret}', // The client secret assigned to you by Preview Technologies
'redirectUri' => '{your_redirect_url}'
]);
但如果不起作用,那么您需要告诉我们将您的重定向网址列入白名单。