[All SDKS] Change OAuth2 credential request content type header to application/x-www-form-urlencoded
#284
Closed
1 of 5 tasks
Labels
bug
Something isn't working
dotnet-sdk
Affects the C#/DotNet SDK
go-sdk
Affects the Go SDK
java-sdk
Affects the Java/Kotlin SDK
js-sdk
Affects the JavaScript SDK
python-sdk
Affects the Python SDK
As part of #255 we realized that while Auth0 supports both the JSON and
application/x-www-form-urlencoded
as the Content-Type of the Credential Flow request, the standard actually requires the latter, as pointed out by @nverbos-godaddy in openfga/java-sdk#47We need to change the rest of the SDKs to use
application/x-www-form-urlencoded
The text was updated successfully, but these errors were encountered: