diff --git a/cas-client-core/src/main/resources/cas-client.properties b/cas-client-core/src/main/resources/cas-client.properties index eef3fd0..03492ee 100644 --- a/cas-client-core/src/main/resources/cas-client.properties +++ b/cas-client-core/src/main/resources/cas-client.properties @@ -2,5 +2,5 @@ cas.server.gateway=false cas.server.renew=false cas.server.url=https://localhost:8443/cas/ cas.server.proxyCallbackUrl=https://localhost:8443/manager/proxy/Receptor -cas.client.serverName=https://localhost:8443 +cas.client.serverName=localhost:8443 cas.client.proxyCallbackUrl=https://localhost:8443/myClientApp/casProxyReceptor \ No newline at end of file