https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #45 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 195775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195775&action=edit Bug 39224: Database updates for unified identity providers Adds database tables and schema changes to support unified identity providers with hostname-based selection: - identity_provider_mappings: Maps identity provider fields to Koha patron fields - identity_provider_hostnames: Links identity providers to hostnames for automatic provider selection - hostnames: Registry of library hostnames for provider routing - Adds SAML2 to supported protocols - Migrates system preferences and configuration to new tables Test plan: 1. Apply the atomic update 2. Verify new tables exist in the database 3. Verify identity_providers table has new columns 4. Verify any existing identity providers, including SAML2 entries from koha-conf.xml are now in the new tables Sponsored-by: ByWater Solutions Co-authored-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.