Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am currently working on a problem we are having propagating Windows AD Credentials to a webservice via an xml datasource in SSRS. The web service (IIS hosted, .NET) needs to receive the credentials of the user viewing the report. The web service and SSRS server are on separate servers. We currently have Kerberos delegation enabled and works correctly when connecting to a sql server datasource, but I am unable to get it working for the webservice using soap requests. I cant seem to find any resources online for this particular use case, is it possible?

User -> SSRS Server -> Web Server

  • IIS site has Negotiate as authentication provider.
  • Double hop works for SSRS -> SQL Servers
  • Tried WebService .asmx annotated with [Authorize] (should allow any windows account)
  • SSRS error when querying the api: The remote server returned an error: (401) Unauthorized.

Any suggestions would be helpful. Thanks.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...