authlib / authlib/example-oauth2-server

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

Open
#79 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
705
Forks
279
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/25521317/108321617-c3c90200-7207-11eb-9a76-2c966d1187f8.png)

![image](https://user-images.githubusercontent.com/25521317/108321966-36d27880-7208-11eb-96af-5d05dc15d788.png)
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](https://user-images.githubusercontent.com/25521317/108322438-cd9f3500-7208-11eb-8301-601ad4d4bef3.png)

work request format:
![image](https://user-images.githubusercontent.com/25521317/108322190-83b64f00-7208-11eb-862f-adb7b56893c3.png)

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.