1.post 请求
2.地址 http://ip:端口/auth/realms/域名/protocol/openid-connect/token
3.请求参数选择body 选择 x-www-form-urlencoder
4.参数
grant_type password
client_id admin-cli
username 你的用户名
password 你的密码
1.post 请求
2.地址 http://ip:端口/auth/realms/域名/protocol/openid-connect/token
3.请求参数选择body 选择 x-www-form-urlencoder
4.参数
grant_type password
client_id admin-cli
username 你的用户名
password 你的密码