single-sign-on

How to get response of content type application/x-www-form-urlencoded by passing parameters in laravel

痴心易碎 提交于 2020-12-15 08:32:17
问题 I have used Api on to Single Sign In Opt with in Laravel https://sso/{custom_path}/token like this Api created using jwt. And on my end in web application passing access token and content type in header to Api call using http client guzzle. With content type application/x-www-form-urlencoded with parameters in form_params. But in response i am getting missing grant_type. As i am passing grant_type in form_parms array. Is there any other way to resolve this issue. Any valueable response will