The CAS class will add two routes /login/ and /logout/.You can prefix these routes if you pass a second argument to the CAS constructor or init_app depending on the method you choose.. The /login/ route will redirect the user to the CAS specified by the CAS_SERVER configuration value. If login is successful the user will be redirect to the endpoint specified by the CAS_AFTER…
