Trying to set up Oauth2.0. To receive the token, the documentation says I need to include the scope in the body of the token request. This is backed up by the console response from the server of:
So I put the scope into the correct field:
And yet I get the same error and the request body doesnt have the scope in it:
How can I have the token request include the scope?