I've copied in the CAS mailing list as it may be useful for others to get in on this.
If I understand your first question properly then you want to log into one application via CAS and then proxy into others? The process of logging in via the .net client is reasonably simple. You just need to set up your Web.Config as detailed in the wiki and then it's just a case of using the Authenticate() method. This will return you a username once the user has been redirected via CAS and successfully logged in. The proxy side of things is, in theory, also simple. If, however, you're working in a completely .Net environment then you have the problem that the .Net client doesn't yet support getting proxy tickets. It does, however, support authentication via proxy tickets which you could get, for example, if one of your apps was Java. Getting proxy tickets will be in the next release of the client which hopefully won't be too far away. As to your second question; I believe there is a way of customising the CAS login form to display appropriate "look and feel" for each service. Others on the list may have a clearer idea of how to set this up than I do... I hope that was some help. Paul Hunnisett UWE 111143252 wrote: > Thanks very much. > > It is useful to me. > > > Now, I have two problem (Can you help me) > > 1. eg: A system include some applications, base on web forms > > and window forms. A visitor was sign in a application, > > How to get the signed user's name from CAS server > > when other applications is loaded ? > > > 2. There is only one page to login in CAS, > > Visitors hope to sign in system on the home page of every application. > > How to design each login form ? > > > Happy erevy day, *_* > > Zhiqi Tyan , 2007-11-16 > > > > 在2007-11-15,"Paul Hunnisett" <[EMAIL PROTECTED]> 写道: > > No problem - The complete VS project is available from subversion at: > > https://www.ja-sig.org/svn/cas-clients/dotnet-client/trunk/dotnet-client/ > > with the specific cs file at: > > > https://www.ja-sig.org/svn/cas-clients/dotnet-client/trunk/dotnet-client/DotNetCASClient/DotNetCASClient.cs > > I hope that helps. > > Happy everyday to you too! > > Paul Hunnisett > UWE > > 111143252 wrote: > > Dear Paul Hunnisett: > > > > My name is Zhiqi Tyan, > > > > A program designer of China. > > > > I was read you project in > > http://www.ja-sig.org/wiki/display/CASC/.Net+Cas+Client , > > > > I add DotNetCASClient.dll in my project that designed by Vs2003, > > > > but something wrong. It is right in Vs2005. > > > > In China, the document about CAS is so litter that I have to read > > > > English document with my poor English. > > > > Could you give me your sorce code of DotNetCASClient.dll ? > > > > Thanks. > > > > Happy everyday! > > > > > > Zhiqi Tyan > > > > LinFen City of Shanxi province, China > > > > Tel: 86-0357-2055400 > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > This incoming email to UWE has been independently scanned for viruses by > > McAfee anti-virus software and none were detected > > > > > This email was independently scanned for viruses by McAfee anti-virus > software and none were found > > ------------------------------------------------------------------------ > This incoming email to UWE has been independently scanned for viruses by > McAfee anti-virus software and none were detected > This email was independently scanned for viruses by McAfee anti-virus software and none were found _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
