I generated the authorization code by following the below thread
http://software.intel.com/en-us/articles/cloud-services-intel-identity-s...
When I try to get the authcode, the api throws me 404.
Sample request: https://api.intel.com:8081/identity/v2/authcode?state=newst&client_id={myclientid}.
I am using a dev app. Hence I used port 8081
Error:
Server Error in '/identity' Application.
The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /identity/v2/authcode


