我想知道,是否可以实现CURL命令:
-d "client_id=admin-cli" \
-d "username=user1" \
-d "password=test" \
-d "grant_type=password" \
"http://localhost:8080/auth/realms/SpringBootKeycloak/protocol/openid-connect/token".
在弹簧启动控制器内?你有什么例子吗?
PS:我想使用REST模板来做到这一点,但我不知道该怎么做。
非常感谢