你好,我看文档里面的授权码模式,我怎么调用不通呢?
授权码模式(authorization_code)主要针对第三方应用,是最为复杂也最为安全的一种模式,操作步骤如下
1. 访问地址:http://localhost:8100/oauth/authorize? client_id=sword&redirect_uri=http://localhost:8888&code=233333&response_type=code 2. 获取跳转后的code值(http://localhost:8888/?code=VhYNLR)之后,调用 http://localhost/blade- auth/oauth/token 传入对应的参数
第一步就报错了, 报错
{
"error": "unauthorized",
"error_description": "Full authentication is required to access this resource"
}
这个是要怎么操作呢?
扫一扫访问 Blade技术社区 移动端