SSRS web service 401 when i include Authorization http header -
we use both ssrs 2008 r2 , 2012. when access report using url access (direct ssrs server hit) , add "authorization: bearer xyzelkalklsjsdfalsjdf" http header, 401 somewhere in request pipeline. have custom httpmodule registered @ top of chain oauth related security checks. when header included, request never reaches httpmodule. if change header ex: "yauthorization: ljlxzcvc..", request reaches httpmodule , works. ssrs looking particular header named "authorization" , it. point note: have implemented custom forms authentication module , doing rich authorization using extensible ssrs api.
now questions are:
what happening here? acting on request before httpmodule registered on top in ssrs\reporting service\web.config gets it?
how ensure httpmodule executes before whatever component terminating request 401
Comments
Post a Comment