OAuth authorization umbraco REST API not working with IIS.
Hii,
I have installed umbracoCms and umbracoCMS.restAPi into my project and the rest apis are working fine when i use it on a Localhost.
But when i publish my umbraco project and run it through IIS on my local IP address and try to access the "http://mysite.com/umbraco/oauth/token" then i am not able to access it. It shows a 404 Not Found error message. But other Rest Apis like "/umbraco/rest/v1/content" etc works fine same as before as works on the localhost.
OAuth authorization umbraco REST API not working with IIS.
Hii, I have installed umbracoCms and umbracoCMS.restAPi into my project and the rest apis are working fine when i use it on a Localhost.
But when i publish my umbraco project and run it through IIS on my local IP address and try to access the "http://mysite.com/umbraco/oauth/token" then i am not able to access it. It shows a 404 Not Found error message. But other Rest Apis like "/umbraco/rest/v1/content" etc works fine same as before as works on the localhost.
i have followed all the steps inside the documentation given in the below link. but i am not able to fix this issue.
https://github.com/umbraco/UmbracoRestApi
is working on a reply...