How could I allow anonymous access to SSRS so that all user can access the reports without asking for a user name and password?

link|improve this question
are you in an active directory environment? – beakersoft Nov 17 '11 at 9:24
Yes im on active directory environment – meloi Nov 17 '11 at 9:34
feedback

1 Answer

up vote 1 down vote accepted

Assign the Browser role to the NT AUTHORITY\Authenticated Users group to configure the read-only access of the SSRS environment for all the authenticated domain users.

enter image description here

Source

link|improve this answer
dude i did this but nothings happen every time preview my reports on client side it always asking for windows authentication – meloi Nov 17 '11 at 10:49
Are the users in the same AD as the SSRS? – Bart De Vos Nov 17 '11 at 11:42
dude yes they are in the same AD – meloi Nov 17 '11 at 11:45
Try everyone instead then. – Bart De Vos Nov 17 '11 at 11:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.