Identity Server (四) credential 模式
1. 按照这个文档,建立 client, api, Identity server 3个项目。
2 Client 可以根据获取到的Accesstoken 访问API
3. 用 Post man 获取 Accesstoken :
新建请求,url: https://localhost:5001/connect/token 并设置Authorization
Header 设置Content-Type :application/x-www-form-urlencoded
Body : grant_type=client_credentials&scope=api1 (选择raw, 也可以用x-www-form-urlencode 写键值对),可以获取到token