Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.5k views
in Technique[技术] by (71.8m points)

reporting services - SSRS Report - XML Datasource Double Hop (Kerberos)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...