Keycloak Missing form parameter: grant_type

前端 未结 6 1778
攒了一身酷
攒了一身酷 2021-02-05 00:51

I have keycloak standalone running on my local machine.

I created new realm called \'spring-test\', then new client called \'login-app\'

According to the rest docu

6条回答
  •  广开言路
    2021-02-05 01:44

    You should send your data in a POST request with Content-Type header value set to application/x-www-form-urlencoded, not json.

提交回复
热议问题