Skip to content

Conversation

@JorTurFer
Copy link
Contributor

Description

We have seen that during refresh_token grant type, the parameters are sent in query string and are logged by our monitoring systems. For token requests (specially over internet) x-www-form encoding should be used and currently it's used for code grant type too.

This PR updates the refresh_token grant type to use x-www-form

Checklist

  • Code format was applied: make fmt
  • Examples were added / adjusted (see e.g. here)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@JorTurFer JorTurFer requested a review from a team as a code owner November 28, 2025 15:45
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
@marceljk marceljk enabled auto-merge (squash) December 1, 2025 15:44
@marceljk marceljk merged commit f352d44 into stackitcloud:main Dec 1, 2025
5 checks passed
@JorTurFer JorTurFer deleted the fix-refresh-token branch December 1, 2025 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants