Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh token request remove some parameters #1

Open
psyray opened this issue Jun 20, 2024 · 0 comments
Open

Refresh token request remove some parameters #1

psyray opened this issue Jun 20, 2024 · 0 comments

Comments

@psyray
Copy link

psyray commented Jun 20, 2024

Hi,

Thanks for your plugin, he works very well.

There's just a little bug, when you use the 3, to refresh the refresh token, it works well but if you have a parameter AFTER the refresh_token parameter, your extension does not put in in the modified request, the one with the last refresh_token fetched

For ex:
You have in the protocol/openid-connect/token url the following parameters in the body :

grant_type=refresh_token&refresh_token=expired_refresh_token&client_id=some_value

The replaced query is

grant_type=refresh_token&refresh_token=valid_refresh_token

client_id is gone and the request fails.
If client_id is before, no problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant