Sure. Below are the "REQUIRED" sections of the config file I modified.
(Removed the domain and replaced it <full-mashine-name> for this email)
----------

<configuration>

  <configSections>
    <section name="casClientConfig"
type="DotNetCasClient.Configuration.CasClientConfiguration,
DotNetCasClient"/>
  </configSections>

  <casClientConfig
      casServerLoginUrl="https://<full-machine-name>:8443/cas/login"
      casServerUrlPrefix="https://<full-machine-name>:8443/cas/"
      serverName="https://<full-machine-name>:443"
      notAuthorizedUrl="~/NotAuthorized.aspx"
      cookiesRequiredUrl="~/CookiesRequired.aspx"
      redirectAfterValidation="true"
      gateway="false"
      renew="false"
      singleSignOut="true"
      ticketTimeTolerance="5000"
      ticketValidatorName="Cas20"
      proxyTicketManager="CacheProxyTicketManager"
      serviceTicketManager="CacheServiceTicketManager"
      gatewayStatusCookieName="CasGatewayStatus" />

  <system.web>
   
    <authentication mode="Forms">
      <forms
          loginUrl="https://<full-machine-name>:8443/cas/login"
          timeout="30"
          defaultUrl="~/Default.aspx"
          cookieless="UseCookies"
          slidingExpiration="true"
          path="/Cookies"
          name="CASTGC"
           />
    </authentication>

  </system.web>

</configuration>

Misagh

-----Original Message-----
From: Marvin Addison [mailto:[email protected]] 
Sent: Monday, October 31, 2011 10:37 AM
To: [email protected]
Subject: Re: [cas-user] Setting up ExampleWebsite - Too many redirects & no
cookie?

> CAS as the user “bob”  the page I get a message that says “The webpage has
> resulted in too many redirects”.

It's probably a configuration problem.  Can you share your web.config
file (redacted as necessary)?

M

-- 
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user



-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to