angular-azure-blob-service icon indicating copy to clipboard operation
angular-azure-blob-service copied to clipboard

Authentication issue for file Upload

Open VivekIshir opened this issue 6 years ago • 6 comments

@Maritims I am facing Authentication 403 (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.)

VivekIshir avatar Jul 05 '18 08:07 VivekIshir

Hi @VivekIshir, have you managed to fix this issue?

remeezp avatar Oct 30 '18 14:10 remeezp

I am getting the same issue. Is it resolved? Please update

SaSanju avatar Feb 26 '19 12:02 SaSanju

did you generate a sas token and did you configure CORS well on you Storage Account ?

it looks like a configuration issue, more than an issue with the library

Gullfaxi171 avatar Feb 26 '19 17:02 Gullfaxi171

yes, I have configured CORS as per description. generated SAS token. Still, I am getting error. capture Please update

SaSanju avatar Feb 28 '19 12:02 SaSanju

I got the same error, but it was due to that I had an auth-interceptor that added my apps authorization headers to the request (JWT token bearer in my case). When I removed the app authorization header then this library worked.

Just in case someone else see the same issue.

bjwela avatar Mar 29 '19 11:03 bjwela

I had the same issue as @bjwela but I'm using a custom header in my interceptor to bypass authentication for certain calls. It could be good if this library can be extended so we can add custom headers and/or the option to have an extended HttpModule to handle non authenticated calls.

Narshe1412 avatar Aug 19 '19 13:08 Narshe1412