February 18, 2009 at 6:31 am
Is there a way to bypass the domain login window when I call the reports from my asp.net website.
My website already has a login window that I handle programatically.
Thanks,
rfalagan
February 18, 2009 at 7:05 am
I believe that you need to set the Report Server Virtual Directory to allow anonymous connections. But I could be wrong.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 23, 2009 at 11:02 am
Thanks.
February 23, 2009 at 12:30 pm
Jack Corbett (2/18/2009)
I believe that you need to set the Report Server Virtual Directory to allow anonymous connections. But I could be wrong.
With all of the caveats as to how easy it would be to bypass said website to get to these reports with NO authentication - that would work. Of course, depending on what is in these reports, turning off authentication could be a HUGE security hole.
It might be better to use the ASP.NET forms authentication modules to set up the appropriate security so that you can close that loophole. Or read into impersonation and make it work for the SSRS pieces (i.e. log in to your portal, impersonate some token to run the report).
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
February 24, 2009 at 10:37 am
Thanks for your suggestion.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply