The CAS default logout redirect parameter is service. As such, various CAS clients will hardcode this parameter name in their logout URL generator. The ALA Java apps use url as the logout service parameter instead of the default. We should support both our custom url parameter as well as the default service param to better integrate 3rd party CAS integrations (such as WordPress).
The CAS default logout redirect parameter is
service
. As such, various CAS clients will hardcode this parameter name in their logout URL generator. The ALA Java apps useurl
as the logout service parameter instead of the default. We should support both our customurl
parameter as well as the defaultservice
param to better integrate 3rd party CAS integrations (such as WordPress).