trying to request token from c#.net using grant type: authorization_code,
I’m getting the error “The grant type is unauthorized for this client_id”
I don’t know where to set the redirect url, I have set CORS Domains as http://0.0.0.0
Add information about the configuration settings of your app. : Custom
Authentication Method : OAuth 2.0 with JSON Web Tokens (Server Authentication) (pre populated.)
Please help.
Thanks.
Prasanna.