【发布时间】:2020-10-20 03:43:08
【问题描述】:
我使用http://localhost:8180/auth/realms/realm_name/protocol/openid-connect/token 端点获得了令牌。
在我需要获得领域的用户之后。然后我在没有令牌的情况下向http://localhost:8180/auth/admin/realms/experimental/users 端点发送请求。但是我收到了带有"error": "unknown_error" 正文的403 禁止响应。为什么?我该如何解决?
【问题讨论】: