You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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 :The replaced query is
client_id is gone and the request fails.
If client_id is before, no problem
The text was updated successfully, but these errors were encountered: