refresh token and required client secret #880
Unanswered
tamis-laan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement token refresh using
zitadel
,fastapi
+request-oauthlib
using the PCKE flow as followed:But I get the error
Failed to refresh token: (invalid_client) empty client secret
. However I would expect no client secret is needed when using PCKE.And If I remove the client id from
oauth2.refresh_token
as so:I get the following back from the zitadel server:
So I'm in a catch 22.
Anything I should be doing different??
requests/requests-oauthlib#554
Beta Was this translation helpful? Give feedback.
All reactions