Logout user via Keycloak REST API doesn't work

后端 未结 6 737
余生分开走
余生分开走 2020-12-14 06:55

I have issue while calling Keycloak\'s logout endpoint from an (mobile) application.

This scenario is supported as stated in its documentation:

6条回答
  •  既然无缘
    2020-12-14 07:28

    in version 3.4 you need as x-www-form-urlencoded body key client_id, client_secret and refresh_token.

提交回复
热议问题