Question
Fortiauthenticator oauth/openid token endpoint error if content-type include charset
Hello,
I'm trying to use Fortiauthenticator as IDP for Keycloak, but when keycloak send token request (/api/v1/oauth/token/) with Content-Type including charset=UTF-8 it doesn't work. I use Curl to test the request removing the charset and it worked.
HTTP headers:
"Content-Type: application/x-www-form-urlencoded; charset=UTF-8" --> not working
"Content-Type: application/x-www-form-urlencoded" --> works
Is there any method/config to allow Fortiauthenticator accept charset at Content-Type header ?
br,
