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

Allow to change http method for refreshing OAuth token. #12792

Open
1 task done
OlgaSolodko opened this issue Apr 10, 2024 · 1 comment
Open
1 task done

Allow to change http method for refreshing OAuth token. #12792

OlgaSolodko opened this issue Apr 10, 2024 · 1 comment

Comments

@OlgaSolodko
Copy link

Is there an existing request for this feature?

  • I have searched the existing issues for this feature request and I know that duplicates will be closed

Is your feature request related to a problem?

Yes, in my organization we use PATCH method for refresh token, but Postman send only POST method for refresh.

Describe the solution you'd like

I want to have a possibility to change this method by myself in Additional settings of token autorefresh.

Describe alternatives you've considered

No response

Additional context

No response

@coditva
Copy link
Member

coditva commented Apr 12, 2024

@OlgaSolodko Thanks for writing in. It's quite unusual for the refresh token endpoint to be PATCH.
As a workaround, you can always send the refresh token request manually to get the new access token.

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

No branches or pull requests

2 participants