MDL-78620 auth_cas: Pass base service URL for the CAS client
commit38d0400ef57087b20c459e0305c08650faeaeea0
authorJun Pataleta <jun@moodle.com>
Thu, 17 Nov 2022 13:38:25 +0000 (17 21:38 +0800)
committerHuong Nguyen <huongnv13@gmail.com>
Thu, 10 Aug 2023 11:46:55 +0000 (10 18:46 +0700)
treec11621be8bd6b348b61e91831b2feaa45e0d485f
parent6900cda82762161746201aebd1e48f24597adc20
MDL-78620 auth_cas: Pass base service URL for the CAS client

Since phpCAS v1.6.0, a required base service URL parameterneeds to be
passed to phpCAS::client(). This is basically the protocol, hostname,
and port number (optional) of the site connecting to the CAS server
in order for it to perform service URL discovery.
auth/cas/auth.php