You are managing a SQL Server Reporting Services (SSRS) instance.
A website must pass credentials to the local security authority for Reporting Services.
You need to configure Reporting Services to issue a challenge/response when a connection
is made without credentials.
Which authentication type should you configure in the RSReportServer.config file?
A.
RSWindowsKerberos only
B.
RSWindowsKerberos and RSWindowsNTLM
C.
RSWindowsBasic
D.
RSWindowsKerberos and RSWindowsNegotiate
RSWindowsBasic
https://msdn.microsoft.com/en-us/library/ms157273.aspx
I agree.
local security authority needs password so “D”
sorry – password goes with “C”
RSWindowsBasic: The server accepts Basic credentials and issues a challenge/response when a connection is made without credentials.
Answer: C