ReportingService2005.LogonUser Method
SQL Server 2008 R2
Logs on a user and authenticates a user request to the Report Server Web service.
Assembly: ReportService2005 (in ReportService2005.dll)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LogonUser", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public void LogonUser( string userName, string password, string authority )
Parameters
- userName
- Type: System.String
The name of the user.
- password
- Type: System.String
The password of the user.
- authority
- Type: System.String
Optional. The domain name to use when authenticating a user. Pass a value of null (Nothing in Visual Basic) to omit this argument.
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | None |
The LogonUser method authenticates the specified user to the Report Server Web service when custom authentication has been configured.
LogonUser must be called over Secure Sockets Layer (SSL). The method fails if it is not called securely. Upon successful authentication, the Report Server Web service generates an authentication cookie and returns the cookie in the HTTPS header. The response is returned over SSL.
