作者:蒋飙,软件工程师,GE 数字集团
本博客的主要内容包括:
其中,--authorized_grant_types 参数用于指定客户端可以使用的取得授权的方式;--authorities 用于指定客户端在独立使用(即以 client credential
本博客的主要内容包括:
- 指定 UAA 实例并以管理员身份登录
- 添加和查看客户端
- 添加和查看用户
- 添加用户到用户组
- 通过 authorization code 方式取得授权并查看令牌
- 通过 client credentials 方式取得授权并查看令牌
- 删除用户
- 删除客户端
*准备
创建 UAA,可参考:http://blog.youkuaiyun.com/predixcn/article/details/70183179
安装 UAAC,可参考:http://blog.youkuaiyun.com/predixcn/article/details/54946339*开始
*通过 uaac target 指定 UAA 实例
*通过 uaac token client get admin 以管理员身份登录
*通过 uaac client add 添加客户端
其中,--authorized_grant_types 参数用于指定客户端可以使用的取得授权的方式;--authorities 用于指定客户端在独立使用(即以 client credential