Hi Guys,
I've created a dotnet core web app using the adwords api, following the instructions in your excellent video series presented by Xerxes and its working perfectly from
https://localhost:44307
However having deployed it onto our staging server I'm getting the following error
Request details
response_type=code
client_id=<my client key>
redirect_uri=
https://reach.hpsgroup.co.uk/signin-googlescope=openid profile email
state=CfDJ8AZVBrSG6w9GogCKPajG8lj85KpAUp6SDsYBcwJyTaCLrdd3-ijA_X2fxgfmoMzfwv4QQRW-W3vJMrNwN2rLAygRtkc23e7-MXcGelbwRRqvMu36Rd1PwbJAc9CEIVkfMWYu_0ep4sO3yyogURkoHxtwoRic8C8rXa8kM7QmVZeVlvqcXPK-c8MY-xYuC1-GSBDwiEcO09aMj8tfTYcEhLovEE1pMGomLgLFstvsSQXlprwsHfpMQnWN7RyPokhGXeHffSq6rZ-8TOst6uB_JtSGKUME3CB6cB8Gv1gH41Ce
That’s all we know.
Reading all past information on the subject I should add additional 'Authorised redirect URIs' found under the Application Type - Web Application within the 'Create oAuth client ID'. What I am confused about is during video 'Adwords APi Episode 2' Xerxes states the installed application type should be 'Other' which doesn't offer any input fields to enter 'Authorised redirect URIs'
Am I missing something or is this error caused by the dotnet core configuration at the server end where a reverse proxy is established between IIS and Kestrel server?
Any help much appreciated
Graham