body content type : application/x-www-form-urlencoded
body :
grant_type : password
username : <username>
password : <password>
client_id : <clientid>
client_secret : <client secret key>
when I decode the the token , the "preferred_username" in claims is coming as an array instead of String which is causing an issue.
Could you please suggest what I am doing wrong.
Thanks in advance,
TIbin