oidc icon indicating copy to clipboard operation
oidc copied to clipboard

fix: add auth_methods client_secret_basic for refresh token and revok…

Open kufd opened this issue 3 months ago • 3 comments

I have an authentication provider that only accepts client secrets from the request headers.

Because of this, the refresh token and revoke token requests fail — the Authorization header is missing.

This PR adds the Authorization header with the client credentials to those requests. Additionally, I’ve updated how the header is added in other requests to follow the same approach.

I’d appreciate any feedback and am happy to adjust the PR as needed.

kufd avatar Sep 30 '25 18:09 kufd

cc @elinashoko

rajatcing avatar Oct 01 '25 09:10 rajatcing

heya @kufd thank you for your contribution, we'll review as soon as we can!

elinashoko avatar Oct 07 '25 12:10 elinashoko

@muhlemmer Could you please take a look at the PR description? I’ve updated it — I hope it looks better now.

kufd avatar Oct 22 '25 17:10 kufd