https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40596
Matthias Meusburger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthias.meusburger@biblibr | |e.com --- Comment #20 from Matthias Meusburger <[email protected]> --- Hi! If I'm correct, this patch would also allow us to get rid of some parts of "Bug 5630 - CAS improvements", specifically: Bug 5630 : Adds the ability to authenticate against multiple CAS servers That means removing C4/Auth_cas_servers.yaml, no longer needed, and the code that handles it in C4/Auth_with_cas.pm. We should think of migrating from the yaml config to identity provider entries though. Indeed, migrating CAS into the identity providers allows to have multiple CAS servers defined. Moreover, it also does a better job than Auth_cas_servers.yaml since it allows to have different CAS servers defined at OPAC and Intranet if needed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
