example-oauth2-server icon indicating copy to clipboard operation
example-oauth2-server copied to clipboard

Does the 'client_secret_post' not support token 'revocation'?

Open bamcong opened this issue 4 years ago • 0 comments

image

image Hi. I tried with 'client_secret_post', but only an error appears ('invalid_client'). (No changes have been made to the source file.)

but, It works if I try after changing to 'client_secret_basic'. (client_metadata) image

work request format: image

Can you make it work in the 'client_secret_post' way? Maybe I'm trying to do something wrong, but I can't solve it even if I change various ways.

bamcong avatar Feb 18 '21 07:02 bamcong