3

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

Bart De Vos
  • 17,911
  • 6
  • 63
  • 82
meloi
  • 31
  • 1
  • 1
  • 3

1 Answers1

3

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

Bart De Vos
  • 17,911
  • 6
  • 63
  • 82