按照文档所述,目前无法使用authorization_code模式获取token。
授权码模式(authorization_code)主要针对第三方应用,是最为复杂也最为安全的一种模式,操作步骤如下
1. 访问地址,账号密码为默认的admin:http://localhost:8100/oauth/authorize?
tenant_id=000000&client_id=sword&redirect_uri=http://localhost:8888&code=233333&response_t ype=code
2. 获取跳转后的code值(http://localhost:8888/?code=VhYNLR)之后,调用 http://localhost/blade-auth/oauth/token 传入对应的参数
期望的结果:
能正常按照authorization_code获取到token
实际结果:
404
扫一扫访问 Blade技术社区 移动端