UmbracoAuthorizedApiController since update from 7.7.6 to 7.9.2 return Authorization has been denied for this request.
I have an API method as follows:
[RoutePrefix("umbraco/backoffice/api/version1")]
public class MyController : UmbracoAuthorizedApiController
{
....
I pass it an access token in the header obtained from umbraco/oauth/token. This worked perfectly before the upgrade. Now it returns "Message": "Authorization has been denied for this request."
The token I am passing in is for a backoffice user.
UmbracoAuthorizedApiController since update from 7.7.6 to 7.9.2 return Authorization has been denied for this request.
I have an API method as follows:
....
I pass it an access token in the header obtained from umbraco/oauth/token. This worked perfectly before the upgrade. Now it returns "Message": "Authorization has been denied for this request." The token I am passing in is for a backoffice user.
Any ideas?
This will be fixed in version 7.9.3 - https://github.com/umbraco/UmbracoRestApi/issues/42
Thank you very much :)
is working on a reply...