February 17, 2009 at 12:39 am
Hi,
I would like to know if I can have a login window wherein users will enter their login name and password first before they can view the report created in reporting services? How can I do it?
Thanks,
mel
February 17, 2009 at 6:49 am
If you disable anonymous logins to the reportserver in IIS then either the users will have to be authenticated on your network or they will get a login prompt.
You can also set the datasource to prompt for credentials as well, but I believe that those will be restricted to SQL Server logins not domain logins.
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 17, 2009 at 7:28 pm
Hi,
Is it possible to have an external logins (not using the domain logins and sql logins) where I will create a table with the user names and password? When a user will login, it will look to this table before the report in reporting services appears?
February 17, 2009 at 7:37 pm
I believe so, but you would need to use forms authentication and write some code yourself. Check this out to find out how it would work.
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 17, 2009 at 8:13 pm
Hi,
Thank you. I'll check this out.
Mel
March 15, 2009 at 6:41 pm
Hi,
I'm doing the user form authentication samples that I can find but most of them are not in detailed and I keep encountering errors. Do you know some links where I can follow the instructions on creating it in detailed?
Thanks.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply