https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40596
--- Comment #24 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 195115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195115&action=edit Bug 40596: Add Koha::Auth::Identity::Provider::CAS class Adds a new CAS protocol class to the identity provider framework. CAS providers store their connection details in the config JSON blob: server_url (required) - base URL of the CAS server version (optional) - '2' (default) or '3' Updates Koha::Auth::Identity::Providers to include CAS in the polymorphic protocol map alongside OAuth, OIDC, and SAML2. -- 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/
