Hi there!
When I use OAuth to retrieve access token for accessing CRM I have problem:
In my Azure app I provide url for redirect, on which will be send authorization code as get parameter.
This page should be located on CRM side. But authorization code recieves in format like:
REDIRECT_URI/?code=AUTHORIZATION_CODE and I have a 500 error.
But if I want to parse this authorization code it need to be in format like:
REDIRECT_URI?Data=code%3DAUTHORIZATION_CODE
Redirect uri implies my custom web resource page in CRM. (for example xxx.crm.dynamics.com/.../somePage.html)
How to do it best way?
Is exist specific CRM page that using for retreiving authorization code? Or what?
How to get around this?









