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

--- Comment #22 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 193621
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193621&action=edit
Bug 39224: Add and Update Koha Object classes

Updates the Koha object layer for unified identity providers:

- Koha::Auth::Hostname(s): Manage library hostnames
- Koha::Auth::Identity::Provider::Hostname(s): Link providers to
  hostnames with force_sso support
- Koha::Auth::Identity::Provider::Mapping(s): Map provider fields
  to patron attributes
- Updates Koha::Auth::Identity::Provider with mappings/hostnames
  accessors and simplified to_api
- Updates Koha::Auth::Identity::Providers with find_forced_provider
  and polymorphic dispatch via object_class
- Updates C4::Auth for hostname-based provider selection
- Updates C4::Auth_with_shibboleth for new provider structure
- Adds ForceIdentityProvider support in Koha::Config::SysPref
- Updates AuthClient template plugin for hostname-aware login

Test plan:
1. Run: prove t/db_dependent/Koha/Auth/Identity/Provider.t
2. Verify provider objects can be created and linked to hostnames

Sponsored-by: ByWater Solutions

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