Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Microsoft Login azuread-oauth2 header #1448

Open
fauziasf opened this issue Aug 10, 2020 · 0 comments
Open

Microsoft Login azuread-oauth2 header #1448

fauziasf opened this issue Aug 10, 2020 · 0 comments
Labels
wontfix This will not be worked on

Comments

@fauziasf
Copy link

fauziasf commented Aug 10, 2020

i'm trying to hit API '/oauth2/exchange_access_token/azuread-oauth2/' with different headers
currently the header of the 'Content-Type' = 'application/x-www-form-urlencoded'
i need to change it to 'Content-Type' = 'application/json'
i tried to add the code
builder.addHeader("Content-Type", "application/json");
in the OauthHeaderRequestInterceptor.java at line 35 butt the headers still 'Content-Type' = 'application/x-www-form-urlencoded' when i tried to inspect it in profiler
can you help me?

@kdmccormick kdmccormick added the wontfix This will not be worked on label May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants