fix: add Accept header for OIDC callback request #436

Merged
Kf637 merged 2 commits from main into dev-1.8.1 2025-11-12 22:26:56 +00:00
Kf637 commented 2025-11-12 08:53:46 +00:00 (Migrated from github.com)

Overview

Added Accept header for OIDC callback request to ensure proper content negotiation during token retrieval.

Changes Made

  • Added Accept: application/json header to the OIDC callback request handler.
  • No other logic, dependencies, or configuration changes were made.

Related Issues

No related issues.

Screenshots / Demos

Not applicable — internal header addition only.

Checklist

  • Code follows project style guidelines
  • No breaking changes introduced
  • I have read Contributing.md
# Overview Added `Accept` header for OIDC callback request to ensure proper content negotiation during token retrieval. # Changes Made - Added `Accept: application/json` header to the OIDC callback request handler. - No other logic, dependencies, or configuration changes were made. # Related Issues _No related issues._ # Screenshots / Demos _Not applicable — internal header addition only._ # Checklist - [x] Code follows project style guidelines - [x] No breaking changes introduced - [x] I have read [Contributing.md](https://github.com/Termix-SSH/Termix/blob/main/CONTRIBUTING.md)
Sign in to join this conversation.