Tuesday, March 27, 2012
Forms Authentication-Authorization ticket not received by LogonUse
I've had my web application up and running and integrated with
ReportingServices using Forms Authentication for quite a while now. I
followed the examples provided and everything was running smoothly in the
testing environment.
We were accessing the Report Server using the domain/machine name and it was
working a treat. This afternoon, we recieved our fully qualified domain name
and went about updating references to this new url. Unfortunately, after
doing this we no longer seem to be able to access the report server. We
receive the following exception :
Authorization ticket not received by LogonUser
We are performing cookie management as described by the examples.
This has everyone here quite stumped and I was hoping someone may be able to
help out.OK, It seemed to have been due to a configuration setting in
RSReportServer.config.
I updated the node: <Configuration><Service><UrlRoot> to match the new url.
Just to be sure I also updated the node:
<Configuration><UI><ReportServerUrl> in RSWebApplication.config.
"Danny" wrote:
> Hello,
> I've had my web application up and running and integrated with
> ReportingServices using Forms Authentication for quite a while now. I
> followed the examples provided and everything was running smoothly in the
> testing environment.
> We were accessing the Report Server using the domain/machine name and it was
> working a treat. This afternoon, we recieved our fully qualified domain name
> and went about updating references to this new url. Unfortunately, after
> doing this we no longer seem to be able to access the report server. We
> receive the following exception :
> Authorization ticket not received by LogonUser
> We are performing cookie management as described by the examples.
> This has everyone here quite stumped and I was hoping someone may be able to
> help out.
Forms Authentication...Can it really be done?
I could really use help getting form authentication to work. I have a box with a web site and ReportingServices installed(which if I can get this working will be moved to the DMZ). The databases are on a different machine(which will on on our network).
I have been working with the sample provided with the install and this blog.
http://blogs.msdn.com/bimusings/archive/2005/12/05/500195.aspx
My problem is that I can logon and authenticate but when I call ListChildren() my System.Net.CredentialCache.DefaultCredentials is empty so I get nothing back from the call.
I know that I have a valid cookie because after I logon I can use the Reports and the ReportServer URL's and go directly to those pages.
Can someone tell me what I need to do to make ListChildren() work? Do I still call ListChildren()? Documentation is scarce and would appreciate any help provided.
Thanks
-JW
I was afraid I wouldn't get a response to this.
Can anyone help?