Unicon / cas-client-autoconfig-support

Annotation-based configuration support for Apereo CAS Java clients
Apache License 2.0
165 stars 73 forks source link

Fixed client-host-url initialization in CAS ticket filter #7

Closed jestan closed 6 years ago

jestan commented 8 years ago

Even though cas.client-host-url is configurable, configured value (service url) is not used and , CAS client taking a default value when login redirect happens.

Changing the init parameter from "serverName" to "service" fixes the issue.

dima767 commented 6 years ago

The service URL will be dynamically constructed by CAS client library from authentication URL patterns given the mandatory base serverName param.