I attempted to send a request to /oauth/token
, with an audience, it does not fail, but I just get back the ID Token.
{
"grant_type":"authorization_code",
"redirect_uri":"http://localhost:3000",
"audience":"https://locahost/query",
"client_id":"FYlBPbNm7vZi9YPwVFyR7J2TLKrzNtST",
"code_verifier":"rQ_ecQXnwC1ss5P4VkOYjOT0CTqyt4DmaZoh_VFg73V",
"code":"2WC39kEWeh6sJaLU"
}