all groups > sql server reporting services > august 2004 >
You're in the

sql server reporting services

group:

Form Authentication Integration


Form Authentication Integration May Liu
8/29/2004 6:47:02 PM
sql server reporting services:
I am writing window application to generate report by calling web service.
But I am using form authentication. Then I add reference
(Microsoft.Samples.ReportingServices.CustomeSecurity) which is generated in
form authentication sample. When I render report, the following error
occured:

An unhandled exception of type 'System.Net.WebException' occurred in
system.web.services.dll

Additional information: The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a
href='/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportService.asmx'>here</a>.</h2>
</body></html>

--.

Can anyone teach me how to integrate form authentication and web service ???

RE: Form Authentication Integration May Liu
8/30/2004 12:23:03 AM
Can anyone help me ???

[quoted text, click to view]
Re: Form Authentication Integration Teo Lachev
8/30/2004 6:54:58 AM
May,

You don't need to add a reference to
Microsoft.Samples.ReportingServices.CustomeSecurity. Instead, you call the
LogonUser SOAP API which in turns will call the LogonUser in your custom
authentication extension. Did you look at the following thread?
http://shrinkster.com/fu

--
Hope this helps.

-----------------------------------------------------
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
-----------------------------------------------------

[quoted text, click to view]
href='/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportService.asm
x'>here</a>.</h2>
[quoted text, click to view]

Re: Form Authentication Integration Carlos E. Mosquera
10/21/2004 11:57:01 AM
Hi,

I'as trying to get catalogitem list using listchildren method after
logonuser and show me an error Authorization ticket not received by LogonUser.

This is a web application not a windows forms app, i forgot something???

Obviusly i change util.cs to
System.Windows.Forms.Application.CurrentCulture.Name to
Httpcontext.Current.Request.Header like UFAIRS code.

I have to change something else???


[quoted text, click to view]
AddThis Social Bookmark Button