Token Type issue #4237
Unanswered
qq1176914912
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.
-
When I use dex to obtain the refresh token, I met the client prompts "warn: Duende. Bff. Yarp. AccessTokenRequestTransform [4]

Access token is missing. token type: 'User', local path: 'api', detail: 'Unexpected access token type: The issue of "bearer - should be one of 'DPoP' or 'Bearer'", so I checked your project and found that the token type in most places of your project is "Bearer", except for a few places like handlers.go where it is "bearer" :
I wonder if this is how you designed it or if it should be changed to "Bearer" instead of "bearer"?
Beta Was this translation helpful? Give feedback.
All reactions