Setting up a user in SSRS
hi,
I need a user to access reports on the Reporting server. Can I create a user in SSRS and assign him the rights to access the reports. Also, can I grant the user the rights to add aother users to access the report. The user is not a part of the
Active Directory.
Please help.
Sharmishtha
July 8th, 2011 1:54am
Refer: How to: Grant User Access to a Report Server (Report Manager), but this gives a step-by-step procedure for
adding users who are a part of the Domain. In your case you are trying to add users who are not a part of the domain, meaning, you are trying to create users only specific to Reporting Services, am I right?
But Reporting Services either relies on AD to authenticate the users, or you can create a custom-authentication extension to authenticate the users.
In your case, you might need use a custom security extension, and use that to create/delete/modify users. Check the Forms authentication Sample here:
http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008%21Security%20Extension%20Sample&referringTitle=Home
Other references:
Implementing a Security Extension
How to: Configure Custom or Forms Authentication in Reporting Services
Hope this helps
Chaitanya( Twitter |
Blogs )
Any documentation bug? Tell us about it at
Connect. Please feel free to add any community comments in any of the MSDN/technet articles.
This posting is provided "AS IS" with no warranties, and confers no rights.
The next CTP for SQL Server Code Name "Denali" is coming soon.
Sign up now to be notified of the next CTP release.
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2011 2:21am
Thanks a lot Chaitanya,
Please help me with 1 more question.
I use Custom Aunthentication extension to create a user, i.e. define the user in the configuration file.
Can this user in turn have the right to assign other users to view the reports.
Please clarify.
Regards,
Sharmishtha
July 8th, 2011 2:59am
Yes, the first user you add in config file can add any number of users, and assign permissions..Chaitanya( Twitter |
Blogs )
Any documentation bug? Tell us about it at
Connect. Please feel free to add any community comments in any of the MSDN/technet articles.
This posting is provided "AS IS" with no warranties, and confers no rights.
The next CTP for SQL Server Code Name "Denali" is coming soon.
Sign up now to be notified of the next CTP release.
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2011 3:14am


