Copied and modified the config from one app to another and added the *.dll for the cas client to the app. It's redirecting me to the cas server correctly, but the returnURL is populating the 'relative' request, but not the server name. Trying to figure out what I've done. I'm doing this in Visual Studio 2008. As I said, works w/o hitch on app #1. app #2 ... not so much. Any ideas?
casClientConfig section included below (with some obvious obfuscation) <casClientConfig casServerLoginUrl="https://sso.server.tld/cas/login" casServerUrlPrefix="https://sso.server.tld/cas/" serverName="http://localhost:###### redirectAfterValidation="true" gateway="false" renew="false" singleSignOut="true" ticketTimeTolerance="5000" ticketValidatorName="Cas20" serviceTicketManager="CacheServiceTicketManager" gatewayStatusCookieName="CasGatewayStatus" /> TIA, Jason -- 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
