https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40596

--- Comment #4 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 185171
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185171&action=edit
Bug 40596: Add CAS and Shibboleth authentication clients

Implements modern authentication clients for CAS and Shibboleth protocols:

Koha::Auth::Client::CAS:
* Uses Authen::CAS::Client for ticket validation
* Provides get_cas_login_url() and get_cas_logout_url() methods
* Handles CAS service validation and user data extraction

Koha::Auth::Client::Shibboleth:
* Extracts Shibboleth attributes from environment variables
* Maps attributes using provider configuration
* Supports flexible attribute mapping

Both clients extend Koha::Auth::Client and integrate with the modern
identity provider architecture while maintaining compatibility with
existing authentication flows.

Test plan:
1. Apply patch
2. Configure CAS/Shibboleth identity providers
3. Test authentication flows
4. Verify user data extraction and mapping
5. Run t/db_dependent/Koha/Auth/Client.t

-- 
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/

Reply via email to