我正在尝试使用邮递员通过keycloak rest api在springboot领域中创建新客户端。 但我收到一个未知错误作为响应。
the url in post method -
--
localhost:8180/auth/admin/realms/springboot/clients
--
the header includes -
content type - application/json
authorization - bearer <access token...>
the json body is
---
"id":"1",
"clientId":"zzzzz",
"name":"aaaaa",
"description":"bbbbb",
"redirectUris":[ "\\" ],
"enabled":"true"
---
the response i'm getting is
403 : unknown error