authlib / example-oauth2-server

Example for OAuth 2 Server for Authlib.
https://authlib.org/
685 stars 285 forks source link

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

Open bamcong opened 3 years ago

bamcong commented 3 years ago

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.